aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
Commit message (Expand)AuthorAge
* Fix formattingGravatar Craig Tiller2016-03-04
* Fix race in poll() based pollsetGravatar Craig Tiller2016-03-04
* Always ref writable streamsGravatar Craig Tiller2016-03-02
* clang-formatGravatar Craig Tiller2016-02-25
* Fix copyrightsGravatar Craig Tiller2016-02-25
* Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
* Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
* Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\
| * Fix windowsGravatar Craig Tiller2016-02-25
| * Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
* | Add an implementation firewall against pollset_setGravatar Craig Tiller2016-02-24
|/
* Merge branch 'hide-the-worker' into hide-the-pollsetGravatar Craig Tiller2016-02-24
|\
| * Port pollset worker changes to windowsGravatar Craig Tiller2016-02-24
| * Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-22
| |\
| | * Merge pull request #5257 from ctiller/cleaner-posixGravatar Vijay Pai2016-02-22
| | |\
* | | | Update copyrightsGravatar Craig Tiller2016-02-19
* | | | Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| * | | Fix copyrightsGravatar Craig Tiller2016-02-18
| * | | Merge branch 'cleaner-posix' into hide-the-workerGravatar Craig Tiller2016-02-18
|/| | | | | |/ | |/|
| * | Fix copyrightsGravatar Craig Tiller2016-02-18
* | | Update windowsGravatar Craig Tiller2016-02-18
* | | Move worker into pollsetGravatar 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
|\ \
| | * Merge branch 'master' into poll_override2Gravatar vjpai2016-02-17
| | |\ | | |/ | |/|
| * | Fix call to grpc_exec_ctx_enqueueGravatar Bogdan Drutu2016-02-16
| * | Fix the arguments type for on_read and destroy callbacks to match with grpc_i...Gravatar Bogdan Drutu2016-02-16
* | | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
|/ /
| * Comment the requirements for changing grpc_poll_function and doGravatar vjpai2016-02-15
|/
* 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 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
* Merge pull request #4939 from rjshade/remove_unused_methodGravatar Craig Tiller2016-01-28
|\
| * 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
|/ /
* | clang reformat.Gravatar Dan Born2016-01-14
* | Fix windows compilation errorsGravatar Dan Born2016-01-13