- Feb 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
-
Craig Tiller authored
Documentation tweaks in grpc.h.
-
Nathaniel Manista authored
-
- Feb 14, 2015
-
-
Craig Tiller authored
Properly msan-instrumenting protobuf and our C++ tests
-
Nicolas "Pixel" Noble 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
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
vjpai authored
-
Jan Tattermusch authored
-
Abhishek Kumar authored
-
Tim Emiola authored
Docker
-
Abhishek Kumar authored
-
Donna Dionne authored
-
Jan Tattermusch authored
-
Yang Gao authored
Rename examples/tips to examples/pubsub
-
Abhishek Kumar authored
-
Nicolas Noble authored
Add ubsan support
-
Donna Dionne authored
-
Craig Tiller authored
-
Craig Tiller authored
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
-
Nicolas "Pixel" Noble authored
-
Donna Dionne authored
-
Donna Dionne authored
Fixing java_base to edit permission on a key file
-