- Jun 26, 2016
-
-
yang-g 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
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
-
David Garcia Quintas authored
-
Jan Tattermusch authored
Fix #3803
-
Ken Payson authored
-
Jan Tattermusch authored
Re-enable accidentally disabled traces
-
- Jun 24, 2016
-
-
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
-
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
-
Jan Tattermusch authored
Fix C# nuget build (and all distribtests)
-
Jan Tattermusch authored
Fix build node package
-
Jan Tattermusch authored
-
Sree Kuchibhotla authored
-
Jan Tattermusch authored
-
Yuchen Zeng authored
-
Jan Tattermusch authored
Prevent race with grpc_completion_queue_shutdown.
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
gpr_refcount
-
Jan Tattermusch authored
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
-
Sree Kuchibhotla authored
-
- Jun 23, 2016
-
-
Nicolas Noble authored
Changed %lld to use mingw supported PRId64
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
David G. Quintas authored
Brought compression spec up to date wrt error statuses
-
Makarand Dharmapurikar authored
To Implementation
-
Jan Tattermusch authored
-
Ken Payson authored
This is needed for building grpcio with mingw, see https://github.com/grpc/grpc/pull/7012.
-
Ken Payson authored
-
Jan Tattermusch authored
Remove generated NewClient factory method for C#.
-
Makarand Dharmapurikar authored
TODO for removing boilerplate code
-