aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\
| * clang-formatGravatar Mark D. Roth2016-07-25
* | Update API from merge.Gravatar Mark D. Roth2016-07-25
* | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\|
| * Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| * Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| |\
* | | Basic proof-of-concept test. Needs more work to run stand-alone.Gravatar Mark D. Roth2016-07-25
* | | Use URI query string instead of channel arg to indicate use of proxy.Gravatar Mark D. Roth2016-07-25
| | * Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
| | |\
| | * \ Merge pull request #7501 from dgquintas/phony_async_streamGravatar kpayson642016-07-25
| | |\ \
| | * \ \ Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
| | |\ \ \
| | * \ \ \ Merge pull request #7510 from stanley-cheung/regenerate-template-filesGravatar Stanley Cheung2016-07-22
| | |\ \ \ \
* | | | | | | Plumb server name down into the subchannel.Gravatar Mark D. Roth2016-07-22
| | | * | | | regenerate template filesGravatar Stanley Cheung2016-07-22
| | |/ / / /
* | | | | | Added channel_arg for proxy server and changed client to add handshaker.Gravatar Mark D. Roth2016-07-22
* | | | | | Update build files.Gravatar Mark D. Roth2016-07-22
* | | | | | Fix API from merge.Gravatar Mark D. Roth2016-07-22
* | | | | | Merge branch 'handshake_api2' into http_connectGravatar Mark D. Roth2016-07-22
|\| | | | |
| * | | | | Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | |_|_|/ | |/| | |
* | | | | Add support for CONNECT to httpcli code and flesh out handshaker implementation.Gravatar Mark D. Roth2016-07-22
| | * | | Merge pull request #7504 from stanley-cheung/php-update-package-xmlGravatar Stanley Cheung2016-07-21
| | |\ \ \
| | | * | | php: update composer.jsonGravatar Stanley Cheung2016-07-21
| | | * | | php: update package.xml to 1.0.0RC2Gravatar Stanley Cheung2016-07-21
| | |/ / /
| | | | * Removed unused version of async_stream.hGravatar David Garcia Quintas2016-07-21
| | | |/ | | |/|
| | * | Merge pull request #7488 from ghemawat/slice_user_dataGravatar kpayson642016-07-21
| | |\ \
| | * \ \ Merge pull request #7269 from y-zeng/cli_callGravatar kpayson642016-07-21
| | |\ \ \
| | * \ \ \ Merge pull request #7486 from dgquintas/alive_typoGravatar kpayson642016-07-21
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #7296 from thinkerou/fix_origGravatar Nicolas Noble2016-07-21
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #7489 from stanley-cheung/php-fix-minor-styleGravatar Stanley Cheung2016-07-21
| | |\ \ \ \ \ \
| * | | | | | | | clang-formatGravatar Mark D. Roth2016-07-21
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-21
| |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge pull request #7476 from vjpai/enable_crossGravatar Nicolas Noble2016-07-21
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge pull request #7469 from yang-g/proto_liteGravatar Nicolas Noble2016-07-21
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Merge pull request #7465 from grpc/revert-6942-perf_html_reportGravatar kpayson642016-07-21
| | |/| | | | | | | | |
| | * | | | | | | | | | Merge pull request #7490 from nicolasnoble/sanitize-masterGravatar Nicolas Noble2016-07-21
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Sanitizing master.Gravatar Nicolas "Pixel" Noble2016-07-21
| | |/ / / / / / / / / /
| | | | | | * / / / / / php: fix minor style discrepencyGravatar Stanley Cheung2016-07-21
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge pull request #7464 from thinkerou/support_php7_by_marcoGravatar Stanley Cheung2016-07-21
| | |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Fix API from merge.Gravatar Mark D. Roth2016-07-21
| | | | | | | | | | * | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-07-21
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-21
|\| | | | | | | | | |
| * | | | | | | | | | clang-formatGravatar Mark D. Roth2016-07-21
| | | | | | | | * | | fixed typoGravatar David Garcia Quintas2016-07-20
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #7368 from muxi/cronet-e2eGravatar makdharma2016-07-20
| | |\ \ \ \ \ \ \ \
| | | | | | | | | * | Addressed review commentsGravatar Yuchen Zeng2016-07-20
| | * | | | | | | | | Merge pull request #7294 from dgquintas/lb_docs_updateGravatar David G. Quintas2016-07-20
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge pull request #7454 from dgquintas/tiny_comment_updateGravatar David G. Quintas2016-07-20
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge pull request #1 from stanley-cheung/support_php7_by_marcoGravatar 田欧2016-07-21
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | wrap long lines;Gravatar Stanley Cheung2016-07-20
| | | | | | | * | | | | | | minor changes. cannot assume hostname unchangedGravatar Stanley Cheung2016-07-20
| | | | | | |/ / / / / / /