aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
Commit message (Expand)AuthorAge
* Cap the size of the poll kick freelist.Gravatar David Klempner2015-01-20
* Factor out the pollset kicking mechanism and eliminate shardingGravatar David Klempner2015-01-16
* () --> (void)Gravatar Craig Tiller2015-01-15
* Merge github.com:google/grpcGravatar Craig Tiller2015-01-12
|\
| * Return bound port number from grpc_server_add_http2_port.Gravatar ctiller2015-01-12
| * Don't log on EINTR.Gravatar ctiller2015-01-09
| * Remove libevent.Gravatar ctiller2015-01-09
| * Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* | Fix win32 build error.Gravatar Craig Tiller2015-01-09
|/
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08
* Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm.Gravatar klempner2014-12-29
* Fix poll kicking, unflaking _low_test.pyGravatar klempner2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Introduce the (outside-of-iomgr) pollset API.Gravatar ctiller2014-12-19
* Fix include guards.Gravatar ctiller2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Remove log spamGravatar ctiller2014-12-12
* Wait for name resolutions to complete before shutting down iomgr.Gravatar ctiller2014-12-11
* Introducing iomgr.Gravatar ctiller2014-12-09