- Jan 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Yang Gao authored
Fix returned status
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
The client should return status deadline exceeded when the deadline is exceeded (not cancelled status)
-
Tim Emiola authored
Node generated code
-
jboeuf authored
Compile fix
-
Craig Tiller authored
-
Nicolas Noble authored
Fix run_test.py so it runs the first time
-
Nicolas Noble authored
Changing size type in Transport Security (TSI) from uint32_t to size_t
-
Craig Tiller authored
-
Julien Boeuf authored
Will remove grpc impedance mismatch.
-
Craig Tiller authored
Fixing parallel build.
-
Nicolas "Pixel" Noble authored
The source code of the libraries depends on openssl being built, as it will setup the headers. Since we don't know exactly which source depends on openssl (we could start flagging it in build.json, but that'd be painful), we just flag all the source for every ssl-enabled library to depend on openssl being built.
-
Yang Gao authored
Removing "using namespace std" everywhere.
-
Nicolas "Pixel" Noble authored
-
Nicolas Noble authored
Cache for successful test runs
-
Nicolas Noble authored
-
Craig Tiller authored
-
Craig Tiller authored
By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
-
Craig Tiller authored
Fixing typos in build.json: .cpp -> .cc
-
Nicolas Noble authored
This was working so far because of GNU make's magic that automatically finds the sources depending on its output, and not on its input. This also explains why running "make" would always rebuild the plugins: because GNU make think some dependencies are phony and aren't there.
-
Michael Lumish authored
Grpc tools simplify docker image updates
-
- Jan 15, 2015
-
-
Tim Emiola authored
-
murgatroid99 authored
-
Tim Emiola authored
- also allows it to sync multiple hosts
-
Yang Gao authored
() --> (void) everywhere in the C core
-
Nicolas Noble authored
Cleanup makefiles
-
Tim Emiola authored
-