Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid TSAN reported lock cycle | Craig Tiller | 2016-10-19 |
| | |||
* | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-17 |
|\ | |||
| * | Merge pull request #7664 from kpayson64/cv_wakeup_fd | kpayson64 | 2016-10-17 |
| |\ | | | | | | | Add Shim for wakeup_fds with no pipe or | ||
* | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-12 |
|\| | | |||
| * | | Merge pull request #8073 from daniel-j-born/handshake_shutdown | Yang Gao | 2016-10-11 |
| |\ \ | | | | | | | | | Safe server shutdown. | ||
| * | | | Check for the correct number of orphan callbacks in udp_server_test | Robbie Shade | 2016-10-10 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-10 |
|\| | | | |||
| | | * | Add condition variable polling engine | kpayson64 | 2016-10-10 |
| | |/ | |/| | |||
| * | | Merge branch 'master' into enable_udp_testing | Robbie Shade | 2016-10-04 |
| |\ \ | |||
| | | * | Safe server shutdown. | Dan Born | 2016-09-12 |
| | | | | |||
| | * | | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| | | | | |||
| | * | | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | | | | |||
* | | | | Get write batching working again | Craig Tiller | 2016-09-07 |
| | | | | |||
* | | | | Merge branch 'who-combines-the-combiners' into direct-calls | Craig Tiller | 2016-09-02 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Address review comments | Craig Tiller | 2016-09-02 |
| | | | | |||
* | | | | Note polling coverage when taking combiner locks: resolves offload issues | Craig Tiller | 2016-08-31 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-04 |
|\ \ \ | | |/ | |/| | |||
| | * | Remove GRPC_NEED_UDP ifdefs | Robbie Shade | 2016-08-02 |
| |/ | |||
| * | Fixing udp test bitrotting. | Nicolas "Pixel" Noble | 2016-07-19 |
| | | |||
* | | Debugging | Craig Tiller | 2016-07-11 |
| | | |||
* | | Get combiner finalization lists working | Craig Tiller | 2016-07-08 |
| | | |||
* | | Progress on a finalization list | Craig Tiller | 2016-07-08 |
| | | |||
* | | Fix test | Craig Tiller | 2016-07-07 |
| | | |||
* | | Rename async_execution_lock --> combiner, make it use closures, unroll ↵ | Craig Tiller | 2016-07-07 |
| | | | | | | | | previous changes for idleness | ||
* | | Revert "Add the ability to run some action when the lock becomes idle" | Craig Tiller | 2016-07-07 |
| | | | | | | | | This reverts commit c9d4b81dabf4dc2c262fc771c31790f2d60fe551. | ||
* | | Merge branch 'delayed-write' into grand-unified-closures | Craig Tiller | 2016-07-07 |
|\| | |||
* | | Merge github.com:grpc/grpc into atm2 | Craig Tiller | 2016-07-07 |
|\ \ | |||
| | * | Refactor workqueues a little to make them great again | Craig Tiller | 2016-07-01 |
| |/ | |||
| * | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-26 |
| |\ | |||
| | * | Compilation failure | Sree Kuchibhotla | 2016-06-22 |
| | | | |||
| | * | Fix build errors on some configurations | Sree Kuchibhotla | 2016-06-22 |
| | | | |||
| | * | Use pipe fds instead of event fds for the test | Sree Kuchibhotla | 2016-06-22 |
| | | | |||
| | * | Integrate with unified error reporting | Sree Kuchibhotla | 2016-06-21 |
| | | | |||
| | * | Merge branch 'master' into epoll_changes_merged | Sree Kuchibhotla | 2016-06-21 |
| | |\ | |||
| * | | | clang-format | Craig Tiller | 2016-06-21 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-20 |
| |\ \ \ | | | |/ | | |/| | |||
| | | * | Test polling island merges | Sree Kuchibhotla | 2016-06-16 |
| | | | | |||
| | * | | Merge branch 'idempotent_endpoint_shutdown' into error | Craig Tiller | 2016-06-15 |
| | |\ \ | |||
| | | * | | clang-format code | Craig Tiller | 2016-06-15 |
| | | | | | |||
| | | * | | Fix windows tests for idempotent shutdown | Craig Tiller | 2016-06-15 |
| | | | | | |||
| | * | | | Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2016-06-15 |
| | |\| | | | | | | | | | | | | | | | | | handshake_timeout | ||
| | | * | | Add a byte to avert a crash (which should be investigated sometime) | Craig Tiller | 2016-06-15 |
| | | | | | |||
| | * | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | |\| | | |||
| | | * | | Make {endpoint,fd}_shutdown idempotent | Craig Tiller | 2016-06-15 |
| | | | | | |||
| | | * | | Add a test for multiple endpoint shutdowns | Craig Tiller | 2016-06-15 |
| | | |/ | |||
| | | * | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 |
| | | | | |||
| | * | | Fix broken assert | Craig Tiller | 2016-06-09 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
| | |\| | |||
| | | * | Adds include for socket utils. | Robbie Shade | 2016-06-08 |
| | | | | |||
| | | * | Adds functions to set snd/rcv socket buffer sizes. | Robbie Shade | 2016-06-08 |
| | | | | | | | | | | | | | | | | Used for non-default 1 MB UDP socket buffers. |