aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Rename grpc_hash_table to grpc_mdstr_hash_table.Gravatar Mark D. Roth2016-10-14
* clang-formatGravatar Mark D. Roth2016-10-12
* Unref the call stack in read_service_config even on error.Gravatar Mark D. Roth2016-10-12
* Hold a ref to the call stack for the read_service_config callback.Gravatar Mark D. Roth2016-10-12
* Code review changes.Gravatar Mark D. Roth2016-10-12
* Improve documentation in method_config.h.Gravatar Mark D. Roth2016-10-12
* Code review changes.Gravatar Mark D. Roth2016-10-11
* Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-07
|\
| * Merge pull request #8219 from markdroth/fail_fastGravatar Mark D. Roth2016-10-07
| |\
| * \ Merge pull request #8305 from stanley-cheung/php-update-composer-jsonGravatar Stanley Cheung2016-10-07
| |\ \
* | | | clang-formatGravatar Mark D. Roth2016-10-07
* | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-07
|\| | |
| * | | Merge pull request #8323 from markdroth/lb_pick_fixGravatar Mark D. Roth2016-10-07
| |\ \ \
| * | | | clang-formatGravatar Mark D. Roth2016-10-07
* | | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-07
|\| | | |
| | * | | Fix grpclb LB policy pick method to return 0 upon error.Gravatar Mark D. Roth2016-10-07
| |/ / /
* | | | Fix deadlock.Gravatar Mark D. Roth2016-10-07
* | | | Fix Windows build problem.Gravatar Mark D. Roth2016-10-07
| * | | Merge pull request #8307 from markdroth/header_fixGravatar Mark D. Roth2016-10-07
| |\ \ \
| | * | | Add 'extern "C"' to error.h.Gravatar Mark D. Roth2016-10-06
| | | * | php: require grpc extension to be installed before composer packageGravatar Stanley Cheung2016-10-06
| | * | | Fix header.Gravatar Mark D. Roth2016-10-06
| | |/ /
| * | | Resolve conflictsGravatar Yuchen Zeng2016-10-06
| |\| |
* | | | Remove unnecessary include.Gravatar Mark D. Roth2016-10-06
| | | * Merge remote-tracking branch 'upstream/master' into fail_fastGravatar Mark D. Roth2016-10-06
| | | |\ | | | |/ | | |/|
* | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-06
|\ \ \ \ | | |/ / | |/| |
| * | | fix compilation errorGravatar Jan Tattermusch2016-10-06
| | * | Init method as POSTGravatar Yuchen Zeng2016-10-05
| | * | Fix maybe-uninitialized variableGravatar Yuchen Zeng2016-10-05
| |/ /
* | | Handle the case where the resolver returns after the call is initialized.Gravatar Mark D. Roth2016-10-05
| * | Merge pull request #7984 from lizan/byte_buffer_compressionGravatar David G. Quintas2016-10-05
| |\ \
| * \ \ Merge pull request #8223 from muxi/add-quic-supportGravatar makdharma2016-10-05
| |\ \ \
| * \ \ \ Merge pull request #8256 from muxi/fix-cronet-memory-leakGravatar makdharma2016-10-05
| |\ \ \ \
| | | | * | Fix grpc_byte_buffer_copy to copy compression algorithmGravatar Lizan Zhou2016-10-05
| * | | | | Merge pull request #7612 from rjshade/enable_udp_testingGravatar Yang Gao2016-10-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #8280 from markdroth/max_message_size_fixGravatar Mark D. Roth2016-10-05
| |\ \ \ \ \ \
* | | | | | | | Update documentation for timer API.Gravatar Mark D. Roth2016-10-05
| * | | | | | | Merge pull request #8282 from dgquintas/udp_spGravatar David G. Quintas2016-10-04
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #8122 from bithavoc/fix-ruby-broken-linkGravatar apolcyn2016-10-04
| |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ Merge branch 'master' into enable_udp_testingGravatar Robbie Shade2016-10-04
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | * | | | | | | added missing line to UDP serverGravatar David Garcia Quintas2016-10-04
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-04
|\| | | | | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into max_message_size_fixGravatar Mark D. Roth2016-10-04
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #8267 from markdroth/fake_resolverGravatar Mark D. Roth2016-10-04
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #7596 from rjshade/orphan_before_shutdownGravatar Yang Gao2016-10-04
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'max_message_size_fix' into service_configGravatar Mark D. Roth2016-10-04
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fake_resolver' into service_configGravatar Mark D. Roth2016-10-04
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | clang-formatGravatar Mark D. Roth2016-10-04
| | * | | | | | | | | Fix handling of max receive message size on client side.Gravatar Mark D. Roth2016-10-04
| | |/ / / / / / / /
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-04
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |