ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/Changes
(Generate patch)

Comparing libev/Changes (file contents):
Revision 1.196 by root, Fri Oct 22 11:21:52 2010 UTC vs.
Revision 1.197 by root, Sun Oct 24 17:58:41 2010 UTC

1Revision history for libev, a high-performance and full-featured event loop. 1Revision history for libev, a high-performance and full-featured event loop.
2 2
3TODO: include ev_xyz_start in each example? 3TODO: include ev_xyz_start in each example?
4TODO: ev_pdef stupid idea? 4TODO: which supports signals and child events
5TODO: EVRUN_XXX? 5TODO: pointer races
6TODO: ev_default_destroy, ev_default_fork
6 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading. 7 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading.
7 - ev_embed_stop did not correctly stop the watcher (very good 8 - ev_embed_stop did not correctly stop the watcher (very good
8 testcase by Vladimir Timofeev). 9 testcase by Vladimir Timofeev).
9 - ev_run will now always update the current loop time - it erroneously 10 - ev_run will now always update the current loop time - it erroneously
10 didn't when idle watchers were active, causing timers not to fire. 11 didn't when idle watchers were active, causing timers not to fire.
12 in the libevent emulation (testcase by Péter Szabó). 13 in the libevent emulation (testcase by Péter Szabó).
13 - applied win32 fixes by Michael Lenaghan (also James Mansion). 14 - applied win32 fixes by Michael Lenaghan (also James Mansion).
14 - replace EV_MINIMAL by EV_FEATURES. 15 - replace EV_MINIMAL by EV_FEATURES.
15 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it 16 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it
16 seems the former is *much* faster than the latter. 17 seems the former is *much* faster than the latter.
18 - linux kernel version detection (for inotify bug workarounds)
19 did not work properly.
17 - reduce the number of spurious wake-ups with the ports backend. 20 - reduce the number of spurious wake-ups with the ports backend.
18 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). 21 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu).
19 - do async init within ev_async_start, not ev_async_set, which avoids 22 - do async init within ev_async_start, not ev_async_set, which avoids
20 an API quirk where the set function must be called in the C++ API 23 an API quirk where the set function must be called in the C++ API
21 even when there is nothing to set. 24 even when there is nothing to set.
40 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings. 43 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings.
41 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs. 44 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs.
42 - add section on accept() problems to the manpage. 45 - add section on accept() problems to the manpage.
43 - rename EV_TIMEOUT to EV_TIMER. 46 - rename EV_TIMEOUT to EV_TIMER.
44 - rename ev_loop_count/depth/verify/loop/unloop. 47 - rename ev_loop_count/depth/verify/loop/unloop.
48 - remove ev_default_destroy and ev_default_fork.
45 - switch to two-digit minor version. 49 - switch to two-digit minor version.
46 - work around an apparent gentoo compiler bug. 50 - work around an apparent gentoo compiler bug.
47 - define _DARWIN_UNLIMITED_SELECT. just so. 51 - define _DARWIN_UNLIMITED_SELECT. just so.
48 - use enum instead of #define for most constants. 52 - use enum instead of #define for most constants.
49 - improve compatibility to older C++ compilers. 53 - improve compatibility to older C++ compilers.
50 - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now 54 - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now
51 default arguments when compiled as C++. 55 default arguments when compiled as C++.
52 - enable automake dependency tracking. 56 - enable automake dependency tracking.
57 - ev_loop_new no longer leaks memory when loop creation failed.
53 58
543.9 Thu Dec 31 07:59:59 CET 2009 593.9 Thu Dec 31 07:59:59 CET 2009
55 - signalfd is no longer used by default and has to be requested 60 - signalfd is no longer used by default and has to be requested
56 explicitly - this means that easy to catch bugs become hard to 61 explicitly - this means that easy to catch bugs become hard to
57 catch race conditions, but the users have spoken. 62 catch race conditions, but the users have spoken.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines