aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* \ \ \ \ \ Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_poolingGravatar Jan Tattermusch2017-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | C#: Reuse RequestCallContextSafeHandle objects by pooling them.
* \ \ \ \ \ \ Merge pull request #13413 from ncteisen/surfacing-error-details-wrappedGravatar Noah Eisen2017-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Surface Error String to Wrapped Languages
| * | | | | | | Reviewer feedbackGravatar ncteisen2017-12-08
| | | | | | | |
* | | | | | | | Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
| * | | | | | | Disallow delete on ExecCtxGravatar Yash Tibrewal2017-12-08
| | | | | | | |
| * | | | | | | virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and ↵Gravatar Yash Tibrewal2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove grpc_exec_ctx from .pxi files in python
| * | | | | | | Merge masterGravatar Yash Tibrewal2017-12-07
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge pull request #13666 from grpc/reduce-time-waitGravatar Muxi Yan2017-12-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Exclude Cronet restricted ports from port server pool
* \ \ \ \ \ \ \ \ \ Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Removed expiration_interval from LB proto
* \ \ \ \ \ \ \ \ \ \ Merge pull request #13682 from dgquintas/send_rpc_status_returnGravatar David G. Quintas2017-12-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to ignore result of SendRPC() in test
| | | | | | | | * | | | Add go release versions to client_matrix.pyGravatar Menghan Li2017-12-07
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | | * | | | | | | | Exclude cronet restricted ports from port server poolGravatar Muxi Yan2017-12-07
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #13677 from kpayson64/fix_benchmarkGravatar kpayson642017-12-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Async QPS Test
| | * | | | | | | | | | Make it possible to ignore result of SendRPC() in testGravatar David Garcia Quintas2017-12-07
| | | | | | | | | | | |