- Apr 28, 2015
-
-
Vijay Pai authored
Fix a race in QPS client shutdown
-
Craig Tiller authored
Few VS2010 fixes.
-
donnadionne authored
adding auth interop tests for C# to grpc_docker.sh
-
Vijay Pai authored
Ignore SIGPIPE
-
Jan Tattermusch authored
-
Nicolas Noble authored
Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW)
-
Nicolas Noble authored
-) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer.
-
- Apr 27, 2015
-
-
Craig Tiller authored
Pass deadline to call details for batch calls
-
Masood Malekghassemi authored
-
Craig Tiller authored
-
Craig Tiller authored
Previously we were cleaning up threads only AFTER local resources were reclaimed, leading to many crashes.
-
Yang Gao authored
Fix early shutdown
-
Craig Tiller authored
Fix includes for Boring SSL.
-
Julien Boeuf authored
-
Michael Lumish authored
Improve C# support in run_tests.py and run C# on Travis.
-
Vijay Pai authored
Stop kicking ourselves
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
wkubiak authored
-
wkubiak authored
-
- Apr 25, 2015
-
-
Craig Tiller authored
Refactoring std::chrono out.
-
Nicolas Noble authored
Renamed make variables for protoc presence and version checking.
-
Nicolas Noble authored
A little Makefile spring cleaning
-
David Garcia Quintas authored
-
Yang Gao authored
Test client stream cancellation and fix bug exposed by the test.
-
Yang Gao authored
Flagging some tests as flaky.
-
- Apr 24, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
Conflicts: include/grpc++/completion_queue.h
-
Craig Tiller authored
Attempt to remove the need of calling grpc_init/shutdown in c++ application code
-
Yang Gao authored
-
Yang Gao authored
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
-
Nicolas "Pixel" Noble authored
-
Stanley Cheung authored
Grpc ruby interop fixes
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Jan Tattermusch authored
-