aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-07
|\
* | Fix how Node touches an internal core headerGravatar Michael Lumish2016-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
| |\ \
| * \ \ Merge pull request #8323 from markdroth/lb_pick_fixGravatar Mark D. Roth2016-10-07
| |\ \ \
* | | | | UV tests pass on linuxGravatar murgatroid992016-10-07
| * | | | clang-formatGravatar Mark D. Roth2016-10-07
| | * | | Fix grpclb LB policy pick method to return 0 upon error.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
| |\| |
| | | * Merge remote-tracking branch 'upstream/master' into fail_fastGravatar 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
| |/ /
| * | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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 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
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | 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 fake_resolverGravatar Mark D. Roth2016-10-04
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #8263 from markdroth/grpclb_resolver_semantic_fixGravatar Mark D. Roth2016-10-04
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #8253 from dgquintas/grpclb_deadline_n_massageGravatar David G. Quintas2016-10-03
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | improved todoGravatar David Garcia Quintas2016-10-03
| | * | | | | | | | | | Back to using inf future lor LB call deadlineGravatar David Garcia Quintas2016-10-03
| | | | | * | | | | | | Code cleanup.Gravatar Mark D. Roth2016-10-03
| | | | | * | | | | | | Add fake resolver for tests.Gravatar Mark D. Roth2016-10-03
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Change to use the max deadline across callsGravatar David Garcia Quintas2016-10-03
| * | | | | | | | | | Merge pull request #8179 from stanley-cheung/php-proto3-prGravatar Stanley Cheung2016-10-03
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | Update free_read_buffer with a functionGravatar Muxi Yan2016-10-03
| | | | | | | | | * | | Update testGravatar Muxi Yan2016-10-03
* | | | | | | | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\| | | | | | | | | | |
* | | | | | | | | | | | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| | | | * | | | | | | | Centralized logic for choosing the right LB policy.Gravatar Mark D. Roth2016-10-03
| | |_|/ / / / / / / / | |/| | | | | | | | |
| | | | | | | | * | | Name revisionGravatar Muxi Yan2016-10-02
| | | * | | | | | | | bugfixes from integration testingGravatar David Garcia Quintas2016-09-30
| | | | | | | * | | | Simplify the changes using macroGravatar Muxi Yan2016-09-30
| | | | | | | | * | | Minor fixesGravatar Muxi Yan2016-09-30