aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
Commit message (Collapse)AuthorAge
* Fix copyrightsGravatar Craig Tiller2016-02-18
|
* Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
|
* Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
|\
| * Fix call to grpc_exec_ctx_enqueueGravatar Bogdan Drutu2016-02-16
| |
| * Fix the arguments type for on_read and destroy callbacks to match with ↵Gravatar Bogdan Drutu2016-02-16
| | | | | | | | grpc_iomgr_cb_func
* | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
|/
* WTFGravatar Craig Tiller2016-02-10
|
* Fix 1 second stall on WindowsGravatar Craig Tiller2016-02-10
|
* Merge pull request #5088 from murgatroid99/core_long_int64_tGravatar Craig Tiller2016-02-08
|\ | | | | Replace 'long' with 'int64_t' in public core headers
| * Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
| |
* | Fix comments in tcp_server.hGravatar Dan Born2016-02-02
|/
* Fix copyrightsGravatar Craig Tiller2016-01-28
|
* Fix windowsGravatar Craig Tiller2016-01-28
|
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-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_methodGravatar Craig Tiller2016-01-28
|\ | | | | Remove unused grpc_udp_server_write method
| * Update copyright comments.Gravatar Robbie Shade2016-01-28
| |
| * Remove unused grpc_udp_server_write methodGravatar Robbie Shade2016-01-28
| |
* | Tidy.Gravatar Nicolas "Pixel" Noble2016-01-28
| |
* | More fixes.Gravatar Nicolas "Pixel" Noble2016-01-28
| |
* | Tidying things up.Gravatar Nicolas "Pixel" Noble2016-01-27
| |
* | Cleaning up Windows compilation.Gravatar Nicolas "Pixel" Noble2016-01-26
| |
* | Merge branch 'tcp_listener' into tcp_server_shutdownGravatar Dan Born2016-01-20
|\ \
| * | Merge branch 'master' into tcp_listenerGravatar Dan Born2016-01-20
| |\|
* | | Add shutdown_starting callbacks to tcp_server.Gravatar Dan Born2016-01-14
|/ / | | | | | | | | tcp_server_posix_test illustrates how this can be used to implement a weak referencing mechanism.
* | clang reformat.Gravatar Dan Born2016-01-14
| |
* | Fix windows compilation errorsGravatar Dan Born2016-01-13
| |
* | Extend Copyrights to 2016Gravatar Dan Born2016-01-13
| |
| * Merge remote-tracking branch 'upstream/master' into epollsetGravatar yang-g2016-01-13
| |\
* | | Put the fd_index in the same order as the sibling list.Gravatar Dan Born2016-01-12
| | |
* | | Code review follow-up.Gravatar Dan Born2016-01-12
| | |
| * | unlock before returnGravatar yang-g2016-01-12
| | |
| | * Updated copyrightsGravatar murgatroid992016-01-12
| | |
| * | Test for tsan errorGravatar yang-g2016-01-12
| |/
* | Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
| |
| * merge with headGravatar yang-g2016-01-08
| |\ | |/ |/|
* | Merge pull request #4627 from daniel-j-born/tcp_fdGravatar Craig Tiller2016-01-08
|\ \ | | | | | | Expose the fd in grpc_fd and grpc_tcp.
| | * Remove from all epoll sets when releasing an fdGravatar yang-g2016-01-07
| |/ |/|
* | Spam cleanupGravatar Craig Tiller2016-01-06
| |
| * Expose the fd in grpc_fd and grpc_tcp.Gravatar Dan Born2016-01-05
| | | | | | | | Fixes a bug where grpc_fd::released was not initialized.
* | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Merge github.com:grpc/grpc into bind-server-twiceGravatar Craig Tiller2015-12-11
|\
| * Merge pull request #4431 from ctiller/we-dont-actually-need-pollset-fd-deletionGravatar Sree Kuchibhotla2015-12-11
| |\ | | | | | | Remove pollset fd deletion path: its unused
* | | Fix windowsGravatar Craig Tiller2015-12-11
| | |
| * | Merge pull request #4408 from ctiller/pipe-bombGravatar Yang Gao2015-12-11
| |\ \ | | | | | | | | Add tests for pipe usage
* | | | Add a test for binding a server to the same port twice; fix crashesGravatar Craig Tiller2015-12-11
|/ / /
* | | Merge pull request #4425 from ctiller/timer_slayingGravatar Sree Kuchibhotla2015-12-11
|\ \ \ | | | | | | | | Slay dead code
* \ \ \ Merge pull request #4376 from ctiller/wqtestGravatar Yang Gao2015-12-11
|\ \ \ \ | | | | | | | | | | Cover more of workqueue
| | | | * Remove pollset fd deletion path: its unusedGravatar Craig Tiller2015-12-11
| | | | |