aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
|\
| * Merge pull request #12137 from y-zeng/call_atmGravatar Yuchen Zeng2017-08-28
| |\ | | | | | | Fix data race in call.c
| | * Add explanation for recv_stateGravatar Yuchen Zeng2017-08-25
| | |
| * | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | |
| * | 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
| | | |
| | | * Add more comments for the atomic operationsGravatar Yuchen Zeng2017-08-15
| | | |
| | | * Use atm load instead of atm casGravatar Yuchen Zeng2017-08-15
| | | | | | | | | | | | | | | | This reverts commit 370051b520e3097a89a464a91a38ee6334d0aeaf.
| | * | Fix comment formatGravatar Muxi Yan2017-08-14
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
| | |\ \ | | |/ / | |/| |
| | | * Simplify bctlp atomic operationsGravatar Yuchen Zeng2017-08-10
| | | |
| | | * Fix data race in call.cGravatar Yuchen Zeng2017-08-09
| | |/ | |/|
| * | 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.
* | | | Add a simple stats framework to gRPC C coreGravatar Craig Tiller2017-07-18
| |/ / |/| |
* | | 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