- Jul 15, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Michael Lumish authored
Nuget versioning simplification
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Michael Lumish authored
C# health service
-
Jan Tattermusch authored
-
Michael Lumish authored
Updates the requirements comment before releasing on the release branch
-
Tim Emiola authored
-
Yang Gao authored
Fixed wrong frame parsing
-
Yang Gao authored
Fixes for older C++ compilers (remove lambdas, brace init, and nullptr ambiguity)
-
David Garcia Quintas authored
-
Vijay Pai authored
-
Michael Lumish authored
Get rid of explicit GrpcEnvironment.Initialize
-
Michael Lumish authored
Update homebrew PHP extension location
-
Masood Malekghassemi authored
links interface and gRPC-on-wire implementation
-
- Jul 14, 2015
-
-
Stanley Cheung authored
-
Vijay Pai authored
Clang-format of changed files
-
vjpai authored
build. The issue is that gcc below 4.6 require us to explicitly define nullptr, and our explicit definition allows a potential confusion between nullptr->unique_ptr<string> and nullptr->char *->grpc::string->unique_ptr<string>
-
Stanley Cheung authored
-
Abhishek Kumar authored
Made Node server respond with UNKNOWN for unspecified application errors
-
vjpai authored
-
Abhishek Kumar authored
Made ruby server return correct error code for unimplemented method
-
Abhishek Kumar authored
Update the connection backoff document with jitter.
-
vjpai authored
-
vjpai authored
compilers
-
Nicolas Noble authored
fix build on windows
-
chai2010 authored
-
Jan Tattermusch authored
Better socket kick for Windows.
-
Jan Tattermusch authored
Adding a handler for abort().
-
David Klempner authored
-
Michael Lumish authored
Let's ignore our generated cache.mk from git.
-
Nicolas "Pixel" Noble authored
Now calling tcp_shutdown will in fact close the socket, which cascades into properly cleaning out all the pending requests. The tcp_server_windows's shutdown logic had to be rewritted (simplified) in order to take this into account.
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
We want to have a chance to debug a call to abort() in case we have a debugger attached.
-
Nathaniel Manista authored
This code branches out of the alpha/early_adopter code and begins building toward the beta API.
-
- Jul 13, 2015
-
-
Jan Tattermusch authored
Install simple Windows exception handlers.
-
Craig Tiller authored
Filtering stdout for JUnit report in case of timeouts.
-
- Jul 12, 2015
-
-
Nicolas Noble authored
Windows polishing
-