Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 | |
| | | | |\ \ \ | ||||
| | * | | | | | | Merge pull request #9889 from y-zeng/channel_arg | Yuchen Zeng | 2017-03-17 | |
| |/| | | | | | |/| | | | | | | | | | | | | | | | Destroy pointer args when destructing a ChannelArguments | |||
| | | * | | | | | Switch to using a CAS loop to update the token value. | Mark D. Roth | 2017-03-17 | |
| |_|/ / / / / |/| | | | | | | ||||
| | | | | | * | Fix rounding, reduce contention on global shared state | Craig Tiller | 2017-03-17 | |
| | | | | | | | ||||
| | | | | | * | Track milliseconds since process start in timer heap | Craig Tiller | 2017-03-16 | |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows reducing a lock-then-check to an atomic load and check on the fast path of timer checks. Reduces locks per RPC by about 5. | |||
| * | | | | | change last_message bit to be in C++ layer only | Yuxuan Li | 2017-03-10 | |
| | | | | | | ||||
* | | | | | | Merge pull request #10039 from ctiller/server_channel_args | Craig Tiller | 2017-03-09 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Server channel args | |||
* \ \ \ \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-09 | |
|\ \ \ \ \ \ \ | ||||
| | | * | | | | | bug fix | Yuxuan Li | 2017-03-08 | |
| | | | | | | | | ||||
| | | * | | | | | Implemented stream coalescing design | Yuxuan Li | 2017-03-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*. | |||
| | * | | | | | | Add channel arguments to server builder | Craig Tiller | 2017-03-08 | |
| | |/ / / / / | ||||
| * / / / / / | Move helpers to a common place, use them everywhere | Craig Tiller | 2017-03-03 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-01 | |
|\| | | | | | ||||
| * | | | | | Merge pull request #9753 from ctiller/zalloc | Craig Tiller | 2017-02-27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it | |||
| | | * | | | | Destroy pointer args when destructing a ChannelArguments | Yuchen Zeng | 2017-02-27 | |
| | | | |_|/ | | | |/| | | ||||
| * | / | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 | |
| | |/ / / | |/| | | | | | | | | | | | | | Based on soltanmm-google's #9114 | |||
| | * | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x | Michael Lumish | 2017-02-23 | |
| |\ \ \ \ | | | | | | | | | | | | | Upmerge from 1.1.x | |||
* | \ \ \ \ | Merge branch 'bm_error' of https://github.com/ctiller/grpc into ↵ | ncteisen | 2017-02-23 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | to-grpc-err-is-human | |||
| | | | * \ \ | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 | |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| | * | | | | | Let ServerContext own the initial_metadata array for sync calls | yang-g | 2017-02-22 | |
| |/ / / / / | ||||
| * | | | | | Separate CAS/ADD RMWs | Craig Tiller | 2017-02-21 | |
| | | | | | | ||||
| * | | | | | Add counters for rmw atomic operations to microbenchmarks | Craig Tiller | 2017-02-21 | |
| | | | | | | ||||
* | | | | | | Add gpr_ref_is_unique | ncteisen | 2017-02-17 | |
| | | | | | | ||||
| * | | | | | Merge branch 'master' into health | yang-g | 2017-02-17 | |
| |\ \ \ \ \ | ||||
| | | | * \ \ | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-17 | |
| | | | |\ \ \ | ||||
| | * | | | | | | Restore the NextMessageSize for streamed calls | yang-g | 2017-02-16 | |
| | | |_|/ / / | | |/| | | | | ||||
| | * | | | | | Merge pull request #9696 from yang-g/network_status_shard | Yang Gao | 2017-02-16 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Remove network_status_tracker code | |||
| | | | | * | | | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 | |
| | | |_|/ / / | | |/| | | | | ||||
| | * | | | | | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 | |
| |/| | | | | |/| | | | | | | | | | | | | | Use call context to propagare LR costs | |||
| | | * | | | | Remove code from network_status_tracker.c Pull the hash function to useful.h | yang-g | 2017-02-16 | |
| | | | |_|/ | | | |/| | | ||||
| | * | | | | comments | David Garcia Quintas | 2017-02-15 | |
| | | | | | | ||||
* | | | | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-core | Muxi Yan | 2017-02-14 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||
| | | * | | | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 | |
| | |/ / / | |/| | | | ||||
| | | * | | Merge remote-tracking branch 'google/v1.1.x' | Nicolas "Pixel" Noble | 2017-02-13 | |
| | |/| | | |/| | | | ||||
| * | | | | Expand wildcard IP addresses on servers. | Dan Born | 2017-02-09 | |
| | | | | | ||||
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 | |
| | | | |\ | | |_|_|/ | |/| | | | ||||
| * | | | | Merge pull request #9629 from yang-g/qqq | Yang Gao | 2017-02-08 | |
| |\ \ \ \ | | | | | | | | | | | | | Add a PreServerStart in global server callbacks | |||
| * \ \ \ \ | Merge pull request #9616 from ctiller/disable_bdp | Craig Tiller | 2017-02-07 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add a hook to disable BDP probing | |||
| | | | * | | | Remove async | yang-g | 2017-02-07 | |
| | | | | | | | ||||
| | | | * | | | merge with head | yang-g | 2017-02-07 | |
| | | | |\ \ \ | ||||
| | | * | | | | | Add a PreServerStart in global server callbacks | yang-g | 2017-02-07 | |
| | | | |/ / / | | | |/| | | | ||||
| * | / | | | | Fix read from uninitialized memory bug in GrpcBufferWriter. | Harvey Tuch | 2017-02-07 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue in which the following sequence of operations leads to use of uninitialized memory: 1. Caller invokes GrpcBufferWriter::Next(), and then makes use of 8191 bytes in the returned buffer (which is 8192 bytes in size). 2. Caller then returns the unused single byte via GrpcBufferWriter::BackUp(). This method invokes g_core_codegen_interface->grpc_slice_split_tail(), which causes backup_slice_ to be a grpc_slice with one byte. 3. At the next invocation of GrpcBufferWriter::Next(), a reference to the single byte grpc_slice is returned to the caller. The problem here is that the returned reference is to the inlined buffer in the grpc_slice, which is resident in slice_, not the location of the buffer inside slice_buffer_ after g_core_codegen_interface->grpc_slice_buffer_add() in GrpcBufferWriter::Next(). As a result, any data the caller writes to the returned void* data is lost. The solution is to avoid inlined backup slices. | |||
| | * | | | | Add a hook to disable BDP probing | Craig Tiller | 2017-02-07 | |
| |/ / / / | ||||
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-02 | |
| | | | |\ | ||||
| * | | | \ | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-02 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | * | | | | Merge pull request #7617 from sebright/fix-typos-in-comments | David G. Quintas | 2017-02-02 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix typos in comments in census.h | |||
* | | \ \ \ \ | Merge remote-tracking branch 'upstream/master' into packet-coalescing-core | Muxi Yan | 2017-02-01 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
* | | | | | | | Dynamically enable packet coalescing by channel args | Muxi Yan | 2017-02-01 | |
| | | | | | | | ||||
* | | | | | | | Revert "Dynamically enable/disable packet coalecsing and test it" | Muxi Yan | 2017-02-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60ab7ef00ac0a988ee2672c636d946c964e6fa41. |