- May 02, 2017
-
-
Mark D. Roth authored
-
Jan Tattermusch authored
Better presentation of reports in internal CI
-
David G. Quintas authored
New version of grpclb end2end test
-
Nathaniel Manista authored
Remove unused import in grpcio_health_checking.
-
Nathaniel Manista authored
Fix imports in generated gRPC Python code.
-
- May 01, 2017
-
-
Craig Tiller authored
Fix printf format
-
Craig Tiller authored
Fix bogus asserts
-
David Garcia Quintas authored
-
David G. Quintas authored
Remove leftover thrift mentions
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
makdharma authored
.proto and BUILD files can now in differnt dirs
-
- Apr 29, 2017
-
-
Craig Tiller authored
-
Jan Tattermusch authored
-
- Apr 28, 2017
-
-
yongni authored
Added verbose option to run_interop_test to ease tracing the commands…
-
David G. Quintas authored
Removed 3rd party dep on thrift
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
Vijay Pai authored
Add gflags to Mac build from source instructions
-
Vijay Pai authored
Note that gflags is already listed as something to install under Linux before build from source and running tests but was not included on Mac.
-
Craig Tiller authored
Fix potential memory leak, cleanup some code
-
Jan Tattermusch authored
Bazel build rule for //test/cpp/util:grpc_cli
-
Matt Kwong authored
Update performance VM init script
-
David Garcia Quintas authored
-
Manuel Kroiss authored
This changes the import style for proto dependencies from a) to b). a) "import a.b.c as x" b) "from a.b import c as x" Using statement a) causes problems when using __init__ files. If module "a.b" has an __init__.py file which is importing the python generated grpc code "a.b.d", then we cannot import a module named "a.b.c" because the module "a.b" does not exist yet. In this case python will throw: AttributeError: 'module' object has no attribute 'b' This PR adapts the code to use the same logic as in: /google/protobuf/compiler/python/python_generator.cc
-
- Apr 27, 2017
-
-
Craig Tiller authored
-
Craig Tiller authored
Optimize framing a little
-
MakMukhi authored
Fix for recent cmake failure owing to gmock
-
David G. Quintas authored
Update TSI with new non-blocking TSI interfaces.
-
Jan Tattermusch authored
Fix C++ distribtest
-
Craig Tiller authored
Convert Lame Client Channel code to C++
-
Mehrdad Afshari authored
-
Jan Tattermusch authored
Fix security_connector.c formatting
-
Jan Tattermusch authored
-
Ivan Vučica authored
-
jboeuf authored
Removing cipher suites blacklisted in HTTP2.
-
jboeuf authored
more TLS cleanup.
-
Matt Kwong authored
Fix test filtering for C/C++
-
Matt Kwong authored
-