Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Split ifaddr related functions out into a separate file | Yuchen Zeng | 2017-03-13 | |
| | |/ / / / | |/| | | | | ||||
* / | | | | | Arena allocator for grpc | Craig Tiller | 2017-03-12 | |
|/ / / / / | ||||
* | | | | | 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 | |
|\ \ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #9977 from ctiller/fssplit | Craig Tiller | 2017-03-08 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks | |||
| | | * \ \ \ \ | Merge github.com:grpc/grpc into server_channel_args | Craig Tiller | 2017-03-08 | |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | | * | | | | | Add test of server builder, including channel args | Craig Tiller | 2017-03-08 | |
| | | | | | | | | ||||
| | | * | | | | | Add channel arguments to server builder | Craig Tiller | 2017-03-08 | |
| | | | | | | | | ||||
| | * | | | | | | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit | Craig Tiller | 2017-03-06 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | Resolve sanity failures | Craig Tiller | 2017-03-06 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 | |
| |\ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | Fix mac build | Craig Tiller | 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 | |||
| | | | * | | | | | | Prep for splitting bm_fullstack | Craig Tiller | 2017-03-03 | |
| | | | | | | | | | | ||||
| | | | * | | | | | | Move helpers to a common place, use them everywhere | Craig Tiller | 2017-03-03 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #9769 from ctiller/always-use-port-server | Craig Tiller | 2017-03-01 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | Always use port server | |||
* | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | ncteisen | 2017-03-01 | |
|\| | | | | | | | | ||||
| | | * | | | | | | Add a slice type that shares a refcount with a transport stream | Craig Tiller | 2017-03-01 | |
| | |/ / / / / / | |/| | | | | | | ||||
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | Mark D. Roth | 2017-03-01 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | * | | | | | | Merge github.com:grpc/grpc into always-use-port-server | Craig Tiller | 2017-02-28 | |
| | |\ \ \ \ \ \ | ||||
| * | \ \ \ \ \ \ | 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 | |||
| * | | | | | | | | | 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. | |||
| | | * | | | | | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 | |
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114 | |||
| | * | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 | |
| |/| | | | | | | | | | |/ / / / / | | |/| | | | | | ||||
* | / | | | | | | Add error test | ncteisen | 2017-02-23 | |
|/ / / / / / / | ||||
| | | | * / / | Retry throttling implementation. | Mark D. Roth | 2017-02-23 | |
| |_|_|/ / / |/| | | | | | ||||
| | * | | | | Merge github.com:grpc/grpc into always-use-port-server | Craig Tiller | 2017-02-23 | |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | | * | | | Add parse_address_test | Yuchen Zeng | 2017-02-22 | |
| | | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasnt | Craig Tiller | 2017-02-18 | |
|\ \ \ \ \ \ | ||||
* | | | | | | | Remove internal api canaries: they have never solved anything for us | Craig Tiller | 2017-02-17 | |
| | | | | | | | ||||
| | * | | | | | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-02-17 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv | |||
| | | * | | | Eliminate port server env var, force its use always, consolidate code | Craig Tiller | 2017-02-17 | |
| | | | | | | ||||
| * | | | | | Merge branch 'master' into health | yang-g | 2017-02-17 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||
| | * | | | | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Use call context to propagare LR costs | |||
| | * | | | | | Add a test that measures flow control stalls in a deterministic way | Craig Tiller | 2017-02-13 | |
| |/ / / / / |/| | | | | | ||||
| | * | | | | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 | |
| | | | | | | ||||
* | | | | | | Merge pull request #9615 from ppietrasa/bugfix-missing_include | Jan Tattermusch | 2017-02-10 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fix issue #9602 | |||
| * | | | | | add missing generated files | Jan Tattermusch | 2017-02-10 | |
| | | | | | | ||||
| | | | * | | Remove initial_connect_string hack. | Mark D. Roth | 2017-02-09 | |
| |_|_|/ / |/| | | | | ||||
| | | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||
* | | | | | Merge pull request #9371 from Vizerai/tracing_API | Jim King | 2017-02-08 | |
|\ \ \ \ \ | | | | | | | | | | | | | Tracing API | |||
* | | | | | | Secure naming support for gRPCLB | David Garcia Quintas | 2017-02-07 | |
| | | | | | | ||||
| | | * | | | merge with head | 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. | |||
* | | | | | Merge pull request #9511 from ctiller/assert_writes | Craig Tiller | 2017-02-04 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add a test verifying number of writes per RPC is reasonable | |||
| * | | | | | Disable writes_per_rpc on Windows | Craig Tiller | 2017-02-04 | |
| | | | | | | ||||
* | | | | | | Put files in a better place | Craig Tiller | 2017-02-03 | |
| | | | | | | ||||
| * | | | | | Merge branch 'bwest' into assert_writes | Craig Tiller | 2017-02-03 | |
| |\ \ \ \ \ |