Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of https://github.com/grpc/grpc into interop_server_split | Nicolas "Pixel" Noble | 2016-07-25 |
|\ | |||
| * | Merge pull request #7395 from markdroth/handshake_api | kpayson64 | 2016-07-25 |
| |\ | | | | | | | General-purpose handshaker API. | ||
| * \ | Merge pull request #7501 from dgquintas/phony_async_stream | kpayson64 | 2016-07-25 |
| |\ \ | | | | | | | | | Removed unused version of async_stream.h | ||
| * \ \ | Merge pull request #7320 from yang-g/shut_down_acceptor_early | Nicolas Noble | 2016-07-22 |
| |\ \ \ | | | | | | | | | | | Shutdown the listeners early when destroying the tcp_server | ||
| * \ \ \ | Merge pull request #7510 from stanley-cheung/regenerate-template-files | Stanley Cheung | 2016-07-22 |
| |\ \ \ \ | | | | | | | | | | | | | Regenerate template files | ||
| | * | | | | regenerate template files | Stanley Cheung | 2016-07-22 |
| |/ / / / | |||
| * | | | | Merge pull request #7504 from stanley-cheung/php-update-package-xml | Stanley Cheung | 2016-07-21 |
| |\ \ \ \ | | | | | | | | | | | | | PHP: update package xml and composer.json | ||
| | * | | | | php: update composer.json | Stanley Cheung | 2016-07-21 |
| | | | | | | |||
| | * | | | | php: update package.xml to 1.0.0RC2 | Stanley Cheung | 2016-07-21 |
| |/ / / / | |||
| | | * / | Removed unused version of async_stream.h | David Garcia Quintas | 2016-07-21 |
| | |/ / | |/| | | |||
| * | | | Merge pull request #7488 from ghemawat/slice_user_data | kpayson64 | 2016-07-21 |
| |\ \ \ | | | | | | | | | | | Add gpr_slice_new_with_user_data. | ||
| * \ \ \ | Merge pull request #7269 from y-zeng/cli_call | kpayson64 | 2016-07-21 |
| |\ \ \ \ | | | | | | | | | | | | | Support server reflection in CLI | ||
| * \ \ \ \ | Merge pull request #7486 from dgquintas/alive_typo | kpayson64 | 2016-07-21 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | fixed typo | ||
| * \ \ \ \ \ | Merge pull request #7296 from thinkerou/fix_orig | Nicolas Noble | 2016-07-21 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix orig files for conflicting generated | ||
| * \ \ \ \ \ \ | Merge pull request #7489 from stanley-cheung/php-fix-minor-style | Stanley Cheung | 2016-07-21 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | php: fix minor style discrepency | ||
| | | | | | | | * | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | | | | | | |||
| | | | | | | | * | Merge remote-tracking branch 'upstream/master' into handshake_api | Mark D. Roth | 2016-07-21 |
| | | | | | | | |\ | |||
| * | | | | | | | \ | Merge pull request #7476 from vjpai/enable_cross | Nicolas Noble | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Makefile modifications and instructions to enable cross-compilation | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7469 from yang-g/proto_lite | Nicolas Noble | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add a macro to support protobuf lite | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #7465 from grpc/revert-6942-perf_html_report | kpayson64 | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | Revert "Generate html report for perf tests" | ||
| * | | | | | | | | | | | Merge pull request #7490 from nicolasnoble/sanitize-master | Nicolas Noble | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Sanitizing master. | ||
| | * | | | | | | | | | | | Sanitizing master. | Nicolas "Pixel" Noble | 2016-07-21 |
| |/ / / / / / / / / / / | |||
| | | | | * / / / / / / | php: fix minor style discrepency | Stanley Cheung | 2016-07-21 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7464 from thinkerou/support_php7_by_marco | Stanley Cheung | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [support PHP7] control code by version of PHP macro | ||
| | | | | | | | | * | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed. | ||
| | | | | | | | | | * | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | | | | | | | | |||
| | | | | | | * | | | | fixed typo | David Garcia Quintas | 2016-07-20 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #7368 from muxi/cronet-e2e | makdharma | 2016-07-20 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Establish Objective C end-to-end core test with Cronet | ||
| | | | | | | | * | | | Addressed review comments | Yuchen Zeng | 2016-07-20 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7294 from dgquintas/lb_docs_update | David G. Quintas | 2016-07-20 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added LB diagram and some more detail | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #7454 from dgquintas/tiny_comment_update | David G. Quintas | 2016-07-20 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated outdated comment about uchannels | ||
| | | | | * \ \ \ \ \ \ \ | Merge pull request #1 from stanley-cheung/support_php7_by_marco | 田欧 | 2016-07-21 |
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor changes. cannot assume hostname unchanged | ||
| | | | | | * | | | | | | | | wrap long lines; | Stanley Cheung | 2016-07-20 |
| | | | | | | | | | | | | | | |||
| | | | | | * | | | | | | | | minor changes. cannot assume hostname unchanged | Stanley Cheung | 2016-07-20 |
| | | | | |/ / / / / / / / | |||
| | | | | | | | | | | | * | Avoid allocating memory for each individual handshaker. Also fix memory leak. | Mark D. Roth | 2016-07-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Add acceptor parameter. | Mark D. Roth | 2016-07-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | clang-format | Mark D. Roth | 2016-07-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Merge remote-tracking branch 'upstream/master' into handshake_api | Mark D. Roth | 2016-07-20 |
| | | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||
| | | | | * | | | | | | | | support php7 by marco | thinkerou | 2016-07-20 |
| | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | Makefile modifications and instructions to enable cross-compilation | Vijay Pai | 2016-07-19 |
| | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | Add test target file to repo | Muxi Yan | 2016-07-19 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #7444 from y-zeng/fix_typo | kpayson64 | 2016-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in config_protobuf.h | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7399 from sreecha/poll_alloc_fix | Craig Tiller | 2016-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the number of unnecessary allocations | ||
| | | | | | * | | | | | | | | | Let roots_filename be a static variable | Muxi Yan | 2016-07-19 |
| | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | Merge pull request #7460 from dgquintas/grpc_args_doxygen | David G. Quintas | 2016-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grpc args doxygen | ||
| | | | | | | | | | * | | | | | | Add a macro to support protobuf lite | yang-g | 2016-07-19 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | | Add fixture description and TODO for test name inferral from test case ↵ | Muxi Yan | 2016-07-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method name | ||
| * | | | | | | | | | | | | | | | Merge pull request #7431 from thinkerou/fix_spell_error | kpayson64 | 2016-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python: fix spell error by pyflakes found | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7467 from ctiller/important-profiles | Craig Tiller | 2016-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | Add latency profiling from 'important' marks | ||
| | * | | | | | | | | | | | | | | | Add latency profiling from 'important' marks | Craig Tiller | 2016-07-19 |
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows seeing directly how long was spent: - running up to putting bytes on the wire - between sending and receiving - between receiving and finishing |