- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Changes to support server metadata.
-
Yang Gao authored
-
Yang Gao authored
-
Nathaniel Manista authored
More channel argument documentation.
-
Vijay Pai authored
Rebinding of C++ API to the new C core API
-
Craig Tiller authored
Conflicts: src/core/surface/server.c
-
Yang Gao authored
Fix shutdown semantics.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
-
Tim Emiola authored
Python source reorganization.
-
Tim Emiola authored
Drop an erroneous trailing backslash.
-
Nathaniel Manista authored
-
Nathaniel Manista authored
A top-level "grpc" package is added and RPC Framework is made public.
-
Tim Emiola authored
Rewrite the Node library to use the new core call API
-
David Klempner authored
Fix a race in transport.
-
David Klempner authored
UDS Fix
-
Abhishek Kumar authored
Attempt to better explain secure server creation
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Document what they should be, ensure they're triggered, and fix what was broken.
-
Craig Tiller authored
Remove existing UDS listeners IFF they are a socket before trying to create a new socket.
-
murgatroid99 authored
-
Craig Tiller authored
Fixing memleak.
-
David Klempner authored
Fix refcounting bug leading to objects not being cleaned up
-
Julien Boeuf authored
- Fixes #542
-
Craig Tiller authored
This prevents a bug whereby not all fds were destroyed at application exit.
-
Craig Tiller authored
-
Craig Tiller authored
-
- Feb 17, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
AND status in FinalizeResult instead of setting it. Clear user provided recv_message proto when adding it.
-
Yang Gao authored
-
Yang Gao authored
-
Craig Tiller authored
I removed the condition variable here a little while ago to remove a thundering herd. Unfortunately it introduces a race if we are calling back an application defined object whilst destroying. Reintroduce the cv, and guard it's usage closely to avoid the herd (additionally, it's not needed for stream deletion, so we keep it out of that).
-
Yang Gao authored
Allow grpc_init to be called multiple times
-
Yang Gao authored
-