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

Comparing libev/Changes (file contents):
Revision 1.178 by root, Wed Apr 21 13:13:17 2010 UTC vs.
Revision 1.186 by root, Thu Oct 21 02:33:08 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??? 3TODO: ABI??? API????? Changes???
4TODO: win32 write() to socket for signal handling 4TODO: include ev_xyz_start in each example?
5TODO: poll asert 5TODO: section watcher states/lifetime
6TODO: EV_USE__XXX default with config, document 6TODO: ALL ev_xxx_set funtions must be called from ev++ set methods, somehow.
7 - "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.
8 - ev_embed_stop did not correctly stop the watcher (very good 8 - ev_embed_stop did not correctly stop the watcher (very good
9 testcase by Vladimir Timofeev). 9 testcase by Vladimir Timofeev).
10 - fix a bug where a timeout of zero caused the timer not to fire
11 in the libevent emulation (testcase by Péter Szabó).
10 - applied win32 fixes by Michael Lenaghan (also James Mansion). 12 - applied win32 fixes by Michael Lenaghan (also James Mansion).
11 - replace EV_MINIMAL by EV_FEATURES. 13 - replace EV_MINIMAL by EV_FEATURES.
12 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it 14 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it
13 seems the former is *much* faster than the latter. 15 seems the former is *much* faster than the latter.
16 - reduce the number of spurious wake-ups with the ports backend.
14 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). 17 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu).
18 - do async init within ev_async_start, not ev_async_set, which avoids
19 an API quirk where the set function must be called in the C++ API
20 even when there is nothing to set.
15 - add (undocumented) EV_ENABLE when adding events with kqueue, 21 - add (undocumented) EV_ENABLE when adding events with kqueue,
16 this might help with OS X, which seems to need it despite documenting 22 this might help with OS X, which seems to need it despite documenting
17 not to need it (helpfully pointed out by Tilghman Lesher). 23 not to need it (helpfully pointed out by Tilghman Lesher).
18 - do not use poll by default on freebsd, it's broken (what isn't 24 - do not use poll by default on freebsd, it's broken (what isn't
19 on freebsd...). 25 on freebsd...).
20 - configure now prepends -O3, not appends it, so one can still 26 - configure now prepends -O3, not appends it, so one can still
21 override it. 27 override it.
28 - greatly expanded the portability section.
22 - disable poll backend on AIX, the poll header spams the namespace 29 - disable poll backend on AIX, the poll header spams the namespace
23 and it's not worth working around dead platforms (reported 30 and it's not worth working around dead platforms (reported
24 and analyzed by Aivars Kalvans). 31 and analyzed by Aivars Kalvans).
25 - improve header file compatibility of the standalone eventfd code 32 - improve header file compatibility of the standalone eventfd code
26 in an obscure case. 33 in an obscure case.
31 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs. 38 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs.
32 - add section on accept() problems to the manpage. 39 - add section on accept() problems to the manpage.
33 - rename EV_TIMEOUT to EV_TIMER. 40 - rename EV_TIMEOUT to EV_TIMER.
34 - rename ev_loop_count/depth/verify. 41 - rename ev_loop_count/depth/verify.
35 - switch to two-digit minor version. 42 - switch to two-digit minor version.
43 - work around an apparent gentoo compiler bug.
44 - define _DARWIN_UNLIMITED_SELECT. just so.
36 45
373.9 Thu Dec 31 07:59:59 CET 2009 463.9 Thu Dec 31 07:59:59 CET 2009
38 - signalfd is no longer used by default and has to be requested 47 - signalfd is no longer used by default and has to be requested
39 explicitly - this means that easy to catch bugs become hard to 48 explicitly - this means that easy to catch bugs become hard to
40 catch race conditions, but the users have spoken. 49 catch race conditions, but the users have spoken.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines