Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Further review feedback | Craig Tiller | 2015-12-02 |
| | |||
* | Review feedback | Craig Tiller | 2015-12-02 |
| | |||
* | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 |
| | |||
* | Merge pull request #4032 from ctiller/better-profile | Nicolas Noble | 2015-11-23 |
|\ | | | | | Lower latency profiling | ||
* \ | Merge pull request #4136 from ctiller/configurable-lookahead | David G. Quintas | 2015-11-23 |
|\ \ | | | | | | | Add a (temporary) facility to tune stream read-ahead size | ||
* \ \ | Merge pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah | Nicolas Noble | 2015-11-23 |
|\ \ \ | | | | | | | | | Generic immutable AVL tree | ||
| | * \ | Merge github.com:grpc/grpc into configurable-lookahead | Craig Tiller | 2015-11-23 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | clang-format | Craig Tiller | 2015-11-23 |
| | | | | |||
| * | | | Reduce code size for AVL tree | Craig Tiller | 2015-11-23 |
| | | | | | | | | | | | | | | | | | | | | By rewriting a few stanza's to give the compiler more flexibility in order of operations, reduce code size by about 1kb. | ||
| * | | | faster asserts | Craig Tiller | 2015-11-23 |
| | | | | |||
| * | | | Fix memory leak | Craig Tiller | 2015-11-23 |
| | | | | |||
| * | | | AVL: add documentation | Craig Tiller | 2015-11-23 |
| | | | | |||
| * | | | AVL: removal, and passing tests | Craig Tiller | 2015-11-23 |
| | | | | |||
* | | | | Merge pull request #4174 from sreecha/stress_multiple_channels | Nicolas Noble | 2015-11-23 |
|\ \ \ \ | | | | | | | | | | | Add multiple channels to each server in stress tests | ||
| | * | | | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 |
| | | | | | |||
* | | | | | Merge pull request #4192 from ctiller/stupid-threads | Sree Kuchibhotla | 2015-11-23 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Two argument variant for grpc::thread | ||
| | | | * | Merge github.com:grpc/grpc into better-profile | Craig Tiller | 2015-11-21 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #4195 from adelez/fix_gcov | Nicolas Noble | 2015-11-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Skip OjbC when running code coverage. | ||
| * | | | | | Skip OjbC when running code coverage. | Adele Zhou | 2015-11-20 |
| | | | | | | |||
* | | | | | | Merge pull request #4157 from nicolasnoble/paddywhack | Craig Tiller | 2015-11-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned. | ||
| | | * | | | | Two argument variant for grpc::thread | Craig Tiller | 2015-11-20 |
| |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #4189 from jtattermusch/document_perf_protos | Michael Lumish | 2015-11-20 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Improve comments on benchmark protos | ||
| * | | | | | improve comments on benchmark protos | Jan Tattermusch | 2015-11-20 |
|/ / / / / | |||
| | * | | | Add multiple channels to each server | Sree Kuchibhotla | 2015-11-20 |
| | | | | | |||
| * | | | | Renaming dual_stack_second_port to sibling. | Nicolas "Pixel" Noble | 2015-11-20 |
| | | | | | |||
* | | | | | Merge pull request #4161 from carl-mastrangelo/moreInterop1 | Jan Tattermusch | 2015-11-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Add framing http2 test case, enable verbose output, and properly skip tests | ||
* \ \ \ \ \ | Merge pull request #4169 from murgatroid99/node_build_yaml_add_files | Craig Tiller | 2015-11-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added to build.yaml the list of headers and JS source files for the Node library | ||
* \ \ \ \ \ \ | Merge pull request #4165 from carl-mastrangelo/fixdocker | Jan Tattermusch | 2015-11-19 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Fix stdin on run_interop_tests | ||
| | * | | | | | Added to build.yaml the list of headers and JS source files for the Node library | murgatroid99 | 2015-11-19 |
| | | | | | | | |||
* | | | | | | | Merge pull request #4035 from sreecha/stress_tests_metrics | Vijay Pai | 2015-11-19 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Add more config options to stress tests and export metrics | ||
| | * | | | | | Fix stdin on run_interop_tests | Carl Mastrangelo | 2015-11-19 |
| |/ / / / / |/| | | | | | |||
| | | * | | | Fixing use after free under Posix (was already fixed for Windows.) | Nicolas "Pixel" Noble | 2015-11-19 |
| | | | | | | |||
| | * | | | | fix flag | Carl Mastrangelo | 2015-11-19 |
| | | | | | | |||
| | | * | | | Renaming server_port to grpc_tcp_listener - there's no need for casting... | Nicolas Noble | 2015-11-19 |
| | | | | | | |||
| | * | | | | Add framing http2 test case, enable verbose output, and properly skip tests | Carl Mastrangelo | 2015-11-19 |
| |/ / / / |/| | | | | |||
| * | | | | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | | | | | |||
| * | | | | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Address code review comments | Sree Kuchibhotla | 2015-11-19 |
| | | | | | |||
* | | | | | Merge pull request #4097 from ctiller/hpack_max_table_size | David G. Quintas | 2015-11-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Support dynamic HPACK table resizing | ||
* \ \ \ \ \ | Merge pull request #4156 from jtattermusch/perf_testing_polishing | Jan Tattermusch | 2015-11-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Performance proto polishing | ||
* \ \ \ \ \ \ | Merge pull request #4146 from jtattermusch/csharp_perf_runners | Michael Lumish | 2015-11-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Provide performance workers for C# | ||
| | | | * \ \ \ | Merge branch 'master' into stress_tests_metrics | Sree Kuchibhotla | 2015-11-19 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #4155 from carl-mastrangelo/moreInterop | Jan Tattermusch | 2015-11-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add cipher suite test to http2 interop tests, and honor test_case flag | ||
| | | | | | * | | | Adding grpc_tcp_listener as an actual object being returned. | Nicolas Noble | 2015-11-19 |
| | | | | | | | | | |||
| | | * | | | | | | use new perf proto options in c++ | Jan Tattermusch | 2015-11-18 |
| | | | | | | | | | |||
| | | * | | | | | | use new proto option in C# | Jan Tattermusch | 2015-11-18 |
| | | | | | | | | | |||
| * | | | | | | | | Add cipher suite test to http2 interop tests, and honor test_case flag | Carl Mastrangelo | 2015-11-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #4062 from adelez/mako_template | adelez | 2015-11-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use mako template for HTML report. | ||
| | | | | * | | | | | Support rebuilding table | Craig Tiller | 2015-11-18 |
| | | | | | | | | | | |||
| | | | * | | | | | | regenerate protos | Jan Tattermusch | 2015-11-18 |
| | | | | | | | | | |