- Feb 19, 2015
-
-
Jan Tattermusch authored
-
Tim Emiola authored
Fixed readme
-
Nathaniel Manista authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
-
Yang Gao authored
One-line fix for namespace bug
-
Vijay Pai authored
-
David Klempner authored
Fix a TSAN reported race
-
Tim Emiola authored
Update README.md
-
Tim Emiola authored
Import ios library
-
Tim Emiola authored
Node auth implementation
-
Craig Tiller authored
Polishing Makefile to better install targets.
-
Craig Tiller authored
I think this was the frequent crash in uds_cancel_after_invoke. The race happens because a channel is deleted concurrently with an address being resolved (and UDS gets the resolution fast enough for this to actually happen). The fix is to guarantee no callbacks will be made after cancel has been called (which was the original guaranteee that got lost somewhere).
-
murgatroid99 authored
-
Nicolas "Pixel" Noble authored
-) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix.
-
Jorge Canizales authored
-
Craig Tiller authored
Fix a race where an fd can be deleted during polling
-
Craig Tiller authored
-
Jayant Kolhe authored
-
Yang Gao authored
Server side cancellation receive support for C++
-
Jayant Kolhe authored
-
Craig Tiller authored
-
Nicolas Noble authored
Fixed string.h include
-
Nicolas Noble authored
Delete symlink to my home directory
-
Craig Tiller authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Nicolas Noble authored
make grpc_csharp_ext compile and install independently from the grpc and gpr libraries
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Feb 18, 2015
-
-
Craig Tiller authored
Async client api change. Add a ClientAsyncResponseReader.
-
Nicolas Noble authored
Fix use-after-free.
-
Yang Gao authored
-
Yang Gao authored
Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side.
-
Michael Lumish authored
Migration of C# to the new C API
-