Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add debug macros | Craig Tiller | 2017-02-09 |
| | |||
* | Make combiners refcounted, to facilitate sharing | Craig Tiller | 2017-02-09 |
| | |||
* | Merge pull request #9617 from rjshade/add_exec_ctx_to_orphan_callback | Robbie Shade | 2017-02-07 |
|\ | | | | | Adds an exec_ctx argument to orphan_cb in udp_server | ||
* \ | Merge pull request #9054 from sreecha/pollset_set_test | Sree Kuchibhotla | 2017-02-07 |
|\ \ | | | | | | | Tests for pollset_set. | ||
| | * | Adds an exec_ctx argument to orphan_cb in udp_server | Robbie Shade | 2017-02-07 |
| |/ |/| | |||
* | | Add an on_write callback to the UDP server. | Robbie Shade | 2017-02-02 |
| | | |||
| * | GRPC_TIMEOUT_MILLIS_TO_DEADLINE now renamed to ↵ | Sree Kuchibhotla | 2017-02-01 |
| | | | | | | | | grpc_timeout_milliseconds_to_deadline | ||
| * | Merge branch 'master' into pollset_set_test | Sree Kuchibhotla | 2017-02-01 |
| |\ | |/ |/| | |||
* | | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
| | | |||
| * | fix grpc_fd_shutdown invocation after latest merge | Sree Kuchibhotla | 2017-01-30 |
| | | |||
| * | Merge branch 'master' into pollset_set_test | Sree Kuchibhotla | 2017-01-30 |
| |\ | |/ |/| | |||
* | | Merge pull request #9486 from ctiller/but-why | Craig Tiller | 2017-01-30 |
|\ \ | | | | | | | Record why an FD was shutdown | ||
* \ \ | Merge pull request #8464 from y-zeng/str_length | Craig Tiller | 2017-01-27 |
|\ \ \ | | | | | | | | | Check the length of unix socket path name | ||
| | | * | Merge branch 'master' into pollset_set_test | Sree Kuchibhotla | 2017-01-27 |
| | | |\ | |_|_|/ |/| | | | |||
| | * | | Add an error to fd_shutdown (and recursively) | Craig Tiller | 2017-01-27 |
| |/ / |/| | | | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely. | ||
| | * | Code review comments | Sree Kuchibhotla | 2017-01-25 |
| | | | |||
| | * | Merge branch 'master' into pollset_set_test | Sree Kuchibhotla | 2017-01-25 |
| | |\ | |||
| | * | | Address code review comments | Sree Kuchibhotla | 2017-01-25 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-24 |
|\ \ \ \ | | |_|/ | |/| | | |||
* | | | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | | | | | | | | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | | | | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | | | | |||
| * | | | Fix workqueue_move_items_to_parent() invocation bug in ↵ | Harvey Tuch | 2017-01-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | polling_island_merge()[ev_epoll_linux.c]. This bug resulted in workqueue items failing to merge correctly and consequently queued closures would fail to execute. | ||
| | | * | Fix compilation errors after latest merge with master | Sree Kuchibhotla | 2017-01-20 |
| | | | | |||
| | * | | Add resolve_address_posix_test | Yuchen Zeng | 2017-01-18 |
| |/ / | |||
| | * | Merge branch 'master' into pollset_set_test | Sree Kuchibhotla | 2017-01-09 |
| | |\ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-06 |
|\| | | |||
| * | | Use `grpc_closure`s in `grpc_timer`s | Masood Malekghassemi | 2017-01-05 |
| | | | |||
* | | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵ | Craig Tiller | 2017-01-04 |
|\| | | | | | | | | | | | metadata_filter_and_new_closures | ||
| * | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures | Craig Tiller | 2017-01-03 |
| |\ \ | |||
| | * | | clang-format code | Craig Tiller | 2017-01-03 |
| | | | | |||
| | * | | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | |||
| | * | | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-12-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks | ||
* | | | | Merge branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-27 |
|\| | | | |||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-27 |
| |\| | | |||
| | * | | Address review comments | Yuchen Zeng | 2016-12-15 |
| | | | | |||
| | * | | Fix resolve_address_test | Yuchen Zeng | 2016-12-15 |
| | | | | |||
| | * | | Request a pollset_set in grpc_resolve_address | Yuchen Zeng | 2016-12-15 |
| | | | | |||
* | | | | Merge branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-12 |
|\| | | | |||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| |\| | | |||
| | | * | Tests for pollset_set. | Sree Kuchibhotla | 2016-12-09 |
| | |/ | |||
| | * | Fix more allocation bugs. | Mark D. Roth | 2016-12-09 |
| | | | |||
* | | | Merge branch 'slice_interning' into metadata_filter | Craig Tiller | 2016-11-30 |
|\| | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-30 |
| |\| | |||
| | * | Merge pull request #8650 from kpayson64/poll_cv_improvement | kpayson64 | 2016-11-23 |
| | |\ | | | | | | | | | Bypass poll thread if wakeup fd is set | ||
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-18 |
| |\| | | |||
* | | | | Initial fixes | Craig Tiller | 2016-11-17 |
|/ / / | |||
* | | | Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into ↵ | Craig Tiller | 2016-11-16 |
|\ \ \ | | | | | | | | | | | | | slice_with_exec_ctx | ||
* \ \ \ | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-11-16 |
|\ \ \ \ | | |/ / | |/| | | |||
| | * | | Review feedback | Craig Tiller | 2016-11-14 |
| |/ / |/| | | |||
| * | | Merge pull request #8335 from y-zeng/tos | Yuchen Zeng | 2016-11-11 |
| |\ \ | | | | | | | | | Add grpc_socket_mutator |