Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | 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 |
| | | | |||
* | | | 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 |
| |\ \ | |||
* | | | | Add some debug utilities | Craig Tiller | 2017-02-03 |
| | | | | | | | | | | | | | | | | | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems. | ||
| | * | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-02 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | windows compilation fixes | Jan Tattermusch | 2017-02-02 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-31 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Add metadata_map.h to build.yaml | yang-g | 2017-01-31 |
| | | | | | | | | | | | | | | | | Add missing files to BUILD | ||
| * | | | Add a test verifying number of writes per RPC is reasonable | Craig Tiller | 2017-01-30 |
| |/ / | | | | | | | | | | | | | Mostly this is code copied from bm_fullstack and rephrased as a test. I'm resisting the urge to unify it however, as I expect this code will evolve differently over time. | ||
| * | | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
| |\ \ | |/ / |/| | | |||
| | * | Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API | Vizerai | 2017-01-27 |
| | |\ | |_|/ |/| | | |||
| * | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-26 |
| |\ \ | |||
| | | * | Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API | Vizerai | 2017-01-26 |
| | | |\ | | | |/ | | |/| | |||
* | | | | Merge branch 'cp' into rollfwd | Craig Tiller | 2017-01-26 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #9372 from markdroth/proxy_mapper | Mark D. Roth | 2017-01-25 |
| |\ \ \ | | | | | | | | | | | Add proxy mapper hook. | ||
| * \ \ \ | Merge pull request #9383 from markdroth/http_connect_channel_arg | Mark D. Roth | 2017-01-25 |
| |\ \ \ \ | | | | | | | | | | | | | Trigger HTTP CONNECT handshaker via channel args. | ||
| * \ \ \ \ | Merge pull request #9343 from jtattermusch/fix_grpclb_test_deps | Jan Tattermusch | 2017-01-25 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix ordering of deps in grpclb_test | ||
* | | | | | | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | | | | | | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | | | | | | |||
* | | | | | | Merge pull request #9340 from stanley-cheung/update-boringssl | Nicolas Noble | 2017-01-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update boringssl | ||
| | | | | | * | update | Vizerai | 2017-01-20 |
| | | | | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-20 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
|\ \ \ \ \ \ \ | |||
| | * | | | | | | Update boringssl to latest chromium-stable | Stanley Cheung | 2017-01-20 |
| |/ / / / / / | |||
| | * | | | / | fix ordering of deps in grpclb_test | Jan Tattermusch | 2017-01-20 |
| | | |_|_|/ | | |/| | | | |||
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags | ncteisen | 2017-01-19 |
| |\| | | | | |||
| * | | | | | Simplify cpp stress flags | ncteisen | 2017-01-18 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-18 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | | * | | | Move detection of HTTP CONNECT proxy from DNS resolver to client channel. | Mark D. Roth | 2017-01-18 |
| | |/ / / | |||
| * | | | | Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists | apolcyn | 2017-01-17 |
| |\ \ \ \ | | |/ / / | |/| | | | Don't configure core lists in in benchmark driver | ||
* | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\| | | | | |||
| | | * | | Add proxy mapper hook. | Mark D. Roth | 2017-01-17 |
| | |/ / | |/| | | |||
| | | * | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-17 |
| | | |\ | |||
| * | | \ | Merge pull request #9064 from ↵ | Mark D. Roth | 2017-01-17 |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""" | ||
* | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\| | | | | |||
| * | | | | Merge pull request #9252 from ctiller/write_buffering | Craig Tiller | 2017-01-17 |
| |\ \ \ \ | | | | | | | | | | | | | Fix write buffering, add tests | ||
* | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\| | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-01-13 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup | ||
| | | | | | * | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-13 |
| | | | | | |\ | | | | | |_|/ | | | | |/| | | |||
| | * | | | | | Merge github.com:grpc/grpc into write_buffering | Craig Tiller | 2017-01-13 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||
| * | | | | | | merge master | Yuxuan Li | 2017-01-13 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | |