Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #9869 from markdroth/client_channel_method_params_cleanup | Mark D. Roth | 2017-03-01 |
|\ | | | | | Clean up method parameters in client channel code. | ||
* \ | Merge pull request #9917 from nathanielmanistaatgoogle/missing-main | Nathaniel Manista | 2017-03-01 |
|\ \ | | | | | | | Add missing unittest.main call. | ||
* \ \ | Merge pull request #9888 from murgatroid99/electron_uv_fix | Michael Lumish | 2017-03-01 |
|\ \ \ | | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron | ||
| | * | | Add missing unittest.main call | Nathaniel Manista | 2017-02-28 |
| | | | | | | | | | | | | | | | | This should have been included in 48226a2f1f14b555505e39c322141e74aed9. | ||
* | | | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzz | David G. Quintas | 2017-02-28 |
|\ \ \ \ | |_|/ / |/| | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz | ||
* | | | | Merge pull request #9773 from dgquintas/build_files | David G. Quintas | 2017-02-28 |
|\ \ \ \ | | | | | | | | | | | Test BUILD file assortment | ||
* \ \ \ \ | Merge pull request #9881 from ctiller/spinlock | Craig Tiller | 2017-02-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a spinlock type. | ||
* \ \ \ \ \ | Merge pull request #9785 from stanley-cheung/php-update-doc | Stanley Cheung | 2017-02-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PHP: added README notes for RHEL 6/7 users | ||
| | * | | | | | Fix include guards | Craig Tiller | 2017-02-28 |
| | | | | | | | |||
| | | | | * | | Clang format | murgatroid99 | 2017-02-27 |
| | | | | | | | |||
* | | | | | | | Merge pull request #9753 from ctiller/zalloc | Craig Tiller | 2017-02-27 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it | ||
| | | * \ \ \ \ | Merge github.com:grpc/grpc into spinlock | Craig Tiller | 2017-02-27 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #9468 from y-zeng/p2p_client | Yuchen Zeng | 2017-02-27 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Client-side keepalive pings | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9846 from yang-g/max_message_size | Yang Gao | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Stop receiving and add an error to batch when there is an error from lower level. | ||
| | * | | | | | | | | Address review comments | Yuchen Zeng | 2017-02-27 |
| | | | | | | | | | | |||
| | | | | | | | * | | Fix missing wakeups when using the libuv iomgr under Electron | murgatroid99 | 2017-02-27 |
| | | | | | | | | | | |||
| | | | | | | | | * | clang-format | Mark D. Roth | 2017-02-27 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_master | Michael Lumish | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.1.x into master | ||
| | | | | | * | | | | | Fix compile | Craig Tiller | 2017-02-27 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Add a spinlock type. | Craig Tiller | 2017-02-27 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
* | | | | | | | | | | Merge pull request #9868 from jtattermusch/csharp_more_interop_logging | Jan Tattermusch | 2017-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Display logs when running interop based tests | ||
| | | | * | | | | | | | Add more closures | Yuchen Zeng | 2017-02-27 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Update with the new ping implementation | Yuchen Zeng | 2017-02-26 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 |
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114 | ||
* | | | | | | | | | | Merge pull request #9849 from ctiller/bm_chttp2 | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding | ||
| | | | | * | | | | | | Use zalloc in completion queue | Craig Tiller | 2017-02-24 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 |
| | | | | |\ \ \ \ \ \ | |||
* | | | | | \ \ \ \ \ \ | Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build | Noah Eisen | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | Add grpc_load_reporting to grpc_cronet | ||
* | | | | | | | | | | | | Merge pull request #9858 from ctiller/cb | Craig Tiller | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix closure running: current code is unsafe | ||
| | * | | | | | | | | | | | Fix load_reporting linker error | ncteisen | 2017-02-24 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | Clean up method parameters in client channel code. | Mark D. Roth | 2017-02-24 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #9774 from sreecha/surface_test_bazel | Sree Kuchibhotla | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end` | ||
| | | | * | | | | | | | | | display logs when running interop based tests | Jan Tattermusch | 2017-02-24 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #9683 from sreecha/fd_rw_atm_closure | Sree Kuchibhotla | 2017-02-24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only) | ||
* | | | | | | | | | | | | | Merge pull request #9664 from ctiller/c3+r+l | Craig Tiller | 2017-02-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make load balancers use combiner locks | ||
| | | | | | | * | | | | | | | When there is an error from filters (such as max recv message size too | yang-g | 2017-02-23 |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++. | ||
| | | | * | | | | | | | | | Fix closure running: current code is unsafe | Craig Tiller | 2017-02-23 |
| | | | | | | | | | | | | | |||
| | | | | | * | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 |
| |_|_|_|_|/| | | | | | | |/| | | | | | | | | |/ / | | | | | | | |_|_|/| | | | | | | | |/| | | | | | |||
| | * | | | | | | | | | | Comments and relaxed cas in some cases | Sree Kuchibhotla | 2017-02-23 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x | Michael Lumish | 2017-02-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Upmerge from 1.1.x | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9718 from yang-g/metadata | Yang Gao | 2017-02-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | Let ServerContext own the initial_metadata array for sync calls | ||
| | | | * | | | | | | | | | Comments around acquire/release | Sree Kuchibhotla | 2017-02-23 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzz | David Garcia Quintas | 2017-02-23 |
| | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |||
| | | | | | | | | | | * | | poopulate ->len with size of struct | David Garcia Quintas | 2017-02-23 |
| | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 |
| | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |||
| | | * | | | | | | | | | | Fixes, review comments | Craig Tiller | 2017-02-23 |
| | | | | | | | | | | | | | |||
| | | | | | | | | | | * | | Simply return 0 on input path too long | David Garcia Quintas | 2017-02-23 |
| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge pull request #9650 from ctiller/call_mutex | Craig Tiller | 2017-02-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make batch allocation lock-free | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #9830 from nathanielmanistaatgoogle/lint-fixes | Nathaniel Manista | 2017-02-23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | Fix and enable no-member lint. | ||
| | | | | * | | | | | | | | | Merge github.com:grpc/grpc into c3+r+l | Craig Tiller | 2017-02-23 |
| | | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |