]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/io.c
simplify io_library_init*
[ngircd-alex.git] / src / ngircd / io.c
2006-09-16 Florian Westphalsimplify io_library_init*
2006-09-16 Florian Westphaladd support for the poll() interface
2006-09-16 Florian Westphalcleanup
2006-07-23 Alexander BartonRemoved unused variable "ret" when using the select...
2006-07-12 Florian Westphalremove fd from io_event structure
2006-05-10 Florian Westphalmake splint complain less...
2006-05-09 Florian Westphaldisabled most (rather annoying) debug messages using...
2006-05-07 Florian Westphalkqueue support was completely broken; seemed to work...
2005-09-04 Florian Westphalio_close(): explicitly remove fd from epoll set
2005-08-30 Florian Westphaluse size_t for array length variables
2005-08-29 Florian Westphallast cleanup accidentally broke kqueue backend.
2005-08-27 Florian Westphalremoved misleading const qualifier
2005-08-27 Florian Westphalfix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0
2005-08-27 Florian Westphalremove unneeded call io_event_kqueue_commit_cache()
2005-07-14 Florian Westphalprevent io_masterfd leak when library_init() is called...
2005-07-14 Alexander BartonCleaned up some log messages.
2005-07-12 Florian Westphalremoved unneeded return statement
2005-07-09 Florian Westphalremoved some Debug-Code.
2005-07-07 Florian Westphaladd new IO layer