aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
Commit message (Collapse)AuthorAge
* 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
| |
| * Add fake credentials to the test and verify it actually worksGravatar Yang Gao2015-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 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 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.
* | | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Addressing comments.Gravatar Julien Boeuf2015-05-08
| | | | |
| * | | | Merging with master.Gravatar Julien Boeuf2015-05-08
| |\| | |
| | | | * Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
| | | | |\ | | | |_|/ | | |/| |
| | | * | Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #1519 from jtattermusch/csharp_protoc_pluginGravatar Michael Lumish2015-05-08
| | |\ \ \ | | | | | | | | | | | | C# gRPC protoc plugin
* | | \ \ \ Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc ↵Gravatar Craig Tiller2015-05-08
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into dgquintas-standalone_benchmarks
| * \ \ \ \ \ Merge branch 'yang-g-mock'Gravatar Craig Tiller2015-05-08
| |\ \ \ \ \ \
| | | | | | * \ Merge github.com:grpc/grpc into all-the-small-thingsGravatar Craig Tiller2015-05-08
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Flagging the QPS binaries as tools, instead of non-runnable tests.Gravatar Nicolas Noble2015-05-07
| | | | | | | |
| | | | | * | | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| | |_|_|/ / / | |/| | | | |
| | | | * | | Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | |_|/ / / | |/| | | |
| | | | | * Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | |_|_|/ | |/| | |
| | | | * Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06
| | |_|/ | |/| |
| | | * Split C++'s smoke_test into 4 stand alone ones.Gravatar David Garcia Quintas2015-05-05
| | |/ | |/|
| | * add a test using the mock interfacesGravatar Yang Gao2015-05-05
| |/
* / Bump versionGravatar Craig Tiller2015-05-04
|/
* Bump versionGravatar Craig Tiller2015-04-30
|
* Merge github.com:grpc/grpc into delete-the-old-apiGravatar Craig Tiller2015-04-30
|\
* | Kill echo testGravatar Craig Tiller2015-04-29
| |
| * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| |\ | |/ |/|
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
* | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-25
|\| | | | | | | | | Conflicts: Makefile
| * Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
| |\ | | | | | | Refactoring std::chrono out.
| * \ Merge pull request #1360 from nicolasnoble/flakesGravatar Yang Gao2015-04-24
| |\ \ | | | | | | | | Flagging some tests as flaky.
| | | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * | | Add the new header to build.json and regenerate projectsGravatar Yang Gao2015-04-24
| | | |
| | * | Flagging a few census tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| |/ /
* | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-23
|\| | | | | | | | | | | | | | Conflicts: Makefile