aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into interop_server_splitGravatar Nicolas "Pixel" Noble2016-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
| |\ \ \ \
| | * | | | regenerate template filesGravatar Stanley Cheung2016-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
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | Add gpr_slice_new_with_user_data.Gravatar Sanjay Ghemawat2016-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
| | | | | |/ / / / / / / /
| | | | | | | | | | | | * Avoid allocating memory for each individual handshaker. Also fix memory leak.Gravatar Mark D. Roth2016-07-20
| | | | | | | | | | | | * Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
| | | | | | | | | | | | * clang-formatGravatar Mark D. Roth2016-07-20
| | | | | | | | | | | | * Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | | | | * | | | | | | | support php7 by marcoGravatar thinkerou2016-07-20
| | | | | | | | * | | | | Makefile modifications and instructions to enable cross-compilationGravatar Vijay Pai2016-07-19
| | | | * | | | | | | | | Add test target file to repoGravatar Muxi Yan2016-07-19
| * | | | | | | | | | | | Merge pull request #7444 from y-zeng/fix_typoGravatar kpayson642016-07-19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7399 from sreecha/poll_alloc_fixGravatar Craig Tiller2016-07-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | Let roots_filename be a static variableGravatar Muxi Yan2016-07-19
| * | | | | | | | | | | | | | Merge pull request #7460 from dgquintas/grpc_args_doxygenGravatar David G. Quintas2016-07-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | Add a macro to support protobuf liteGravatar yang-g2016-07-19
| | | | | | | * | | | | | | | | Add fixture description and TODO for test name inferral from test case method...Gravatar Muxi Yan2016-07-19
| * | | | | | | | | | | | | | | Merge pull request #7431 from thinkerou/fix_spell_errorGravatar kpayson642016-07-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7467 from ctiller/important-profilesGravatar Craig Tiller2016-07-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add latency profiling from 'important' marksGravatar Craig Tiller2016-07-19
| |/ / / / / / / / / / / / / / /