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

Comparing libev/Changes (file contents):
Revision 1.186 by root, Thu Oct 21 02:33:08 2010 UTC vs.
Revision 1.188 by root, Thu Oct 21 14:50:58 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: ABI??? API????? Changes???
4TODO: include ev_xyz_start in each example? 3TODO: include ev_xyz_start in each example?
5TODO: section watcher states/lifetime 4TODO: section watcher states/lifetime
6TODO: ALL ev_xxx_set funtions must be called from ev++ set methods, somehow. 5TODO: use enums //TODO: enum?
7 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading. 6 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading.
8 - ev_embed_stop did not correctly stop the watcher (very good 7 - ev_embed_stop did not correctly stop the watcher (very good
9 testcase by Vladimir Timofeev). 8 testcase by Vladimir Timofeev).
9 - ev_run will now always update the current loop time - it errornously
10 didn't when idle watchers were active, causing timers not to fire.
10 - fix a bug where a timeout of zero caused the timer not to fire 11 - fix a bug where a timeout of zero caused the timer not to fire
11 in the libevent emulation (testcase by Péter Szabó). 12 in the libevent emulation (testcase by Péter Szabó).
12 - applied win32 fixes by Michael Lenaghan (also James Mansion). 13 - applied win32 fixes by Michael Lenaghan (also James Mansion).
13 - replace EV_MINIMAL by EV_FEATURES. 14 - replace EV_MINIMAL by EV_FEATURES.
14 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it 15 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it
40 - rename EV_TIMEOUT to EV_TIMER. 41 - rename EV_TIMEOUT to EV_TIMER.
41 - rename ev_loop_count/depth/verify. 42 - rename ev_loop_count/depth/verify.
42 - switch to two-digit minor version. 43 - switch to two-digit minor version.
43 - work around an apparent gentoo compiler bug. 44 - work around an apparent gentoo compiler bug.
44 - define _DARWIN_UNLIMITED_SELECT. just so. 45 - define _DARWIN_UNLIMITED_SELECT. just so.
46 - use enum instead of #define for most constants.
47 - improve compatibility to older C++ compilers.
45 48
463.9 Thu Dec 31 07:59:59 CET 2009 493.9 Thu Dec 31 07:59:59 CET 2009
47 - signalfd is no longer used by default and has to be requested 50 - signalfd is no longer used by default and has to be requested
48 explicitly - this means that easy to catch bugs become hard to 51 explicitly - this means that easy to catch bugs become hard to
49 catch race conditions, but the users have spoken. 52 catch race conditions, but the users have spoken.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines