- Jun 28, 2016
-
-
Ken Payson authored
-
- Jun 27, 2016
-
-
Jan Tattermusch authored
Merge release-0_15 into master
-
Jan Tattermusch authored
Network status tracking
-
murgatroid99 authored
-
Jan Tattermusch authored
Update C# examples to 0.15.0 packages.
-
Jan Tattermusch authored
Updated several threads to use CleanupThread for clean exit
-
Jan Tattermusch authored
Minor fixes
-
Jan Tattermusch authored
Remove caching of results by run_tests
-
Craig Tiller authored
-
- Jun 26, 2016
-
-
Ken Payson authored
-
Craig Tiller authored
Fix GPR_TIMER misbalancing
-
Craig Tiller authored
-
- Jun 25, 2016
-
-
Jan Tattermusch authored
Basic testing of client and sever side compression for Python
-
Jan Tattermusch authored
Moved grpc_shutdown to end of Py_Finalize()
-
Jan Tattermusch authored
Fix clang formatting
-
Jan Tattermusch authored
Pass NULL in the host parameter of grpc_channel_create_call
-
Jan Tattermusch authored
Fix clang formatting
-
Craig Tiller authored
New epoll based polling implementation
-
Jan Tattermusch authored
fix building ruby package
-
David Garcia Quintas authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Jan Tattermusch authored
Fix #3803
-
Ken Payson authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Re-enable accidentally disabled traces
-
- Jun 24, 2016
-
-
Craig Tiller authored
-
makdharma authored
Fix build error of SwiftSample project on Xcode 7.3 (Swift 2.2)
-
makdharma authored
Modified route_guide sample app to show RPC log
-
Ken Payson authored
-
murgatroid99 authored
-
Jan Tattermusch authored
Update version to 0.15.0
-
murgatroid99 authored
-
murgatroid99 authored
-
Jan Tattermusch authored
Update master branch to 0.16.0-dev
-
Ken Payson authored
We currently rely on the __del__ method of a module scope object to call grpc_shutdown(). __del__ methods are not guaranteed to be called, and furthermore there are no guarantees about ordering, leading to shutdown race conditions. This moves grpc_shutdown to Py_Finalize(), which gets called after the Python context is completely cleaned up.
-
murgatroid99 authored
-
Jan Tattermusch authored
Allow Node users to set a custom logger and log verbosity.
-
Jan Tattermusch authored
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
-