Merge branch 'HostServ' of ssh://git.pk910.de:16110/srvx into HostServ
[srvx.git] / src / ioset.c
2011-11-01 rootMerge remote branch 'upstream/master'
2011-10-30 Michael PooleFix compilation warnings from gcc 4.6.
2010-11-19 Michael PooleFix available byte count returned by ioq_grow().
2010-01-08 Michael PooleFix the time we set of SO_REUSEADDR for listening sockets.
2008-06-15 Michael PooleUse correct error string for getaddrinfo() and getnamei...
2008-03-25 Michael PooleImplement kqueue()/kevent() ioset backend.
2008-01-05 Michael PooleConvert time-related variables to consistently use...
2007-05-29 Michael PooleGet native Win32 mode working (at least in a basic...
2007-05-28 ThiefMasterGet rid of remaining tabs and replace them with spaces.
2007-03-11 Michael PooleAvoid possible one-byte overrun in ioset_line_read().
2007-03-06 Michael PooleFinish ioset-win32 (not yet tested).
2007-01-08 Michael PooleAvoid epoll_ctl(..., EPOLL_CTL_DEL, ...) for closed...
2006-10-27 Michael PooleRemove ioset engine update call that could read after...
2006-10-21 Michael PooleVarious I/O cleanups and fixes.
2006-10-06 Michael PooleRemove "wants_reads" field from struct io_fd.
2006-10-04 Michael PooleFix some startup-related glitches.
2006-09-23 Michael Pooleioset event handling fixups
2006-09-22 Michael PooleAllow multiple ioset backends.
2005-10-08 Michael PooleAdd IPv6 support.
2005-07-19 Michael PooleFix gcc-4.0 compile warnings and errors.
2004-03-10 EntropeLicense update
2004-02-17 EntropeIndenting cleanups, +sp fix, PING fix
2004-02-11 EntropeInitial import (again)