aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | * | | 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++
| | | | | | | | | | * | | | 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
| | | | | | | | | | |
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Regenerate projects and fixesGravatar yang-g2017-07-13
| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Add a test of repeatedly calling grpc_init then grpc_shutdownGravatar Craig Tiller2017-07-13
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add test tree owners for C/C++Gravatar Craig Tiller2017-07-13
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | * | | lib - Fix Bazel buildGravatar Muxi Yan2017-07-13
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11790 from adelez/ci2Gravatar adelez2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change ci script permission and pull from dockerhub
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #11800 from ctiller/ownersGravatar Nicolas Noble2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | Use ** for OWNERS files for trees
| * | | | | | | | | | | | | | | Use ** for OWNERS files for treesGravatar Craig Tiller2017-07-13
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Replace InitBenchmark with InitTest. Remove qps_test.ccGravatar yang-g2017-07-13
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11727 from ncteisen/the-tracers-become-self-awareGravatar Noah Eisen2017-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Tracers Become Self Aware