aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
Commit message (Collapse)AuthorAge
* Merge branch 'master' into poissonGravatar vjpai2015-06-01
|\
| * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\
| | * Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | |\
| * | \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\ \ \ | | | |/ | | |/|
| | * | Tagging 0.9.1 on master.Gravatar Nicolas "Pixel" Noble2015-05-30
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| |\| |
| | | * Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| | | |
| | * | Merge pull request #1774 from ctiller/maybe-we-should-run-some-more-testsGravatar Nicolas Noble2015-05-28
| | |\ \ | | | | | | | | | | Re-enable some tests
| | * \ \ Merge pull request #1770 from jtattermusch/plugin_vcxprojGravatar Nicolas Noble2015-05-28
| | |\ \ \ | | | |_|/ | | |/| | Provide VS projects for building protoc plugins on Windows
* | | | | Merge branch 'master' into poissonGravatar vjpai2015-05-28
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/cpp/qps/client_async.cc test/cpp/qps/qpstest.proto
| | | | * Re-enable some testsGravatar Craig Tiller2015-05-27
| | | | |
| | | * | provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
| | | |/
| | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | |\|
| * | | Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoringGravatar David Garcia Quintas2015-05-22
| |\ \ \ | | | |/ | | |/|
| | * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | |\ \
* | | \ \ Merge branch 'master' into poissonGravatar vjpai2015-05-21
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
| | | | |\ | | |_|_|/ | |/| | |
| | * | | Return shared_ptr by value plus minor dependency fixGravatar David Garcia Quintas2015-05-20
| | | | |
| | * | | Simplified code based on comments and fixed build.jsonGravatar David Garcia Quintas2015-05-20
| | | | |
| | * | | Removed registry for benchmark reports & introduced benchmark_config.{h,cc} ↵Gravatar David Garcia Quintas2015-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.Gravatar Julien Boeuf2015-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.Gravatar Julien Boeuf2015-05-20
| | | |
| | * | Add crashing client testGravatar Craig Tiller2015-05-19
| | | |
| | * | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json
| * | | Run qps smoke tests on TravisGravatar Craig Tiller2015-05-18
| | |/ | |/|
| * | Merge pull request #1639 from nicolasnoble/fix-buildGravatar Yang Gao2015-05-18
| |\ \ | | | | | | | | Actually removing grpc_http.h from build.json.
| * \ \ Merge pull request #1594 from yang-g/credsGravatar jboeuf2015-05-18
| |\ \ \ | | | | | | | | | | support per call credentials in c++
| | | * | Actually removing grpc_http.h from build.json.Gravatar Nicolas "Pixel" Noble2015-05-18
| | |/ / | |/| |
| | * | bump minor version to 9Gravatar Yang Gao2015-05-18
| | | |
* | | | Merge branch 'master' into poissonGravatar vjpai2015-05-18
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-05-15
| | | |
| | | * Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-15
| | | |\ | | |_|/ | |/| |
| | | * Crash handling testGravatar Craig Tiller2015-05-15
| | | |
| * | | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crashGravatar Nicolas Noble2015-05-15
| |\ \ \ | | | |/ | | |/| Add subprocess GPR API
| | * | Add header to build.jsonGravatar Craig Tiller2015-05-15
| | | |
| * | | GPR_ASSERT is not an expressionGravatar Craig Tiller2015-05-15
| | | |
| | * | Add subprocess GPR APIGravatar Craig Tiller2015-05-15
| |/ / | | | | | | | | | | | | | | | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear
| * / Made qps_* targets "benchmark" builds.Gravatar David Garcia Quintas2015-05-14
| |/
| * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
| |\
* | \ Merge branch 'master' into poissonGravatar vjpai2015-05-12
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * \ Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | |\ \ | | |/ / | |/| |
| | | * Added async streaming ping pong testGravatar Siddharth Rakesh2015-05-11
| | |/ | |/|
| * | Merge pull request #1494 from ctiller/the-churneningGravatar Yang Gao2015-05-11
| |\ \ | | | | | | | | Lose redundant tag on unary calls
| * \ \ Merge pull request #1489 from ctiller/all-the-small-thingsGravatar Yang Gao2015-05-11
| |\ \ \ | | | | | | | | | | Split thread stress from end2end to improve parallelism
* | | | | Merge branch 'master' into poissonGravatar vjpai2015-05-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json
| | | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak
| | | | * Clean out old codeGravatar Craig Tiller2015-05-11
| | | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into generate-test-projectsGravatar Nicolas "Pixel" Noble2015-05-09
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak
| * | | | | Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
| | | | | |
| * | | | | Adding grpc++_unsecure project file, and adding better support for test ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | | | | | | | | | | | | | | | | | | | | | projects.