log src/lib/ioloop-private.h @ 22664:fea53c2725c0

age author description
Tue, 15 Nov 2016 11:21:56 +0100 Timo Sirainen lib: Added io_wait_timer
Tue, 15 Nov 2016 11:11:37 +0100 Timo Sirainen lib: Fix ioloop wait times when io_loop_time_refresh() is used
Mon, 03 Oct 2016 09:11:23 +0300 Aki Tuomi io: Add source filename
Mon, 21 Sep 2015 13:59:41 +0300 Timo Sirainen lib: Added io_loop_get_wait_usecs()
Thu, 27 Aug 2015 17:34:52 +0200 Timo Sirainen lib: Try fixing ec6e672a6e32 (ioloop timeout fixing)
Thu, 27 Aug 2015 15:07:35 +0200 Timo Sirainen Reverted ec6e672a6e32 for now due to some bugs.
Thu, 27 Aug 2015 10:39:26 +0200 Stephan Bosch ioloop: Delay actual start of a new normal timeout until the next io_loop_run() cycle.
Thu, 05 Mar 2015 22:19:02 +0200 Timo Sirainen lib: Don't call ioloop context deactivate() if activate() hasn't been called yet.
Wed, 01 Oct 2014 00:03:17 +0300 Stephan Bosch lib: Added support for setting timeouts at absolute time, rather than relative to current time.
Thu, 03 Apr 2014 19:51:52 +0300 Timo Sirainen Added io_add_istream() and related functionality for combining the ioloop/istream.
Thu, 03 Apr 2014 19:47:49 +0300 Timo Sirainen ioloop: Added io_set_pending()
Wed, 23 Oct 2013 14:35:07 +0300 Timo Sirainen io_loop_run() now assert-crashes if it's attempted to be used recursively for the same ioloop.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Wed, 01 Feb 2012 22:04:26 +0200 Timo Sirainen ioloop: I/O and timeout leak messages now include the io_add()/timeout_add() source line number.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency. base src/lib/ioloop-internal.h@6d6d48af14f2