log src/lib/ioloop-poll.c @ 22664:fea53c2725c0

age author description
Tue, 07 Jun 2016 03:41:18 +0300 Timo Sirainen -Wstrict-bool warning fixes
Wed, 07 Jun 2017 11:35:18 +0300 Timo Sirainen global: Use i_realloc_type() wherever possible
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 03 Apr 2014 19:47:49 +0300 Timo Sirainen ioloop: Added io_set_pending()
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 03 Dec 2010 06:58:38 +0000 Timo Sirainen ioloop: Added support for per-io/timeout callback log prefix automation.
Fri, 17 Sep 2010 17:30:30 +0100 Timo Sirainen poll: Added a workaround for AIX to get it to notice IO_ERRORs
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 05 Aug 2009 20:24:56 -0400 Timo Sirainen ioloop poll: Added assert to catch double-io_add()s. HEAD
Sun, 21 Jun 2009 21:44:54 -0400 Timo Sirainen ioloop: Added callback for handling time jumping forwards/backwards. HEAD
Thu, 15 Jan 2009 16:20:09 -0500 Timo Sirainen Added io_loop_set_max_fd_count() to specify how many fds we expect to use. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 01 Nov 2008 14:14:42 +0200 Timo Sirainen Don't break if io_remove() or timeout_remove() are called for non-active ioloops. HEAD
Thu, 21 Aug 2008 07:35:59 +0300 Timo Sirainen Added io_remove_closed(). HEAD
Thu, 03 Jan 2008 23:19:33 +0200 Timo Sirainen Use priority queue to implement timeout handling. Added timeout_reset(). HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Thu, 15 Mar 2007 16:38:25 +0200 Timo Sirainen If poll()/etc. timeouts, we didn't handle time timeouts immediately but HEAD
Fri, 09 Mar 2007 00:04:21 +0200 Timo Sirainen Various cleanups to ioloop code. HEAD
Thu, 28 Dec 2006 20:09:07 +0200 Timo Sirainen If we get POLLNVAL, disable events completely for the io so we don't just loop forever. HEAD
Wed, 16 Aug 2006 18:54:58 +0300 Timo Sirainen Rewrote much of the kqueue code. It didn't work correctly if there were both HEAD
Sun, 29 Jan 2006 14:21:06 +0200 Timo Sirainen If DEBUG is enabled, make sure the fd is still open when removing the I/O HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 13 Jan 2006 17:10:24 +0200 Timo Sirainen Cleanup + removed compiler warnings with 64bit systems HEAD
Sun, 25 Sep 2005 13:20:40 +0300 Timo Sirainen minor cleanup HEAD
Sun, 25 Sep 2005 13:19:51 +0300 Timo Sirainen Added IO_ERROR condition that we can watch now. HEAD
Sun, 14 Aug 2005 21:18:35 +0300 Timo Sirainen If we leaked a t_pop() call, tell where it happened HEAD
Tue, 12 Jul 2005 18:44:49 +0300 Timo Sirainen data -> context/ctx naming convention replaces HEAD
Sun, 17 Apr 2005 17:57:18 +0300 Timo Sirainen If we get POLLNVAL, call the callback anyway so it hopefully gets rid of the HEAD
Mon, 06 Sep 2004 00:10:00 +0300 Timo Sirainen Added epoll support if --with-ioloop=epoll is given. Patch by Andrey Panin. HEAD
Wed, 25 Aug 2004 15:27:44 +0300 Timo Sirainen Changed io_remove() to destroy the io immediately. Changed struct io to be HEAD
Mon, 23 Aug 2004 16:47:32 +0300 Timo Sirainen Internal I/O loop API change in preparation for epoll support. Patch by HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sun, 24 Aug 2003 15:43:53 +0300 Timo Sirainen Added IO_DIR_NOTIFY and IO_FILE_NOTIFY conditions to io_add(). IO_DIR_NOTIFY HEAD
Mon, 26 May 2003 16:07:12 +0300 Timo Sirainen bugfix HEAD
Sat, 24 May 2003 18:21:44 +0300 Timo Sirainen fix HEAD
Sat, 24 May 2003 18:16:47 +0300 Timo Sirainen bugfixes HEAD
Fri, 23 May 2003 17:47:25 +0300 Timo Sirainen Extra asserts HEAD
Fri, 23 May 2003 17:40:49 +0300 Timo Sirainen Removed I/O priorities. They were pretty much useless and were just getting HEAD
Fri, 23 May 2003 17:12:43 +0300 Timo Sirainen minor speedup HEAD
Fri, 23 May 2003 16:54:51 +0300 Timo Sirainen Clear old poll revents when removing the IO. Just extra sanity check. HEAD
Sun, 27 Apr 2003 05:51:34 +0300 Timo Sirainen Better handling for POLLNVAL. HEAD
Sat, 01 Feb 2003 04:06:11 +0200 Timo Sirainen Don't let login process fork() HEAD
Mon, 27 Jan 2003 03:44:34 +0200 Timo Sirainen Removed useless parameters from io_callback_t and timeout_callback_t. HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. HEAD
Fri, 10 Jan 2003 22:58:28 +0200 Timo Sirainen Added old_size parameter to p_realloc() - we rarely need it and this way HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:34:02 +0200 Timo Sirainen Misc. compiler warning fixes. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Tue, 26 Nov 2002 12:28:40 +0200 Timo Sirainen select() support was broken. Also changed the way it's built. HEAD
Mon, 28 Oct 2002 06:50:14 +0200 Timo Sirainen changed t_push() and t_pop() to return unsigned int. added global HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD