aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add go release versions to client_matrix.pyGravatar Menghan Li2018-01-08
|
* Fix interop_matrix/create_matrix_images.py None errorGravatar Menghan Li2017-12-12
|
* Merge pull request #13719 from ncteisen/yapf-toolsGravatar Noah Eisen2017-12-12
|\ | | | | Yapf tools/
* \ Merge pull request #13734 from jtattermusch/sync_wire_mdGravatar Jan Tattermusch2017-12-12
|\ \ | | | | | | Sync changes from grpc.io's version wire.md
| * | remove spaceGravatar Jan Tattermusch2017-12-12
| | |
| * | Merge changes from grpc.io's version wire.mdGravatar Jan Tattermusch2017-12-12
|/ /
* | Merge pull request #13730 from yang-g/deleteGravatar Yang Gao2017-12-12
|\ \ | | | | | | Add comments for AsyncGenericService
| | * Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
| | |\ | |_|/ |/| |
* | | Merge pull request #13728 from ncteisen/yapf-experimentalGravatar Noah Eisen2017-12-12
|\ \ \ | | | | | | | | Yapf examples/python
* \ \ \ Merge pull request #13729 from ncteisen/ownersGravatar Noah Eisen2017-12-12
|\ \ \ \ | | | | | | | | | | Add OWNERS to protect scenario_result_schema.json
| | | * | Add comments for AsyncGenericServiceGravatar yang-g2017-12-12
| | | | |
* | | | | Merge pull request #13631 from sreecha/cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-12
|\ \ \ \ \ | |_|_|/ / |/| | | | Use monotonic clock type for gpr_cv_wait
| | * | | Add OWNERS to protect scenario_result_schema.jsonGravatar ncteisen2017-12-12
| |/ / / |/| | |
| | * | yapf examples/pythonGravatar ncteisen2017-12-12
| |/ / |/| |
| | * un yapf protoc_lib_depsGravatar ncteisen2017-12-12
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
| | |\ | |_|/ |/| |
* | | Merge pull request #13713 from yang-g/deleteGravatar Yang Gao2017-12-12
|\ \ \ | | | | | | | | Add dummy operator delete to make VS2015 not complain.
* \ \ \ Merge pull request #13718 from ncteisen/yapf-src-pythonGravatar Noah Eisen2017-12-12
|\ \ \ \ | | | | | | | | | | Yapf src/python
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #13716 from apolcyn/provide_args_to_bazel_testGravatar apolcyn2017-12-11
|\ \ \ \ \ | | | | | | | | | | | | Make sure to always pass bazel "args" to tests
| | | | | * yapf toolsGravatar ncteisen2017-12-11
| | | | | |
| | | | | * yapf run_testsGravatar ncteisen2017-12-11
| | | | | |
| | | | | * yapf tools/run_tests/artifactsGravatar ncteisen2017-12-11
| | | | | |
| | | | | * yapf tools/run_tests/performanceGravatar ncteisen2017-12-11
| | | | | |
* | | | | | Merge pull request #13711 from yang-g/pingGravatar Yang Gao2017-12-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the correct env var name
| | | | * | | resolve commentsGravatar yang-g2017-12-11
| | | | | | |
| | | | | | * yapf tools/run_tests/sanityGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * yapf tools/run_tests/python_utilsGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * tools/profilingGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * yapf tools/interop_matrixGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * yapf tools/distribGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * yapf tools/codegenGravatar ncteisen2017-12-11
| | | | | | |
| | | | | | * yapf tools/buildgenGravatar ncteisen2017-12-11
| | | | | | |
| | | * | | | yapf grpcio_testsGravatar ncteisen2017-12-11
| | | | | | |
| | | * | | | yapf-ize grpc_testingGravatar ncteisen2017-12-11
| | | | | | |
| | | * | | | yapf-ize grpcio_reflectionGravatar ncteisen2017-12-11
| | | | | | |
* | | | | | | Merge pull request #13700 from jtattermusch/faster_header_checkGravatar Jan Tattermusch2017-12-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Speed up sanity's check_sources_and_headers.py
| | | | * | | | yapf-ize grpcio_health_checkingGravatar ncteisen2017-12-11
| | | | | | | |
| | | | * | | | Yapf-ize grpcio/grpc_.pyGravatar ncteisen2017-12-11
| | | | | |_|/ | | | | |/| |
| | | * | | | pass intended invocation args to bazel tests under poller scriptGravatar Alexander Polcyn2017-12-11
| | | | | | |
| | | | | * | Add dummy operator delete to make VS2015 not complain.Gravatar yang-g2017-12-11
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #13708 from muxi/preboot-xcode-simGravatar Muxi Yan2017-12-11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | pre-boot xcode sim in objc-tests
| | | * | | Use the correct env var nameGravatar yang-g2017-12-11
| |_|/ / / |/| | | |
| * | | | Add a comment when Xcode simulator fails to start.Gravatar Muxi Yan2017-12-11
| | | | |
| * | | | pre-boot xcode sim in objc-testsGravatar Muxi Yan2017-12-11
| | | | |
* | | | | Merge pull request #13678 from sreecha/rpc-deadline-fixGravatar Sree Kuchibhotla2017-12-11
|\ \ \ \ \ | | | | | | | | | | | | Tweak the RpcDeadline test to reduce flakes
* \ \ \ \ \ Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_testGravatar Jan Tattermusch2017-12-11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | C# synchronize access to grpc_channel methods.
* | | | | | Merge pull request #12706 from applinskinner/masterGravatar Zhouyihai Ding2017-12-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix a PHP memory leak with SSL root certificates
| | | | * | | precompute transitive closure for speedGravatar Jan Tattermusch2017-12-09
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #13646 from menghanl/release_matrixGravatar adelez2017-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add go release versions to client_matrix.py