Nicolas Noble
f001ce5575
Merge pull request #11852 from ctiller/noowners
...
Experiment: remove top level owners
7 years ago
Craig Tiller
6aef3de966
Experiment: remove top level owners
7 years ago
kpayson64
b2163c3798
Merge pull request #11836 from kpayson64/subchannel_mu
...
Destroy mutex on subchannel destruction
7 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
7 years ago
Vijay Pai
e313a68e1f
Merge pull request #11848 from ncteisen/inproc-tracer
...
Inproc Tracer
7 years ago
ncteisen
e155b9a3a3
Update env var doc
7 years ago
Noah Eisen
64977778bf
Merge pull request #11838 from ncteisen/tracer-sanity
...
Tracer Sanity
7 years ago
David G. Quintas
ee3fddb6fb
Merge pull request #11837 from dgquintas/thread_manager_join
...
Put thread creation and join under lock
7 years ago
Jan Tattermusch
9a48199de3
Merge pull request #11821 from jtattermusch/parallel_multilang
...
More parallelism for multilang linux tests
7 years ago
Vijay Pai
fd82a6cb4f
Merge pull request #11145 from vjpai/inproc3
...
In-process transport
7 years ago
Vijay Pai
10519a3476
Proper metadata arena management
7 years ago
ncteisen
bdc6f70a55
Smarter regex, blander algo
7 years ago
ncteisen
15f77669a4
Add to tracer doc to pass sanity
7 years ago
ncteisen
920bf3cdac
Add tracer sanity test
7 years ago
David Garcia Quintas
aef267b71e
Put thread creation and join under lock
7 years ago
Ken Payson
cc0cbedbd2
Destroy mutex on subchannel destruction
7 years ago
jboeuf
29d472303d
Merge pull request #10827 from jboeuf/max_token_lifetime_cpp
...
Better handling of token lifetime.
7 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
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 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)
7 years ago
Alexander Polcyn
77349cd80a
fix ruby memory leaks when composing credentials
7 years ago
Craig Tiller
5eb70d3015
Merge pull request #11828 from ctiller/mosiblings
...
Fix a few bugs in mkowners
7 years ago
Craig Tiller
98240d07b4
Fix another merging bug in mkowners
7 years ago
Muxi Yan
744597aa82
Merge 'upstream/master'
7 years ago
Muxi Yan
000bb685a8
mkowners
7 years ago
Craig Tiller
ee0c71eb1d
Merge pull request #11826 from ctiller/siblings
...
Change from intersection to supersets for glob comparisons
7 years ago
David G. Quintas
0c9ce72218
Merge pull request #11761 from dgquintas/lb_update_connector_fix
...
RR: fix subchannel list handing
7 years ago
David G. Quintas
24a4b31c07
Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks
...
Fix deadlocks in grpclb_end2end_test
7 years ago
Muxi Yan
75cb3c25d9
Add @muxi and @makdharma as owners of ObjC related files
7 years ago
David G. Quintas
d4619f439d
Merge pull request #11819 from dgquintas/timer_manager_uaf
...
Fix use-after-free in timer manager
7 years ago
Craig Tiller
92a85558bc
Fix argument ordering
7 years ago
Craig Tiller
7976bdd09b
Change from intersection to supersets for glob comparisons
...
This has the disadvantage that we can only use the current tree to
collect evidence of overlap -- this means that it's possible for file
addition or deletion to force a CODEOWNERS update.
HOWEVER, it has the advantage that it's correct and propagates ownership
in the way that we want (alleviating murgatroid@ from having to approve
every additional file in the repository)
7 years ago
Sree Kuchibhotla
a69878a217
fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads
7 years ago
Michael Lumish
bf828943cb
Merge pull request #11730 from murgatroid99/node_artifact_docker_version_fix
...
Install Node 8 in artifact linux Dockerfiles
7 years ago
apolcyn
2150d6fa4f
Merge pull request #11629 from apolcyn/fix_port_ordering
...
Port byte ordering fix for srv records
7 years ago
Nicolas Noble
6a5ff252f8
Merge pull request #11822 from nicolasnoble/owners-for-gencode
...
Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py
7 years ago
Nicolas "Pixel" Noble
46569f238c
Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py
7 years ago
Craig Tiller
f2e4a472a9
Merge pull request #11812 from ctiller/noparents
...
Detach ownership of core/c++
7 years ago
Jan Tattermusch
fd37497f25
two multilang tests at a time
7 years ago
David Garcia Quintas
fc94d1f4a0
Fix use-after-free in timer manager
7 years ago
Julien Boeuf
da8eca56e2
Better handling of token lifetime.
...
- In C++, we need a constant for the max lifetime.
- In C, make sure that we crop the lifetime in the credentials object
itself and not just later during the creation of the token. This will
allow the refresh to occur based on the actual token lifetime as opposed
to the one from the user (which may be cropped).
7 years ago
Mehrdad Afshari
e48bff9ba0
Merge pull request #11811 from mehrdada/pythOWNership
...
Python OWNERship
7 years ago
David Garcia Quintas
51d0ff0f3d
Fix deadlocks in grpclb_end2end_test
7 years ago
Mehrdad Afshari
f20a345ca5
Regenerate CODEOWNERS
7 years ago
Mehrdad Afshari
76a316cb1f
Add `set noparent` to Python OWNER files
7 years ago
Craig Tiller
41690d1ad8
Detach ownership of core/c++
7 years ago
Craig Tiller
bd4439c4a6
Merge pull request #10860 from ctiller/min_stack
...
Enable minimal stack for insecure qps tests
7 years ago
David Garcia Quintas
9a4ed686b1
Improved testing
7 years ago
Mehrdad Afshari
e6fb12fd96
Add additional OWNERS files for Python projects
7 years ago
Nicolas Noble
c66621f4f0
Merge pull request #11810 from ctiller/qpsowners
...
Make @vjpai an owner of qps_test
7 years ago