aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix run_distrib_test_cmake.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix run_with_poller.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix fuzzer_one_entry_runner.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix end2end_test.sh to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Regenerate projectsGravatar Mehrdad Afshari2018-02-07
|
* Fix use_openssl.sh.template to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix resolver_gce_integration_tests_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix resolver_component_tests_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix private_dns_zone_init_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix create_private_dns_zone_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Merge pull request #14356 from grpc/revert-13671-grpclb_reresolutionGravatar Juanli Shen2018-02-07
|\ | | | | Revert "grpclb re-resolution"
* \ Merge pull request #14348 from mehrdada/upmergeGravatar Mehrdad Afshari2018-02-07
|\ \ | | | | | | Upmerge 1.9.x to master
| | * Revert "grpclb re-resolution"Gravatar Juanli Shen2018-02-07
| |/ |/|
* | Merge pull request #14343 from muxi/revert-12708Gravatar Muxi Yan2018-02-06
|\ \ | | | | | | Revert breaking API in #12708
| * | Update prefix length in algorithm_testGravatar Muxi Yan2018-02-06
| | |
| * | build projectsGravatar Muxi Yan2018-02-06
| | |
| * | Remove compression_rubyGravatar Muxi Yan2018-02-06
| | |
| * | regenerate metadataGravatar Muxi Yan2018-02-06
| | |
| * | Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
| | |
| * | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| | |
| | * Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
| |/| |/| |
* | | Merge pull request #13671 from AspirinSJL/grpclb_reresolutionGravatar Juanli Shen2018-02-06
|\ \ \ | |/ / |/| | grpclb re-resolution
* | | Merge pull request #14339 from mehrdada/fixreconnectGravatar Mehrdad Afshari2018-02-06
|\ \ \ | | | | | | | | Sleep a second to deflake ReconnectTest
| | * | grpclb in charge of its re-resolutionGravatar Juanli Shen2018-02-06
| |/ / |/| |
| * | Sleep a second to deflake ReconnectTestGravatar Mehrdad Afshari2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case.
* | | Merge pull request #14337 from grpc/revert-14326-foundry_integrationGravatar adelez2018-02-06
|\ \ \ | | | | | | | | Revert "Define the tests as grpc_cc_test to automatically test against all po…"
| * | | Revert "Define the tests as grpc_cc_test to automatically test against all ↵Gravatar adelez2018-02-06
|/ / / | | | | | | | | | po…"
* | | Merge pull request #14335 from carl-mastrangelo/retGravatar Yuchen Zeng2018-02-06
|\ \ \ | |/ / |/| | Check return values from ServiceReflection calls, and print a more helpful message
* | | Merge pull request #14323 from vjpai/cq_commentsGravatar Vijay Pai2018-02-06
|\ \ \ | | | | | | | | C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
| | * | Check return values from ServiceReflection calls, and print a more helpful ↵Gravatar Carl Mastrangelo2018-02-06
| | | | | | | | | | | | | | | | message
| * | | Improve CQ and cancellation commentsGravatar Vijay Pai2018-02-06
| | | |
* | | | Merge pull request #14221 from markdroth/ref_counted_crtpGravatar Mark D. Roth2018-02-06
|\ \ \ \ | |_|/ / |/| | | Change Ref() methods to return a RefCountedPtr<>.
* | | | Merge pull request #14328 from yashykt/badsslGravatar Yash Tibrewal2018-02-06
|\ \ \ \ | | | | | | | | | | Get bazel tests for bad_ssl working
* \ \ \ \ Merge pull request #14019 from hacst/cmake-export-fixGravatar Jan Tattermusch2018-02-06
|\ \ \ \ \ | | | | | | | | | | | | Fix cmake export for grpc
| | | * | | Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
| |_|/ / / |/| | | |
| * | | | cleanup the way openssl and zlib are usedGravatar Jan Tattermusch2018-02-06
| | | | |
* | | | | Merge pull request #14322 from vjpai/generic_deprecateGravatar Vijay Pai2018-02-05
|\ \ \ \ \ | | | | | | | | | | | | Deprecate GenericStub()::Call for multi-threaded use
* \ \ \ \ \ Merge pull request #14326 from adelez/foundry_integrationGravatar adelez2018-02-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Define the tests as grpc_cc_test to automatically test against all po…
* \ \ \ \ \ \ Merge pull request #14325 from adelez/update_toolchainGravatar adelez2018-02-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update bazel toolchain version.
| | | * | | | | More uses of 1-phase CallGravatar Vijay Pai2018-02-05
| | | | | | | |
* | | | | | | | Merge pull request #14329 from mehrdada/fix-example-unary-streamGravatar Mehrdad Afshari2018-02-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Python example unary/stream conflict
* \ \ \ \ \ \ \ \ Merge pull request #14314 from muxi/fix-implicit-retain-selfGravatar Muxi Yan2018-02-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix reference of self in a block
* \ \ \ \ \ \ \ \ \ Merge pull request #14324 from muxi/revert-14042Gravatar Muxi Yan2018-02-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Partial revert PR#14042
| | | | | | | | | | * Merge pull request #14327 from kpayson64/bump_1_9_1Gravatar kpayson642018-02-05
| | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Bump version to 1.9.1
| | | * | | | | | | | | Fix Python example unary/stream conflictGravatar Mehrdad Afshari2018-02-05
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | * | | | Get bazel tests for bad_ssl workingGravatar Yash Tibrewal2018-02-05
| | | | | | | | | | |
| | | | | | | | | | * Bump version to 1.9.1Gravatar Ken Payson2018-02-05
| | | | | | | | | |/
| | | | * | | | | / Define the tests as grpc_cc_test to automatically test against all polling ↵Gravatar Adele Zhou2018-02-05
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | strategies
| | | | | | | | * Merge pull request #14315 from kpayson64/fix_refcountingGravatar kpayson642018-02-05
| | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | Fixes refcounting issue
| | | * | | | | | | Update bazel toolchain version.Gravatar Adele Zhou2018-02-05
| |_|/ / / / / / / |/| | | | | | | |