Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove non-existing file from build.json | Yang Gao | 2015-06-09 |
| | |||
* | Added missing compression.h file. | David Garcia Quintas | 2015-06-08 |
|\ | |||
* | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | | |||
| * | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
|/ | |||
* | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | |||
* | Merge pull request #1948 from vjpai/poisson | Craig Tiller | 2015-06-08 |
|\ | | | | | Open loop sync/async multithreaded testing | ||
| * | Add a new test for qps openloop to make sure this code gets exercised | vjpai | 2015-06-08 |
| | | | | | | | | | | regularly. Also, convert qps_test to test, from benchmark | ||
* | | Add working tests for httpcli | Craig Tiller | 2015-06-05 |
| | | |||
| * | Merge branch 'master' into poisson | vjpai | 2015-06-04 |
| |\ | |/ |/| | |||
* | | Merge pull request #1894 from yang-g/create-thread-pool | Nicolas Noble | 2015-06-03 |
|\ \ | | | | | | | Add ability to override default thread pool | ||
* | | | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | | | |||
| * | | Add ability to override default thread pool | Yang Gao | 2015-06-03 |
|/ / | |||
| * | Merge branch 'master' into poisson | vjpai | 2015-06-03 |
| |\ | |/ |/| | |||
* | | merge with master | Alistair Veitch | 2015-06-01 |
|\ \ | |||
| | * | Merge branch 'master' into poisson | vjpai | 2015-06-01 |
| | |\ | | |/ | |/| | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| |\ \ | |||
| | * \ | Merge branch 'master' of github.com:grpc/grpc into mdctx_free_creds | Julien Boeuf | 2015-05-29 |
| | |\ \ | |||
| * | \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | * | | | Tagging 0.9.1 on master. | Nicolas "Pixel" Noble | 2015-05-30 |
| | | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 |
| |\| | | | |||
| | | * | | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 |
| | | | | | |||
| | * | | | Merge pull request #1774 from ctiller/maybe-we-should-run-some-more-tests | Nicolas Noble | 2015-05-28 |
| | |\ \ \ | | | | | | | | | | | | | Re-enable some tests | ||
| | * \ \ \ | Merge pull request #1770 from jtattermusch/plugin_vcxproj | Nicolas Noble | 2015-05-28 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | Provide VS projects for building protoc plugins on Windows | ||
| | | | | * | Merge branch 'master' into poisson | vjpai | 2015-05-28 |
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto | ||
| | | | * | | Re-enable some tests | Craig Tiller | 2015-05-27 |
| | | | | | | |||
| | | * | | | provide VS solution for building protoc plugins | Jan Tattermusch | 2015-05-27 |
| | | |/ / | |||
* | | | | | Initial refactoring and context API changes | Alistair Veitch | 2015-05-26 |
| | | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-26 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring | David Garcia Quintas | 2015-05-22 |
| | | |\ \ | | | |/ / | | |/| | | |||
| | * | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-21 |
| | |\ \ \ | |||
| | | | | * | Merge branch 'master' into poisson | vjpai | 2015-05-21 |
| | | | | |\ | | | | |_|/ | | | |/| | | |||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-21 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | | | * | | Return shared_ptr by value plus minor dependency fix | David Garcia Quintas | 2015-05-20 |
| | | | | | | |||
| | | | * | | Simplified code based on comments and fixed build.json | David Garcia Quintas | 2015-05-20 |
| | | | | | | |||
| | | | * | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵ | David Garcia Quintas | 2015-05-20 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time. | ||
| * | | | | API for auth context and server-side secure transport only impl. | Julien Boeuf | 2015-05-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing. | ||
| * | | | | Starting on low level changes to support server side authentication. | Julien Boeuf | 2015-05-20 |
|/ / / / | |||
| | * | | Add crashing client test | Craig Tiller | 2015-05-19 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-19 |
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | | Conflicts: Makefile build.json | ||
| * | | | Run qps smoke tests on Travis | Craig Tiller | 2015-05-18 |
|/ / / | |||
* | | | Merge pull request #1639 from nicolasnoble/fix-build | Yang Gao | 2015-05-18 |
|\ \ \ | | | | | | | | | Actually removing grpc_http.h from build.json. | ||
* \ \ \ | Merge pull request #1594 from yang-g/creds | jboeuf | 2015-05-18 |
|\ \ \ \ | | | | | | | | | | | support per call credentials in c++ | ||
| | * | | | Actually removing grpc_http.h from build.json. | Nicolas "Pixel" Noble | 2015-05-18 |
| |/ / / |/| | | | |||
| * | | | bump minor version to 9 | Yang Gao | 2015-05-18 |
| | | | | |||
| | | * | Merge branch 'master' into poisson | vjpai | 2015-05-18 |
| | | |\ | |_|_|/ |/| | | | | | | | | | | | Conflicts: Makefile | ||
| * | | | Add fake credentials to the test and verify it actually works | Yang Gao | 2015-05-15 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-15 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Crash handling test | Craig Tiller | 2015-05-15 |
| | | | | |||
* | | | | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash | Nicolas Noble | 2015-05-15 |
|\ \ \ \ | | |/ / | |/| | | Add subprocess GPR API | ||
| * | | | Add header to build.json | Craig Tiller | 2015-05-15 |
| | | | |