]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/io.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / io.c
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-10-24 Alexander BartonMake sourcecode compatible with ansi2knr again
2010-10-19 Alexander BartonOnly try to set FD_CLOEXEC if this flag is defined
2010-09-11 Florian Westphalio: add io_cloexec to set close-on-exec flag.
2010-07-12 Alexander Bartonio.c: Include conn.h when using the select() API
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling
2008-04-03 Florian Westphalio.c: kill select FD_SETSIZE sanity check in io_library...
2008-04-03 Florian Westphalio.c: fix select FD_SETSIZE check when using epoll...
2008-03-27 Florian Westphalio.c: try to cut down the number of ifdefs.
2008-01-02 Florian Westphalio_event_disable: return if event-to-disable is already off
2007-12-27 Florian Westphalkqueue: check for EV_ERROR in .flags
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2007-01-19 Florian Westphalfix broken IO_DEBUG build
2007-01-18 Florian Westphalio_event_add: return if eventtype is already registered.
2006-12-26 Alexander BartonNew configure option "--without-select"; when usin...
2006-12-16 Florian Westphalremoved errouneous FD_SETSIZE limit when not using...
2006-09-19 Florian Westphalio_close_poll()s closing brace mysteriously disappeared...
2006-09-17 Florian WestphalAdded support for the /dev/poll i/o interface.
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