aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
Commit message (Expand)AuthorAge
* Fixing a few winsocket misuses.Gravatar Nicolas "Pixel" Noble2015-01-24
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* Merge pull request #153 from ctiller/windows-fixesGravatar Jan Tattermusch2015-01-23
|\
| * Add NewlineGravatar Craig Tiller2015-01-22
* | Use the right parameters to syscallsGravatar Craig Tiller2015-01-21
* | Fix memory corruption if >2 portsGravatar Craig Tiller2015-01-21
* | Make option setting work on MacGravatar Craig Tiller2015-01-21
| * Typo fixGravatar Craig Tiller2015-01-21
| * Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
| * Disable compilation of some filesGravatar Craig Tiller2015-01-21
| * Copy pollset_posix to pollset_windowsGravatar Craig Tiller2015-01-21
* | 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