Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #9522 from ctiller/bm_perf | Craig Tiller | 2017-02-08 |
|\ | | | | | Update latency profiler to use (more appropriate) microbenchmarks | ||
* \ | Merge pull request #9194 from dgquintas/lb_secure_naming_3 | David G. Quintas | 2017-02-07 |
|\ \ | | | | | | | Secure naming support for gRPCLB. | ||
| * | | Secure naming support for gRPCLB | David Garcia Quintas | 2017-02-07 |
| | | | |||
* | | | Merge pull request #9619 from ctiller/bm_counters | Craig Tiller | 2017-02-07 |
|\ \ \ | |/ / |/| | | Add counters for important metrics to bm_fullstack | ||
* | | | 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 github.com:grpc/grpc into bm_perf | Craig Tiller | 2017-02-07 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #9590 from sreecha/micro_bm | Sree Kuchibhotla | 2017-02-07 |
|\ \ \ | | | | | | | | | Add Streaming ping-pong micro-benchmarks | ||
| | * | | Add allocations/iteration counters to bm_fullstack | Craig Tiller | 2017-02-07 |
| | | | | |||
| | * | | Add counters for mutex acquisitions, expose in bm_fullstack | Craig Tiller | 2017-02-07 |
| |/ / |/| | | |||
* | | | Merge pull request #9419 from danzh2010/shutdowntest | Yang Gao | 2017-02-06 |
|\ \ \ | | | | | | | | | Change shutdown_test.cc to use credential provider API to test against different credential types | ||
| | * | | Address code review comments | Sree Kuchibhotla | 2017-02-03 |
| | | | | |||
| | * | | cr comments | Sree Kuchibhotla | 2017-02-03 |
| | | | | |||
| | * | | Add comment | Sree Kuchibhotla | 2017-02-03 |
| | | | | |||
| | * | | New microbenchmarks for Streaming Ping pong calls and messages | Sree Kuchibhotla | 2017-02-03 |
| | | | | |||
* | | | | Merge branch 'bwest' into assert_writes | Craig Tiller | 2017-02-03 |
|\ \ \ \ | |||
| * \ \ \ | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-03 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | * | | | Merge pull request #9572 from dgquintas/interop_server_mac_slice_crash | David G. Quintas | 2017-02-03 |
| | |\ \ \ | | | | | | | | | | | | | Fixed invalid handling of slice data in interop_server | ||
| | * \ \ \ | Merge pull request #9487 from ctiller/bm_stream | Sree Kuchibhotla | 2017-02-02 |
| | |\ \ \ \ | | | | | | | | | | | | | | | One-way streaming microbenchmarks | ||
| | | | * | | | Fixed invalid handling of slice data in interop_server | David Garcia Quintas | 2017-02-02 |
| | | |/ / / | | |/| | | | |||
| | | | | * | Merge branch 'bm_stream' into bm_perf | Craig Tiller | 2017-02-02 |
| | | | | |\ | | | | |_|/ | | | |/| | | |||
| * | | | | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-02 |
| |\| | | | | |||
| | * | | | | Merge pull request #9456 from jtattermusch/cmake_convenience_targets | Jan Tattermusch | 2017-02-02 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Big improvements to CMake build | ||
| | * \ \ \ \ | Merge pull request #9545 from yang-g/fix | Yang Gao | 2017-02-01 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Minor fixes | ||
| * | | | | | | | Improve sync streaming benchmark, fix deadlock that can occur sometimes | Craig Tiller | 2017-02-01 |
| | | | | | | | | |||
| * | | | | | | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-01 |
| |\| | | | | | | |||
| | | | | * | | | Merge github.com:grpc/grpc into bm_stream | Craig Tiller | 2017-02-01 |
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | | | |||
| | | | * | | | | windows compilation fixes | Jan Tattermusch | 2017-02-02 |
| | | |/ / / / | | |/| | | | | |||
| | | * | | | | Minor fixes | yang-g | 2017-02-01 |
| | | | | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-02-01 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
| | | * | | | | Merge branch 'master' into poll-cv-disable | Sree Kuchibhotla | 2017-02-01 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | |||
| | * | | | | | Merge pull request #9364 from rjshade/sanitizer_slowdown | Yang Gao | 2017-01-31 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Replaces macros with methods for test timeout scaling | ||
| * | | | | | | | Merge github.com:grpc/grpc into bwest | Craig Tiller | 2017-01-31 |
| |\| | | | | | | |||
| | | | | * | | | Merge github.com:grpc/grpc into bm_stream | Craig Tiller | 2017-01-31 |
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | | | |||
| | | | * | | | | Merge branch 'master' into poll-cv-disable | Sree Kuchibhotla | 2017-01-31 |
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||
| | | | | | | * | Update latency profiler to use (more appropriate) microbenchmarks | Craig Tiller | 2017-01-31 |
| | | | | | |/ | | | | | |/| | |||
| | | * | | | | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | | | | | | | |||
| | | | | | * | Change shutdown_test.cc to use credential provider API to test against | Dan Zhang | 2017-01-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | different credential types. | ||
| | * | | | | | Merge pull request #8066 from y-zeng/cli_main_fork | Yuchen Zeng | 2017-01-31 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | gRPC CLI stream RPC support | ||
| | | * | | | | Support bidirectional stream RPC | Yuchen Zeng | 2017-01-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add bidistream test Add bad request tests Replace deprecated DynamicMessageFactory constructor | ||
* | | | | | | | 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 'master' into poll-cv-disable | Sree Kuchibhotla | 2017-01-30 |
| | | | |\| | |||
* | | | | | | Add other fixtures to pump tests | Craig Tiller | 2017-01-27 |
| | | | | | | |||
* | | | | | | Add server->client long-lived streaming | Craig Tiller | 2017-01-27 |
| | | | | | | |||
* | | | | | | Add client->server long-lived streaming | Craig Tiller | 2017-01-27 |
|/ / / / / | |||
* | | | | | Merge branch 'bm_msgsz' into bm_countwrites | Craig Tiller | 2017-01-27 |
|\| | | | | |||
| * | | | | Merge github.com:grpc/grpc into bm_msgsz | Craig Tiller | 2017-01-27 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | | | * | Excluded async_client_sync_server_* tests for poll-cv engine since it | Sree Kuchibhotla | 2017-01-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes get stuck (or extremely slow). (https://github.com/grpc/grpc/issues/8545) created to debug poll-cv issues with async_client_sync_server perf tests | ||
| | * | | | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-27 |
| | |\ \ \ | | | | |/ | | | |/| | |||
* | | / | | Track writes/RPC in microbenchmark | Craig Tiller | 2017-01-26 |
|/ / / / | |||
* | | | | Merge branch 'maxmsgsz' into bm_msgsz | Craig Tiller | 2017-01-26 |
|\ \ \ \ | | |/ / | |/| | |