- Feb 18, 2015
-
-
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
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
-
- Feb 17, 2015
-
-
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
-
Craig Tiller authored
-
soltanmm authored
Python interop server.
-
Craig Tiller authored
-
donnadionne authored
Temporarily pauses some tests
-
Tim Emiola authored
-
Abhishek Kumar authored
Fix fling test leaks
-
Craig Tiller authored
-
Tim Emiola authored
Fix aliasing
-
Craig Tiller authored
-
Nicolas Noble authored
Unix domain socket support
-
Nicolas "Pixel" Noble authored
Conflicts: Makefile
-
Nicolas Noble authored
Add support for out of tree builds
-
Nicolas Noble authored
Adding an NMake makefile for Windows
-
Yang Gao authored
Avoid four allocations per stream
-
- Feb 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Conflicts: Makefile templates/Makefile.template
-
Craig Tiller authored
-
Craig Tiller authored
Documentation tweaks in grpc.h.
-
Nathaniel Manista authored
-
- Feb 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Auto-dependency building doesn't do this (yet)
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-