Sree Kuchibhotla
54c31c782f
release the g_epfd whent he engine is shutdown
7 years ago
Sree Kuchibhotla
c9caedd95a
fix compiler bug in epoll-ex
7 years ago
Sree Kuchibhotla
1228237a3b
Merge branch 'master' into sreek-epoll1
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
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
David Garcia Quintas
fc94d1f4a0
Fix use-after-free in timer manager
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
Sree Kuchibhotla
ce47215063
Merge branch 'master' into sreek-epoll1
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
Craig Tiller
5e47758d53
Make @vjpai an owner of qps_test
7 years ago
Mehrdad Afshari
b03e5cbb0f
Add @mehrdada to python OWNERS
7 years ago
David Garcia Quintas
a9b9add1ed
Merge branch 'master' of github.com:grpc/grpc into lb_update_connector_fix
7 years ago
David Garcia Quintas
507d1fd58e
Removed duplicated refs
7 years ago
apolcyn
8ffb7c1080
Merge pull request #11759 from apolcyn/ruby_cleanup
...
Remove a stale ruby method
7 years ago
adelez
19fc5526b2
Merge pull request #11805 from adelez/ci2
...
Modify image names to match the one in dockerhub.
7 years ago
Craig Tiller
abcdfc9676
Merge pull request #11803 from ctiller/spin-init
...
Add a test of repeatedly calling grpc_init then grpc_shutdown
7 years ago
Michael Lumish
5a5062becb
Merge pull request #11808 from murgatroid99/owners_murgatroid99
...
Add myself as owner of files in several directories
7 years ago
murgatroid99
b5984601b8
Add myself as owner of files in several directories
7 years ago
Nicolas Noble
d4d95bc7db
Merge pull request #11807 from nicolasnoble/sanitize
...
Sanitizing repo.
7 years ago
David Garcia Quintas
47e12924c5
PR comments
7 years ago
Nicolas Noble
e456efac30
Merge pull request #11806 from nicolasnoble/absolute-paths
...
Few fixes for mkowners.py.
7 years ago
Nicolas "Pixel" Noble
68ce2564fd
Sanitizing repo.
7 years ago
Nicolas Noble
9877189e45
Merge pull request #11310 from nicolasnoble/import
...
Import mutations.
7 years ago
Mark D. Roth
e5b847cea4
Merge pull request #11779 from markdroth/client_channel_fix
...
Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy.
7 years ago
Nicolas Noble
eb020ce29d
Few fixes for mkowners.py.
...
-) Paths should all be absolute to /
-) Computing the intersection of two globs should happen with the
full path in there, not just the directory's glob.
7 years ago
Yang Gao
fdf04d2d61
Merge pull request #11797 from yang-g/init_benchmark_to_test
...
Replace InitBenchmark with InitTest. Remove qps_test.cc
7 years ago
Jan Tattermusch
8bcc7d5958
Merge pull request #11793 from jtattermusch/kokoro_prepare_sharding
...
Add more run_tests_matrix.py labels to allow better sharding.
7 years ago