Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix segfault in rr trace | David Garcia Quintas | 2017-06-23 |
| | |||
* | Merge pull request #11499 from markdroth/trailers_only | Mark D. Roth | 2017-06-22 |
|\ | | | | | Add support for Trailers-Only responses. | ||
| * | Add support for Trailers-Only responses. | Mark D. Roth | 2017-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. | ||
* | | Remove 'long long' | Vijay Pai | 2017-06-21 |
| | | |||
* | | Merge pull request #10833 from ncteisen/tracing-overhaul | Noah Eisen | 2017-06-21 |
|\ \ | | | | | | | Tracing Overhaul | ||
* \ \ | Merge pull request #11521 from muxi/fix-objc-memory-leak | Muxi Yan | 2017-06-21 |
|\ \ \ | | | | | | | | | Fix ObjC memory leak problem | ||
| | * | | Overhaul the new pollers | Noah Eisen | 2017-06-20 |
| | | | | |||
* | | | | Merge pull request #11552 from ncteisen/bps | Noah Eisen | 2017-06-20 |
|\ \ \ \ | | | | | | | | | | | Batch push_setting | ||
* \ \ \ \ | Merge pull request #11412 from kpayson64/upgrade_boringssl | kpayson64 | 2017-06-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Upgrade boringssl | ||
| | * | | | | Don't initiate writes on setting pushes | ncteisen | 2017-06-20 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #11540 from yang-g/unref_error | Yang Gao | 2017-06-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Unref existing error before setting a new one. | ||
* \ \ \ \ \ | Merge pull request #11430 from vjpai/popstack | Vijay Pai | 2017-06-20 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Remove lockfree-stack implementation that is no longer used | ||
* | | | | | | Merge pull request #11352 from markdroth/client_channel_avoid_allocations | Mark D. Roth | 2017-06-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Eliminate some allocations in client_channel code. | ||
| * | | | | | | Clean up client_channel code and eliminate unnecessary allocations. | Mark D. Roth | 2017-06-20 |
| | | | | | | | |||
| | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-19 |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | | * | Fix windows segfault | ncteisen | 2017-06-19 |
| | | | | | | | |||
| | * | | | | | Remove lockfree-stack implementation that is no longer used | Vijay Pai | 2017-06-19 |
| |/ / / / / |/| | | | | | |||
| | * | | | | Unref existing error before setting a new one. | yang-g | 2017-06-19 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #11516 from murgatroid99/upmerge_1.4.x | Michael Lumish | 2017-06-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Upmerge 1.4.x into Master | ||
* \ \ \ \ \ | Merge pull request #11341 from muxi/fix-objc-plugin-output | Muxi Yan | 2017-06-19 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixes gRPC ObjC plugin's upper camel conversion | ||
| | | | * | | Release slice no longer owned | Muxi Yan | 2017-06-16 |
| | | | | | | |||
| | * | | | | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x | murgatroid99 | 2017-06-15 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | |||
| | | | * | | Update boringssl | Ken Payson | 2017-06-15 |
| | | |/ / | | |/| | | |||
* | / | | | correct channel arg constructor calls in ruby channel creds test | Alexander Polcyn | 2017-06-15 |
| |/ / / |/| | | | |||
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-15 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Fix some type warning | ncteisen | 2017-06-14 |
| | | | | |||
* | | | | Update python reflection tests to cover the higher level API | Mehrdad Afshari | 2017-06-13 |
| | | | | |||
* | | | | Merge pull request #11483 from kpayson64/threads_per_cq_rebased | kpayson64 | 2017-06-13 |
|\ \ \ \ | | | | | | | | | | | Support threads per CQ | ||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into HEAD | Ken Payson | 2017-06-13 |
| |\ \ \ \ | |||
* | | | | | | Make epollex not default | Ken Payson | 2017-06-12 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #9823 from mjkim/fix_unkown | Mehrdad Afshari | 2017-06-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typos | ||
| | | * | | | Modify copyright information | Muxi Yan | 2017-06-12 |
| | | | | | | |||
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-12 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #11450 from ctiller/epex7 | Noah Eisen | 2017-06-12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix sanity | ||
* \ \ \ \ \ \ | Merge pull request #11391 from markdroth/channel_args_helpers | Mark D. Roth | 2017-06-12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add helpers for creating channel args. | ||
| | | | | | | * | Fix compile. WIP probably | ncteisen | 2017-06-11 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #11400 from kpayson64/python_generator_fix | kpayson64 | 2017-06-09 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix python compiler for filenames with dashes | ||
| | | | | | | * | | Node: add test for reconnecting client after server restart | murgatroid99 | 2017-06-09 |
| | | | | | | | | | |||
| | | * | | | | | | Fix sanity | Craig Tiller | 2017-06-09 |
| |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Add symbolic constant | Craig Tiller | 2017-06-09 |
| | | | | | | | | |||
* | | | | | | | | Merge branch 'epex5' into epex6 | Craig Tiller | 2017-06-09 |
|\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into epex5 | Craig Tiller | 2017-06-09 |
| |\ \ \ \ \ \ \ \ | |||
| | | | | | | | | * | clang fmt | ncteisen | 2017-06-09 |
| | | | | | | | | | | |||
| | | | | | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-09 |
| | | | | | | | | |\ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||
| | * | | | | | | | | Merge pull request #10767 from ncteisen/closure-debug-trace | Noah Eisen | 2017-06-09 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Closure Rich Debug Mode | ||
| | | | | * | | | | | | Add helpers for creating channel args. | Mark D. Roth | 2017-06-09 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Merge pull request #11440 from muxi/fix-lazy-incoming-stat | Muxi Yan | 2017-06-09 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | Fix the misbehavior of counting all incoming bytes into frame_bytes stats | ||
| | * | | | | | | | | | Copyright sanity | ncteisen | 2017-06-08 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Add chttp2 trace | ncteisen | 2017-06-08 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Add cq and fd tracer | ncteisen | 2017-06-08 |
| | | | | | | | | | | |