aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
|\
| * Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\
* | | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | * Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| |/ |/|
| * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
|/
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...Gravatar Craig Tiller2015-07-19
|\
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| | * Fixed small leak.Gravatar David Garcia Quintas2015-07-15
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | |\
| | * | Added some comments, minot stylistic tweaksGravatar David Garcia Quintas2015-07-15
| | * | Fixes to compression, to be merged back to the appropriate branch.Gravatar David Garcia Quintas2015-07-15
| * | | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-13
| |\ \ \ | | | |/ | | |/|
* | | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
|\ \ \ \ | | |/ / | |/| |
* | | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| * | | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
| |\ \ \ | |/ / / |/| | |
| * | | Added static where neededGravatar Craig Tiller2015-07-10
| * | | Remove magic numberGravatar Craig Tiller2015-07-10
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | | |\
| * | | | Fix TSAN reported errorsGravatar Craig Tiller2015-07-09
| * | | | clang-format affected filesGravatar Craig Tiller2015-07-09
| * | | | Merge github.com:grpc/grpc into simpler-cqGravatar Craig Tiller2015-07-09
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-09
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2308 from ctiller/metadata-wants-to-be-debuggedGravatar Yang Gao2015-07-08
| |\ \ \ \
| | | * | | Rewrite completion queue internals to use pre-allocation of eventsGravatar Craig Tiller2015-07-08
| | |/ / / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2242 from a-veitch/external_api_2Gravatar Craig Tiller2015-07-07
| |\ \ \ \
| | | * \ \ Merge github.com:grpc/grpc into metadata-wants-to-be-debuggedGravatar Craig Tiller2015-07-07
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\| | | | |
| | | | * | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-07
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-07
| |\ \ \ \ \
* | | | | | | clang-format changed filesGravatar Craig Tiller2015-07-06
| | | | * | | Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
| | |_|/ / / | |/| | | |
| | | | * | Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyardGravatar Craig Tiller2015-07-05
| | | | |\ \
| | * | | | | Structure repacking and sizingGravatar Craig Tiller2015-07-02
| | | |_|/ / | | |/| | |
* | / | | | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |/ / / / |/| | | |
| * | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-01
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| | | | |\
* | | | | | Try harder to return DEADLINE_EXCEEDED when we shouldGravatar Craig Tiller2015-07-01
| |_|_|_|/ |/| | | |
| | | | * WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...Gravatar David Garcia Quintas2015-06-30
| * | | | clang-format affected filesGravatar Craig Tiller2015-06-30
| | * | | add client side census contextGravatar Alistair Veitch2015-06-29
| |/ / / |/| | |
| * | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
|\ \ \ \
| | | | * Moar tests, fixed wrongly named vbles, minor bugs.Gravatar David Garcia Quintas2015-06-25
* | | | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
| | * | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | * | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
| | |\ \ \ | | |/ / / | |/| | |
| | * | | s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
| |/ / / |/| | |
| | | * Fixed bad merge.Gravatar David Garcia Quintas2015-06-23