Mark D. Roth
b7e6fa5319
Merge remote-tracking branch 'upstream/master' into client_channel_cleanup
8 years ago
Mark D. Roth
12056f1a0c
Merge pull request #10821 from markdroth/grpclb_client_side_load_reporting
...
Implement client-side load reporting for grpclb.
8 years ago
Jan Tattermusch
8bb3ca757e
Merge pull request #10949 from jtattermusch/internal_ci_windows
...
Fix cmake build on Windows on internal_ci
8 years ago
Jan Tattermusch
089449568c
Merge pull request #10947 from jtattermusch/internal_ci_try_mac
...
Internal CI: Add macos grpc_master job
8 years ago
Jan Tattermusch
b5799aa026
remove --build_only
8 years ago
Jan Tattermusch
d01ef0a248
Merge pull request #10922 from jtattermusch/master_tests_for_real
...
Use run_tests_matrix.py for running internal_ci master tests
8 years ago
Jan Tattermusch
3afae71fb6
Merge pull request #10876 from jtattermusch/csharp_qps_worker_gc_stats
...
Reports GC stats in qps workers
8 years ago
Vijay Pai
ae95edb515
Merge pull request #10828 from vjpai/recaptcha
...
Reintroduce a lambda capture as part of C++11-izing code
8 years ago
Mark D. Roth
64a317cc3e
Code clean-up in client_channel.
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
Jan Tattermusch
56d8f825e1
fix Windows cmake build on internal_ci
8 years ago
Jan Tattermusch
1306724462
add --internal_ci for windows
8 years ago
Jan Tattermusch
622699a74c
add macos grpc_master.sh job
8 years ago
Jan Tattermusch
d8696e1023
Merge pull request #10921 from jtattermusch/internal_ci_better_reports
...
Better presentation of reports in internal CI
8 years ago
Jan Tattermusch
aba4ee2f76
add C# generic insecure scenarios
8 years ago
Jan Tattermusch
01ce23641d
reports GC stats in qps workers
8 years ago
David G. Quintas
cf7ea0f089
Merge pull request #10360 from dgquintas/grpclb_new_test
...
New version of grpclb end2end test
8 years ago
Nathaniel Manista
13cc172000
Merge pull request #7836 from thinkerou/delete_unuse_lib
...
Remove unused import in grpcio_health_checking.
8 years ago
Nathaniel Manista
683add5f84
Merge pull request #10862 from makroiss/patch-1
...
Fix imports in generated gRPC Python code.
8 years ago
Vijay Pai
611e7e78de
Reintroduce a lambda capture as part of C++11-izing code
8 years ago
Craig Tiller
305dcf3d32
Merge pull request #10924 from ctiller/not-ld
...
Fix printf format
8 years ago
Craig Tiller
9162f75188
Merge pull request #10896 from ctiller/sbtest
...
Fix bogus asserts
8 years ago
David Garcia Quintas
0745356ab2
Apply slowdown factor to timeouts
8 years ago
David G. Quintas
3d88269c13
Merge pull request #10933 from dgquintas/thrift_again
...
Remove leftover thrift mentions
8 years ago
David Garcia Quintas
4e9bef0f1e
Remove leftover thrift mentions
8 years ago
David Garcia Quintas
d8e278f3dc
Merge branch 'master' of github.com:grpc/grpc into grpclb_new_test
8 years ago
makdharma
6626a86923
Merge pull request #10687 from makdharma/fixbazel
...
.proto and BUILD files can now in differnt dirs
8 years ago
Craig Tiller
570fad827c
Fix printf format
8 years ago
Jan Tattermusch
1c5068201b
use run_tests_matrix.py for running internal_ci master tests
8 years ago
Jan Tattermusch
ac9c9f93b9
reports can create subdirs
8 years ago
yongni
365c52b47e
Merge pull request #10873 from yongni/master
...
Added verbose option to run_interop_test to ease tracing the commands…
8 years ago
David G. Quintas
7c6b4beb88
Merge pull request #10911 from dgquintas/remove_thrift
...
Removed 3rd party dep on thrift
8 years ago
David Garcia Quintas
97106a7ef2
Removed 3rd party dep on thrift
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
Vijay Pai
746d56df18
Merge pull request #10901 from grpc/vjpai-patch-2
...
Add gflags to Mac build from source instructions
8 years ago
Vijay Pai
75d2496ba8
Add gflags to Mac build from source instructions
...
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.
8 years ago
Craig Tiller
a9236bc4a1
Merge pull request #10824 from ctiller/proxy2
...
Fix potential memory leak, cleanup some code
8 years ago
Jan Tattermusch
ffa7473602
Merge pull request #9376 from ivucica/ivucica_grpc_cli
...
Bazel build rule for //test/cpp/util:grpc_cli
8 years ago
Matt Kwong
b40a86fee5
Merge pull request #10874 from matt-kwong/perf-create-script
...
Update performance VM init script
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Manuel Kroiss
6580894218
Fix python imports in gRPC generated python code
...
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
8 years ago
Craig Tiller
7ef85e5a30
Fix bogus asserts
8 years ago
Craig Tiller
4865c79548
Merge pull request #10613 from ctiller/framing_costs
...
Optimize framing a little
8 years ago
MakMukhi
af4e8a7df1
Merge pull request #10869 from MakMukhi/cmake_fix
...
Fix for recent cmake failure owing to gmock
8 years ago
David G. Quintas
8c71bde9b0
Merge pull request #10522 from jiangtaoli2016/new_tsi
...
Update TSI with new non-blocking TSI interfaces.
8 years ago
Jan Tattermusch
f7cd585901
Merge pull request #10819 from jtattermusch/fix_cpp_distrib
...
Fix C++ distribtest
8 years ago
Craig Tiller
15fda75e1c
Merge pull request #10427 from ctiller/c++lame
...
Convert Lame Client Channel code to C++
8 years ago
Mehrdad Afshari
e376267107
Update macOS install instructions
8 years ago
Jan Tattermusch
03fb85178e
Merge pull request #10877 from jtattermusch/fix_sc_formatting
...
Fix security_connector.c formatting
8 years ago
Jan Tattermusch
136533e396
fix security_connector.c formatting
8 years ago