Adele Zhou
457b02e6b2
Fix image path when pulled from dockerhub.
8 years ago
Nathaniel Manista
1c0b20dda7
Narrow .gitignore to only what it needs to ignore
...
"proto" and "*.egg-info/" are no longer generated, "src/" can be
narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by
.gitignore files in parent directories.
8 years ago
yongni
4708a21c81
Merge pull request #11847 from yongni/master
...
Added C++ to interop_matrix and created a kokoro config
8 years ago
Yihua Zhang
1435bfc718
Add GTS plugin
8 years ago
Mark D. Roth
afbd3be7d9
Merge pull request #11858 from markdroth/client_channel_owners
...
Set owners for client_channel tree.
8 years ago
Muxi Yan
0086d02161
Merge pull request #11189 from muxi/stream_compression
...
Implement stream compression lib module
8 years ago
Mark D. Roth
e395dfbcad
Set owners for client_channel tree.
8 years ago
Craig Tiller
23c07e387e
Merge pull request #11856 from ctiller/really-no-owners
...
Add policy to comments
8 years ago
Craig Tiller
aa49cbfd9d
Add policy to comment
8 years ago
Nicolas Noble
34504d2d37
Merge pull request #11855 from ctiller/really-no-owners
...
Reset OWNERS state
8 years ago
Craig Tiller
d996379030
Reset OWNERS state
8 years ago
Craig Tiller
1feeec1021
Merge pull request #11854 from grpc/revert-11853-noowners-test
...
Revert "Experiment: remove top level owners - test the model"
8 years ago
Craig Tiller
cd57c413e0
Revert "Experiment: remove top level owners - test the model"
8 years ago
Craig Tiller
3c5ebe4d51
Merge pull request #11853 from ctiller/noowners-test
...
Experiment: remove top level owners - test the model
8 years ago
Nicolas Noble
f001ce5575
Merge pull request #11852 from ctiller/noowners
...
Experiment: remove top level owners
8 years ago
Craig Tiller
0e0dd2bb54
Experiment: remove top level owners - test the model
8 years ago
Craig Tiller
6aef3de966
Experiment: remove top level owners
8 years ago
kpayson64
b2163c3798
Merge pull request #11836 from kpayson64/subchannel_mu
...
Destroy mutex on subchannel destruction
8 years ago
apolcyn
da0c0ecb1a
Merge pull request #11830 from apolcyn/fix_credential_compose_leaks_master
...
Fix ruby memory leaks when composing credentials, noticed with asan
8 years ago
Vijay Pai
e313a68e1f
Merge pull request #11848 from ncteisen/inproc-tracer
...
Inproc Tracer
8 years ago
ncteisen
e155b9a3a3
Update env var doc
8 years ago
Noah Eisen
64977778bf
Merge pull request #11838 from ncteisen/tracer-sanity
...
Tracer Sanity
8 years ago
David G. Quintas
ee3fddb6fb
Merge pull request #11837 from dgquintas/thread_manager_join
...
Put thread creation and join under lock
8 years ago
Jan Tattermusch
9a48199de3
Merge pull request #11821 from jtattermusch/parallel_multilang
...
More parallelism for multilang linux tests
8 years ago
Vijay Pai
fd82a6cb4f
Merge pull request #11145 from vjpai/inproc3
...
In-process transport
8 years ago
Vijay Pai
10519a3476
Proper metadata arena management
8 years ago
Guantao Liu
29a7050c35
Fixed sanity.
8 years ago
ncteisen
bdc6f70a55
Smarter regex, blander algo
8 years ago
ncteisen
15f77669a4
Add to tracer doc to pass sanity
8 years ago
ncteisen
920bf3cdac
Add tracer sanity test
8 years ago
David Garcia Quintas
aef267b71e
Put thread creation and join under lock
8 years ago
Guantao Liu
37484f8299
Merge remote-tracking branch 'upstream/master' into qps_driver
8 years ago
Ken Payson
cc0cbedbd2
Destroy mutex on subchannel destruction
8 years ago
Guantao Liu
91d8f0b5a8
Added the missing header file and fixed a syntax error.
8 years ago
Yong Ni
a808af1561
Added grpc_interop_matrix.cfg for kokoro.
8 years ago
Guantao Liu
ac9fdfbc40
Removed unnecessary default values and fixed sanity.
8 years ago
jboeuf
29d472303d
Merge pull request #10827 from jboeuf/max_token_lifetime_cpp
...
Better handling of token lifetime.
8 years ago
Vijay Pai
8dc4f101cb
Disbable a specific check on async_end2end_test and revisit later if that expectation was really required by the API
8 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
8 years ago
Sree Kuchibhotla
ac51c2aa9b
Merge pull request #11825 from sreecha/asan_failure
...
Fix memory leak in bm_cq_multiple_threads (due to not calling grpc_shutdown)
8 years ago
Alexander Polcyn
77349cd80a
fix ruby memory leaks when composing credentials
8 years ago
Craig Tiller
8a08400af2
Fix spam
8 years ago
Craig Tiller
5eb70d3015
Merge pull request #11828 from ctiller/mosiblings
...
Fix a few bugs in mkowners
8 years ago
Craig Tiller
98240d07b4
Fix another merging bug in mkowners
8 years ago
Muxi Yan
744597aa82
Merge 'upstream/master'
8 years ago
Muxi Yan
000bb685a8
mkowners
8 years ago
Craig Tiller
ee0c71eb1d
Merge pull request #11826 from ctiller/siblings
...
Change from intersection to supersets for glob comparisons
8 years ago
David G. Quintas
0c9ce72218
Merge pull request #11761 from dgquintas/lb_update_connector_fix
...
RR: fix subchannel list handing
8 years ago
David G. Quintas
24a4b31c07
Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks
...
Fix deadlocks in grpclb_end2end_test
8 years ago
Yong Ni
51750dc7d1
Added c++ to interop_matrix. Per earlier conversation, interop_matrix will not run against different compiler/toolchains so we are not addding _<runtime> to c++. This simplifies our setup and reduces unnecesary complexities in the infrastructure.
8 years ago