Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'hide-the-worker' into hide-the-pollset | Craig Tiller | 2016-02-24 |
|\ | |||
| * | Port pollset worker changes to windows | Craig Tiller | 2016-02-24 |
| | | |||
| * | Merge github.com:grpc/grpc into hide-the-worker | Craig Tiller | 2016-02-22 |
| |\ | |||
| | * | Merge pull request #5257 from ctiller/cleaner-posix | Vijay Pai | 2016-02-22 |
| | |\ | | | | | | | | | Separate timer checking from pollsets | ||
* | | | | Update copyrights | Craig Tiller | 2016-02-19 |
| | | | | |||
* | | | | Provide an interface firewall between pollset and its implementations | Craig Tiller | 2016-02-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate). | ||
| * | | | Fix copyrights | Craig Tiller | 2016-02-18 |
| | | | | |||
| * | | | Merge branch 'cleaner-posix' into hide-the-worker | Craig Tiller | 2016-02-18 |
|/| | | | | |/ | |/| | |||
| * | | Fix copyrights | Craig Tiller | 2016-02-18 |
| | | | |||
* | | | Update windows | Craig Tiller | 2016-02-18 |
| | | | |||
* | | | Move worker into pollset | Craig Tiller | 2016-02-18 |
|/ / | |||
* | | Fix tcp_client_posix_test | Craig Tiller | 2016-02-18 |
| | | |||
* | | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-18 |
|\ \ | |||
| | * | Merge branch 'master' into poll_override2 | vjpai | 2016-02-17 |
| | |\ | | |/ | |/| | |||
| * | | Fix call to grpc_exec_ctx_enqueue | Bogdan Drutu | 2016-02-16 |
| | | | |||
| * | | Fix the arguments type for on_read and destroy callbacks to match with ↵ | Bogdan Drutu | 2016-02-16 |
| | | | | | | | | | | | | grpc_iomgr_cb_func | ||
* | | | Separate timer checking from pollsets | Craig Tiller | 2016-02-16 |
|/ / | |||
| * | Comment the requirements for changing grpc_poll_function and do | vjpai | 2016-02-15 |
|/ | | | | poll overrides in such a way as to avoid polling races | ||
* | WTF | Craig Tiller | 2016-02-10 |
| | |||
* | Fix 1 second stall on Windows | Craig Tiller | 2016-02-10 |
| | |||
* | Merge pull request #5088 from murgatroid99/core_long_int64_t | Craig Tiller | 2016-02-08 |
|\ | | | | | Replace 'long' with 'int64_t' in public core headers | ||
| * | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | | |||
* | | Fix comments in tcp_server.h | Dan Born | 2016-02-02 |
|/ | |||
* | Fix copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Fix windows | Craig Tiller | 2016-01-28 |
| | |||
* | Update copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | Merge pull request #4939 from rjshade/remove_unused_method | Craig Tiller | 2016-01-28 |
|\ | | | | | Remove unused grpc_udp_server_write method | ||
| * | Update copyright comments. | Robbie Shade | 2016-01-28 |
| | | |||
| * | Remove unused grpc_udp_server_write method | Robbie Shade | 2016-01-28 |
| | | |||
* | | Tidy. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | |||
* | | More fixes. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | |||
* | | Tidying things up. | Nicolas "Pixel" Noble | 2016-01-27 |
| | | |||
* | | Cleaning up Windows compilation. | Nicolas "Pixel" Noble | 2016-01-26 |
| | | |||
* | | Merge branch 'tcp_listener' into tcp_server_shutdown | Dan Born | 2016-01-20 |
|\ \ | |||
| * | | Merge branch 'master' into tcp_listener | Dan Born | 2016-01-20 |
| |\| | |||
* | | | Add shutdown_starting callbacks to tcp_server. | Dan Born | 2016-01-14 |
|/ / | | | | | | | | | tcp_server_posix_test illustrates how this can be used to implement a weak referencing mechanism. | ||
* | | clang reformat. | Dan Born | 2016-01-14 |
| | | |||
* | | Fix windows compilation errors | Dan Born | 2016-01-13 |
| | | |||
* | | Extend Copyrights to 2016 | Dan Born | 2016-01-13 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into epollset | yang-g | 2016-01-13 |
| |\ | |||
* | | | Put the fd_index in the same order as the sibling list. | Dan Born | 2016-01-12 |
| | | | |||
* | | | Code review follow-up. | Dan Born | 2016-01-12 |
| | | | |||
| * | | unlock before return | yang-g | 2016-01-12 |
| | | | |||
| | * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | | |||
| * | | Test for tsan error | yang-g | 2016-01-12 |
| |/ | |||
* | | Make grpc_tcp_listener private. | Dan Born | 2016-01-11 |
| | | |||
| * | merge with head | yang-g | 2016-01-08 |
| |\ | |/ |/| | |||
* | | Merge pull request #4627 from daniel-j-born/tcp_fd | Craig Tiller | 2016-01-08 |
|\ \ | | | | | | | Expose the fd in grpc_fd and grpc_tcp. | ||
| | * | Remove from all epoll sets when releasing an fd | yang-g | 2016-01-07 |
| |/ |/| |