Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Fix initialization | Craig Tiller | 2017-03-07 | |
| | | | | | ||||
* | | | | | Silence accept4 message when its irrelevant | Craig Tiller | 2017-03-07 | |
|/ / / / | ||||
| | * | | clang-format | Muxi Yan | 2017-03-06 | |
| | | | | ||||
| | * | | Improve the way to reject :authority header | Muxi Yan | 2017-03-06 | |
| | | | | ||||
| | * | | Fix flush read | Muxi Yan | 2017-03-06 | |
| | | | | ||||
* | | | | Manual changes from upmerged modifications | David Garcia Quintas | 2017-03-06 | |
| | | | | ||||
* | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #9939 from ctiller/stream_owned_slice | Craig Tiller | 2017-03-03 | |
|\ \ \ \ | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream | |||
* \ \ \ \ | Merge pull request #9921 from ctiller/fastcreate | Craig Tiller | 2017-03-03 | |
|\ \ \ \ \ | | | | | | | | | | | | | Eliminate cancellation if we never sent an op down | |||
* | | | | | | Add licenses() in BUILD files | Yuchen Zeng | 2017-03-01 | |
| | | | | | | ||||
* | | | | | | Merge pull request #9940 from yang-g/http_parser | Yang Gao | 2017-03-01 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Return an error when the HTTP first line or header is longer than 4K | |||
| | | | | | * | Merge github.com:grpc/grpc into trim-the-locks | Craig Tiller | 2017-03-01 | |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | ||||
| | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-01 | |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | Return an error when the HTTP first line or header is longer than 4K | yang-g | 2017-03-01 | |
| | | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into stream_owned_slice | Craig Tiller | 2017-03-01 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
| | | * | | | | Add a slice type that shares a refcount with a transport stream | Craig Tiller | 2017-03-01 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #9869 from markdroth/client_channel_method_params_cleanup | Mark D. Roth | 2017-03-01 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Clean up method parameters in client channel code. | |||
* | | | | | | | Merge pull request #9888 from murgatroid99/electron_uv_fix | Michael Lumish | 2017-03-01 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron | |||
| | | * | | | | | Eliminate cancellation if we never sent an op down | Craig Tiller | 2017-02-28 | |
| | | |/ / / / | ||||
| | | | | | * | Diff minimization | Craig Tiller | 2017-02-28 | |
| | | | | | | | ||||
| | | | | | * | Better cleanup | Craig Tiller | 2017-02-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the caller specifies a timeout, set it at call initialization When we send initial metadata, take service config into account (iff service config specifies a shorter deadline) Saves a combiner on a critical path | |||
* | | | | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzz | David G. Quintas | 2017-02-28 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz | |||
* \ \ \ \ \ \ \ | Merge pull request #9773 from dgquintas/build_files | David G. Quintas | 2017-02-28 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Test BUILD file assortment | |||
| | | | | | | * | Fix some bugs | Craig Tiller | 2017-02-28 | |
| | | | | | | | | ||||
| | | | | | | * | Merge github.com:grpc/grpc into trim-the-locks | Craig Tiller | 2017-02-28 | |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #9881 from ctiller/spinlock | Craig Tiller | 2017-02-28 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a spinlock type. | |||
| | | | | | | | * | Trim deadline setting out of call creation path: reduces ClientChannelFilter ↵ | Craig Tiller | 2017-02-28 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | init/destroy from 128ns to 46ns on my machine | |||
| * | | | | | | | Fix include guards | Craig Tiller | 2017-02-28 | |
| | | | | | | | | ||||
| | | | * | | | | Clang format | murgatroid99 | 2017-02-27 | |
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #9753 from ctiller/zalloc | Craig Tiller | 2017-02-27 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it | |||
| | * \ \ \ \ \ \ | Merge github.com:grpc/grpc into spinlock | Craig Tiller | 2017-02-27 | |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
| | | | | | | * | | Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix | Yuchen Zeng | 2017-02-27 | |
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args | |||
* | | | | | | | \ \ | Merge pull request #9468 from y-zeng/p2p_client | Yuchen Zeng | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Client-side keepalive pings | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #9846 from yang-g/max_message_size | Yang Gao | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Stop receiving and add an error to batch when there is an error from lower level. | |||
| | * | | | | | | | | | | Address review comments | Yuchen Zeng | 2017-02-27 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Fix missing wakeups when using the libuv iomgr under Electron | murgatroid99 | 2017-02-27 | |
| | | | | | | | |/ / / | | | | | | | |/| | | | ||||
| | | | | | | | * | | | clang-format | Mark D. Roth | 2017-02-27 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_master | Michael Lumish | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.1.x into master | |||
| | | | | * | | | | | | | Fix compile | Craig Tiller | 2017-02-27 | |
| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | Add a spinlock type. | Craig Tiller | 2017-02-27 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | |||
| | | * | | | | | | | | Add more closures | Yuchen Zeng | 2017-02-27 | |
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Update with the new ping implementation | Yuchen Zeng | 2017-02-26 | |
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 | |
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114 | |||
* | | | | | | | | | | Merge pull request #9849 from ctiller/bm_chttp2 | Craig Tiller | 2017-02-24 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding | |||
| | | | * | | | | | | | Use zalloc in completion queue | Craig Tiller | 2017-02-24 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 | |
| | | | |\ \ \ \ \ \ \ | ||||
* | | | | \ \ \ \ \ \ \ | Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build | Noah Eisen | 2017-02-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Add grpc_load_reporting to grpc_cronet | |||
* | | | | | | | | | | | | Merge pull request #9858 from ctiller/cb | Craig Tiller | 2017-02-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix closure running: current code is unsafe | |||
| | * | | | | | | | | | | | Fix load_reporting linker error | ncteisen | 2017-02-24 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||
| | | | | | | | | * | | | Clean up method parameters in client channel code. | Mark D. Roth | 2017-02-24 | |
| | | | | | | | | | | | |