- May 02, 2017
-
-
Craig Tiller authored
-
Jan Tattermusch authored
Fix cmake build on Windows on internal_ci
-
Jan Tattermusch authored
Internal CI: Add macos grpc_master job
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Use run_tests_matrix.py for running internal_ci master tests
-
Jan Tattermusch authored
Reports GC stats in qps workers
-
Vijay Pai authored
Reintroduce a lambda capture as part of C++11-izing code
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Better presentation of reports in internal CI
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
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.
-
Vijay Pai authored
-
- 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
-
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
-