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

age author description
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.
Sat, 13 Mar 2010 15:25:44 +0200 Timo Sirainen ioloop-select: IO_ERROR wasn't really working. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sun, 21 Jun 2009 21:44:54 -0400 Timo Sirainen ioloop: Added callback for handling time jumping forwards/backwards. HEAD
Sat, 17 Jan 2009 11:57:56 -0500 Timo Sirainen Previous changes broke compiling with select ioloop. 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
Wed, 07 Mar 2007 17:57:41 +0200 Timo Sirainen Cleanups. Moved static variables inside ioloop context so it works with HEAD
Mon, 12 Dec 2005 19:55:04 +0200 Timo Sirainen Compile fix 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
Wed, 25 Aug 2004 15:27:44 +0300 Timo Sirainen Changed io_remove() to destroy the io immediately. Changed struct io to be HEAD
Wed, 25 Aug 2004 15:09:09 +0300 Timo Sirainen Moved highest_fd calculation to select-specific code. Patch by Andrey Panin. 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, 16 Jun 2003 11:31:51 +0300 Timo Sirainen compile fixes HEAD
Sat, 24 May 2003 18:16:47 +0300 Timo Sirainen bugfixes 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
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
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, 21 Dec 2002 16:06:21 +0200 Timo Sirainen Don't define FD_SETSIZE actually, it should exist and it can be less than HEAD
Sat, 21 Dec 2002 15:38:00 +0200 Timo Sirainen select() based I/O-loop: Kill ourself if we're trying to use more than HEAD
Tue, 10 Dec 2002 10:13:39 +0200 Timo Sirainen select() is nowadays defined to be in sys/select.h HEAD
Tue, 26 Nov 2002 23:26:50 +0200 Timo Sirainen unused variable HEAD
Tue, 26 Nov 2002 12:28:40 +0200 Timo Sirainen select() support was broken. Also changed the way it's built. HEAD
Tue, 26 Nov 2002 12:14:28 +0200 Timo Sirainen Fixed a few compiling warnings about signedness. 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