aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocksGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deadlocks in grpclb_end2end_test
| | | | | | | | | | * | | | | Added c++ to interop_matrix. Per earlier conversation, interop_matrix will ↵Gravatar Yong Ni2017-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | * | | | | | | | | | | Add @muxi and @makdharma as owners of ObjC related filesGravatar Muxi Yan2017-07-14
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11819 from dgquintas/timer_manager_uafGravatar David G. Quintas2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | Fix use-after-free in timer manager
| | | | * | | | | | | | | | Fix argument orderingGravatar Craig Tiller2017-07-14
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Change from intersection to supersets for glob comparisonsGravatar Craig Tiller2017-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | | | | * | | | | | | | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | lib - fix another Bazel build problemGravatar Muxi Yan2017-07-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11730 from murgatroid99/node_artifact_docker_version_fixGravatar Michael Lumish2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install Node 8 in artifact linux Dockerfiles
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11629 from apolcyn/fix_port_orderingGravatar apolcyn2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port byte ordering fix for srv records
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11822 from nicolasnoble/owners-for-gencodeGravatar Nicolas Noble2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py
| * | | | | | | | | | | | | | | | Adding a few owners for /src/python/grpcio/grpc_core_dependencies.pyGravatar Nicolas "Pixel" Noble2017-07-14
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #11812 from ctiller/noparentsGravatar Craig Tiller2017-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | Detach ownership of core/c++
| | | | | | | | | | | | | | | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| | | | | | | | | | * | | | | two multilang tests at a timeGravatar Jan Tattermusch2017-07-14
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | Fix use-after-free in timer managerGravatar David Garcia Quintas2017-07-13
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| | | | | | | * | | | | | Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
* | | | | | | | | | | | Merge pull request #11811 from mehrdada/pythOWNershipGravatar Mehrdad Afshari2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | Python OWNERship
| | | | | * | | | | | | Fix deadlocks in grpclb_end2end_testGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | |
| | | | | | | | | | | * Restore interop_client_mainGravatar Ken Payson2017-07-13
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This target is used internally.
| * | | | | | | | | | Regenerate CODEOWNERSGravatar Mehrdad Afshari2017-07-13
| | | | | | | | | | |
| * | | | | | | | | | Add `set noparent` to Python OWNER filesGravatar Mehrdad Afshari2017-07-13
| | | | | | | | | | |
| | * | | | | | | | | Detach ownership of core/c++Gravatar Craig Tiller2017-07-13
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10860 from ctiller/min_stackGravatar Craig Tiller2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable minimal stack for insecure qps tests
| | | | | | | * | | | | Improved testingGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | |
| | * | | | | | | | | | Add additional OWNERS files for Python projectsGravatar Mehrdad Afshari2017-07-13
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #11810 from ctiller/qpsownersGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | Make @vjpai an owner of qps_test
| * | | | | | | | | | | Make @vjpai an owner of qps_testGravatar Craig Tiller2017-07-13
|/ / / / / / / / / / /
| | * / / / / / / / / Add @mehrdada to python OWNERSGravatar Mehrdad Afshari2017-07-13
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into lb_update_connector_fixGravatar David Garcia Quintas2017-07-13
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | * | | | | Removed duplicated refsGravatar David Garcia Quintas2017-07-13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11759 from apolcyn/ruby_cleanupGravatar apolcyn2017-07-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove a stale ruby method
* \ \ \ \ \ \ \ \ \ \ Merge pull request #11805 from adelez/ci2Gravatar adelez2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | Modify image names to match the one in dockerhub.
* | | | | | | | | | | Merge pull request #11803 from ctiller/spin-initGravatar Craig Tiller2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a test of repeatedly calling grpc_init then grpc_shutdown
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11808 from murgatroid99/owners_murgatroid99Gravatar Michael Lumish2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add myself as owner of files in several directories
| * | | | | | | | | | | | Add myself as owner of files in several directoriesGravatar murgatroid992017-07-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11807 from nicolasnoble/sanitizeGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Sanitizing repo.
| | | | | | | | | * | | | PR commentsGravatar David Garcia Quintas2017-07-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11806 from nicolasnoble/absolute-pathsGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Few fixes for mkowners.py.
| | * | | | | | | | | | | | Sanitizing repo.Gravatar Nicolas "Pixel" Noble2017-07-13
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import mutations.
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11779 from markdroth/client_channel_fixGravatar Mark D. Roth2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy.
| | | * | | | | | | | | | | | Few fixes for mkowners.py.Gravatar Nicolas Noble2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) 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.
* | | | | | | | | | | | | | | Merge pull request #11797 from yang-g/init_benchmark_to_testGravatar Yang Gao2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Replace InitBenchmark with InitTest. Remove qps_test.cc
* | | | | | | | | | | | | | | Merge pull request #11793 from jtattermusch/kokoro_prepare_shardingGravatar Jan Tattermusch2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more run_tests_matrix.py labels to allow better sharding.
| | | | | | | | | | | | | * | | lib - Fix ubsan by add exception to zlib functionGravatar Muxi Yan2017-07-13
| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Modify image names to match the one in dockerhub.Gravatar Adele Zhou2017-07-13
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | clang-formatGravatar Craig Tiller2017-07-13
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11802 from ctiller/owners-for-testsGravatar Craig Tiller2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add test tree owners for C/C++
| | | | | * | | | | | | | | | | Fixing merge failures on test/cpp/interop.Gravatar Nicolas "Pixel" Noble2017-07-13
| | | | | | | | | | | | | | | |