aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Collapse)AuthorAge
* Merge pull request #11782 from muxi/stream_compression_configGravatar Muxi Yan2017-08-24
|\ | | | | Implement stream compression - configuration and negotiation
* | Fix mismatched BEGIN/ENDGravatar yang-g2017-08-21
| |
| * Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
| |\ | |/ |/|
| * Fix minor build issueGravatar Muxi Yan2017-08-18
| |
| * Some missing partsGravatar Muxi Yan2017-08-17
| |
* | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |
| * Fix comment formatGravatar Muxi Yan2017-08-14
| |
| * Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
| |\ | |/ |/|
* | Merge pull request #12054 from sreecha/cq_cleanupGravatar Sree Kuchibhotla2017-08-08
|\ \ | | | | | | Fix data races between cq-shutdown and cq-begin-op for a pluckable cq
| * | Fix tsan failures in cq-pluck and cleanup cq codeGravatar Sree Kuchibhotla2017-08-02
| | |
| | * Merge branch 'master' into stream_compression_configGravatar Muxi Yan2017-08-02
| | |\ | | |/ | |/|
* | | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-01
|\| |
| * | Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-mallocGravatar Noah Eisen2017-07-31
| |\ \ | | | | | | | | Fix leak if duplicated static metadata
| * \ \ Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_apiGravatar apolcyn2017-07-31
| |\ \ \ | | | | | | | | | | Add comment and test for API of a parameter to grpc_call_cancel_with_status
| | | * | Fix leak if duplicated static mdGravatar Noah Eisen2017-07-31
| | |/ / | |/| |
| | * | add comment and test for memory api of grpc_call_cancel_with_statusGravatar Alexander Polcyn2017-07-28
| | | |
| * | | Resolve commentsGravatar yang-g2017-07-28
| | | |
| * | | Change return type to boolGravatar yang-g2017-07-28
| | | |
| * | | Rebase with head and resolve conflictsGravatar yang-g2017-07-28
| | | |
| * | | Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| |/ /
| * | Fix use after free error in cqGravatar Sree Kuchibhotla2017-07-27
| | |
| | * Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-07-26
| | |\ | | |/ | |/|
| | * bug fixGravatar Muxi Yan2017-07-26
| | |
| | * Separate stream compression from message-wise compressionGravatar Muxi Yan2017-07-26
| | |
* | | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-07-25
|\| |
| | * Revert "Stream compression configuration"Gravatar Muxi Yan2017-07-21
| | | | | | | | | | | | This reverts commit a4dc077d3c1eef677102f68496732b7dd2374875.
| * | clang formatGravatar ncteisen2017-07-13
| | |
| * | Tracers know their nameGravatar ncteisen2017-07-13
| | |
| | * Stream compression configurationGravatar Muxi Yan2017-07-12
| | |
| * | Merge pull request #11317 from ctiller/cq-dropGravatar Craig Tiller2017-07-12
| |\ \ | | | | | | | | Change kicking strategy in cq
| * \ \ Merge pull request #11186 from ctiller/hpsGravatar Craig Tiller2017-07-11
| |\ \ \ | | | | | | | | | | Stop setting deadline on server requests, assert so that this never happens again
| * | | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | |_|/ | |/| | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
* | | | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-07-05
|\| | |
| | | * Fix memory leakGravatar Craig Tiller2017-07-05
| | | |
| | | * Fix compileGravatar Craig Tiller2017-07-05
| | | |
| | | * Merge github.com:grpc/grpc into cq-dropGravatar Craig Tiller2017-07-05
| | | |\ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into hpsGravatar Craig Tiller2017-07-05
| | |\ \ | | |/ / | |/| |
| * | | Destroy byte buffer to avoid leak in zombied callsGravatar yang-g2017-06-23
| | | |
* | | | Sanity tests (header guard formatGravatar Sree Kuchibhotla2017-06-23
| | | |
* | | | clang formatGravatar Sree Kuchibhotla2017-06-22
| | | |
* | | | Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called ↵Gravatar Sree Kuchibhotla2017-06-22
| | | | | | | | | | | | | | | | before the alarm event is dequeued from the completion queue
| * | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|/| | | | | | | | | | | Add support for Trailers-Only responses.
| * | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
| | | * Merge github.com:grpc/grpc into cq-dropGravatar Craig Tiller2017-06-19
| | | |\ | | |_|/ | |/| |
* | | | Fix compile. WIP probablyGravatar ncteisen2017-06-11
| | | |
* | | | clang fmtGravatar ncteisen2017-06-09
| | | |
| | | * Merge github.com:grpc/grpc into cq-dropGravatar Craig Tiller2017-06-09
| | | |\
* | | | | Add cq and fd tracerGravatar ncteisen2017-06-08
| | | | |
* | | | | Add metadata, secendp, sec conn tracersGravatar ncteisen2017-06-08
| | | | |
* | | | | Add refcount tracers for resolver, lb_policy, streamGravatar ncteisen2017-06-08
| | | | |