- Feb 18, 2015
-
-
Craig Tiller authored
This prevents a bug whereby not all fds were destroyed at application exit.
-
Craig Tiller authored
-
- Feb 17, 2015
-
-
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)
-
- Feb 14, 2015
-
-
Craig Tiller authored
Properly msan-instrumenting protobuf and our C++ tests
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
Craig Tiller authored
Cleaning up our posix definition / usage.
-
Craig Tiller authored
Fix time header file for Mac
-
Craig Tiller authored
Renaming the docker image to grpc_clang, and optimizing the build a bit.
-
Nicolas "Pixel" Noble authored
-) Let's not use _POSIX_SOURCE. It usually implies too much C99. _BSD_SOURCE would be the right thing to do here. -) _BSD_SOURCE is getting deprecated by glibc, so we also have to define _DEFAULT_SOURCE under Linux. -) accept4 and eventfd arn't as old as we may think; let's detect for it. -) stdint.h interferes with all these definitions if included too early; let's move it down.
-
- Feb 13, 2015
-
-
soltanmm authored
Change the interface of RPC Framework's Future interface.
-
Craig Tiller authored
Switching the fling benchmarks to the new API.
-
Nathaniel Manista authored
Now our Future interface is as-API-compatible-as-possible with Python's own concurrent.futures.Future.
-
Tim Emiola authored
Setting default ssh directory in the case of test runs running as root.
-
Tim Emiola authored
C# refactoring of GrpcEnvironment and PortPicker
-
Donna Dionne authored
-
Nicolas "Pixel" Noble authored
-
Abhishek Kumar authored
-
Michael Lumish authored
added license headers to all grpc C# files
-
Jan Tattermusch authored
-