- Nov 18, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Merge release-0_11 into master
-
David G. Quintas authored
Handle Cancel before start.
-
Nathaniel Manista authored
Add missing grace value to server stop in Python example.
-
- Nov 17, 2015
-
-
Jan Tattermusch authored
Fix dead link in doc
-
yang-g authored
-
yang-g authored
-
Carl Mastrangelo authored
-
Nicolas Noble authored
Generate all file lists and build target lists in binding.gyp from build.yaml
-
Sree Kuchibhotla authored
Fix naming issue in stress_test
-
David Garcia Quintas authored
-
David Garcia Quintas authored
(via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test.
-
Jorge Canizales authored
Improve grammar/language for clarity
-
Masood Malekghassemi authored
Fixes #4122
-
Eric Anderson authored
-
- Nov 16, 2015
-
-
Masood Malekghassemi authored
Add a useful __str__ method to face exceptions
-
Michael Lumish authored
Small typo of NodeJS version in README.md
-
- Nov 15, 2015
-
-
Valentyn Shybanov authored
-
- Nov 13, 2015
-
-
Tim Emiola authored
Fixed incorrect type in a malloc in Node extension
-
Michael Lumish authored
Corrects compile error on ruby 2.0
-
Tim Emiola authored
-
Yang Gao authored
Fixing the doc to warn of the dangers for overriding the target name …
-
- Nov 12, 2015
-
-
Michael Lumish authored
Grpc ruby fix flaky ruby interop test
-
Michael Lumish authored
Grpc ruby bidi call should read metadata
-
Jorge Canizales authored
Remove unused RouteGuideClient and move RemoteTestClient to tests
-
Jorge Canizales authored
ObjC: Update Sample
-
Benny Wong authored
* Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
-
Benny Wong authored
-
Benny Wong authored
-
Julien Boeuf authored
-
- Nov 11, 2015
-
-
Tim Emiola authored
- server logger.level = WARN - client logger.level = INFO
-
Tim Emiola authored
- truncates the server debug log entries to make that readable
-
Tim Emiola authored
This fixes the current ruby server interop test flakiness. - The interop tests recently changed so that clients access servers in parallel, meaning that the interop servers handle multiple rpcs at once, which is how this bug became visible - since this change, tests run against the ruby interop server have failed sporadically - the problem was that the block in #loop_handle_server_calls that is passed to the thread pool referenced a var in an enclosing block, which resulted in requests being processed by the wrong handler - this fix ensures that the block to be run on the thread pool thread does not have any references to vars in the enclosing block
-
Benny Wong authored
-
Benny Wong authored
-
Tim Emiola authored
Fixes an omission from earlier PRs that adds support metadata.
-
Tim Emiola authored
-
Michael Lumish authored
PHP: append application user agent string at the beginning
-