Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 |
| | |||
* | 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. | ||
* | Disable writes_per_rpc on Windows | Craig Tiller | 2017-02-04 |
| | |||
* | Merge branch 'bwest' into assert_writes | Craig Tiller | 2017-02-03 |
|\ | |||
| * | 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 github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-26 |
|\ \ | |||
| | * | Merge branch 'cp' into rollfwd | Craig Tiller | 2017-01-26 |
| | |\ | | |/ | |/| | |||
| * | | 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 | ||
* | | | | 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 |
| | | | | |||
| | * | | Simplify cpp stress flags | ncteisen | 2017-01-18 |
| | |/ | |||
| * | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 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 github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-13 |
|\ \ \ \ \ | |||
| | * | | | | memory usage profiling for client call, client channel, server creation, ↵ | Yuxuan Li | 2017-01-13 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | server call and server channel. fix bug. server: snapshot pass by pointer | ||
| | | * | | Fix sanity: check_sources_and_headers | Craig Tiller | 2017-01-11 |
| | | | | | |||
| | | * | | Fix tests | Craig Tiller | 2017-01-06 |
| | |/ / | |/| | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-01-06 |
| | | |\ | | |_|/ | |/| | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup | ||
| | * | | Merge github.com:grpc/grpc into write_buffering | Craig Tiller | 2017-01-05 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Add a test of finishing buffering with EOS | Craig Tiller | 2017-01-05 |
| | | | | |||
| | * | | Fix sequential write buffering | Craig Tiller | 2017-01-05 |
| | | | | |||
* | | | | Merge branch 'flow_control_v2' into bwest | Craig Tiller | 2016-12-27 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Revert "Revert "Revert "Revert "Remove redundant includes from string.h and ↵ | Mark D. Roth | 2016-12-12 |
| | |/ | |/| | | | | | | | tmpfile.h"""" | ||
| * | | Merge pull request #9062 from grpc/revert-9019-short_deadlines | Craig Tiller | 2016-12-12 |
| |\ \ | | | | | | | | | Revert "Handle (and test) short call deadlines" | ||
| * | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" | Craig Tiller | 2016-12-12 |
| | | | | |||
| | * | | Revert "Handle (and test) short call deadlines" | Craig Tiller | 2016-12-12 |
| |/ / | |||
| | * | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| | |\ | | |/ | |/| | |||
| * | | Short deadlines: set Status on deadline | David Garcia Quintas | 2016-12-09 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2016-12-09 |
| |\ \ | | | | | | | | | | | | | revert-8949-revert-8922-slice_cleanup | ||
| | | * | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-09 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Renamed google_benchmark submodule to benchmark | David Garcia Quintas | 2016-12-06 |
| | | | | |||
| * | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | Mark D. Roth | 2016-12-05 |
| |/ / | |||
| * | | Revert "Remove redundant includes from string.h and tmpfile.h" | Mark D. Roth | 2016-12-05 |
| | | | |||
| * | | Temporarily enable gpr_slice_* functions to not break api compatibility | Sree Kuchibhotla | 2016-12-01 |
| | | | |||
| | * | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-16 |
| | |\ | | |/ | |/| |