aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
* Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
|\
* | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\ \
| * | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.Gravatar Nicolas "Pixel" Noble2016-08-19
* | | Include missing header in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-08-16
* | | Merge pull request #7675 from y-zeng/AF_unix_so_reuseportGravatar David G. Quintas2016-08-10
|\ \ \
* \ \ \ Merge pull request #7128 from daniel-j-born/server_clone_fixGravatar Nicolas Noble2016-08-09
|\ \ \ \
| | * | | Disable SO_REUSEPORT at prepare_socket() for unix socketsGravatar Yuchen Zeng2016-08-08
| | * | | Disable SO_REUSEPORT for UNIX socketGravatar Yuchen Zeng2016-08-08
| |/ / / |/| | |
| | | * Fix the error ref issueGravatar Yuchen Zeng2016-08-04
| |_|/ |/| |
* | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\ \ \
| * | | Some compilers don't like big stack frames. There is no needGravatar Vijay Pai2016-07-29
| * | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \
| * \ \ \ Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
| |\ \ \ \
| | | * | | Fixed incorrect mergesGravatar murgatroid992016-07-22
| | | * | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | |/| | | | |/| | |/ | | | |/|
* | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-21
|\| | | |
| | | * | Merge pull request #6737 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | * | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_earlyGravatar yang-g2016-07-18
| | |\ \ \
* | | \ \ \ Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
| |/ / / /
| * | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-writeGravatar Craig Tiller2016-07-14
| |\ \ \ \
| * | | | | Make network status follow the normal init/shutdown pathGravatar Craig Tiller2016-07-14
| | * | | | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| |/ / / /
| * | | | Remove now redundant lineGravatar Craig Tiller2016-07-14
| * | | | Correct direction of inequalityGravatar Craig Tiller2016-07-14
| * | | | Document refcountingGravatar Craig Tiller2016-07-13
| * | | | Document creation functionGravatar Craig Tiller2016-07-13
| * | | | Describe workqueue_enqueue betterGravatar Craig Tiller2016-07-13
| | | * | And remaining random leftover items.Gravatar Nicolas "Pixel" Noble2016-07-14
| | | * | Use the new socket creation api in udp_server.cGravatar Robbie Shade2016-07-13
| | | * | Use grpc_error instead of bool in udp_server's on_readGravatar Robbie Shade2016-07-13
| | | * | Correct error handling for failed set_sockopt calls in udp_server.cGravatar Robbie Shade2016-07-13
* | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
|\ \ \ \ \
| * | | | | Fix tsan raceGravatar David Garcia Quintas2016-07-11
| | |_|/ / | |/| | |
| | | * | Shutdown the listeners early when destroying the tcp_serverGravatar yang-g2016-07-11
| | |/ / | |/| |
| | | * Code comments for siblings.Gravatar Dan Born2016-07-08
| | | * Set siblings for server clones properly.Gravatar Dan Born2016-07-08
| | * | Fix windows compilationGravatar Craig Tiller2016-07-07
| | * | clang-formatGravatar Craig Tiller2016-07-07
| | * | Merge branch 'nst-race' into delayed-writeGravatar Craig Tiller2016-07-06
| | |\ \
| | * \ \ Merge github.com:grpc/grpc into delayed-writeGravatar Craig Tiller2016-07-06
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Handle orphaned fdsGravatar Craig Tiller2016-07-06
| | * | | Properly report large metadata errorsGravatar Craig Tiller2016-07-06
| | * | | Better implementation of backup loopGravatar Craig Tiller2016-07-06
| | * | | Fix mutex loopGravatar Craig Tiller2016-07-06
| | * | | Remove pi_muGravatar Craig Tiller2016-07-06
| | * | | Prevent polling island + workqueue reference loopGravatar Craig Tiller2016-07-06
| | * | | Merge branch 'iq2-pi' into delayed-writeGravatar Craig Tiller2016-07-01
| | |\ \ \
| | | * | | Refactor workqueues a little to make them great againGravatar Craig Tiller2016-07-01