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

Comparing libev/Changes (file contents):
Revision 1.191 by sf-exg, Thu Oct 21 23:43:17 2010 UTC vs.
Revision 1.233 by root, Fri Jun 24 12:55:07 2011 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: ev_loop_wakeup
4
54.10
6 - correct backend_fudge for most backends, and implement a windows
7 specific workaround to avoid looping because we call both
8 select and Sleep, both with different time resolutions.
9 - document range and guarantees of ev_sleep.
10 - document reasonable ranges for periodics interval and offset.
11 - rename backend_fudge to backend_mintime to avoid future confusion :)
12 - change the default periodic reschedule function to hopefully be more
13 exact and correct even in corner cases or in the far future.
14 - do not rely on -lm anymore: use it when available but use our
15 own floor () if it is missing. This should make it easier to embed,
16 as no external libraries are required.
17 - strategically import macros from libecb and mark rarely-used functions
18 as cache-chold (saving almost 2k code size on typical amd64 setups).
19
204.04 Wed Feb 16 09:01:51 CET 2011
21 - fix two problems in the native win32 backend, where reuse of fd's
22 with different underlying handles caused handles not to be removed
23 or added to the select set (analyzed and tested by Bert Belder).
24 - do no rely on ceil() in ev_e?poll.c.
25 - backport libev to HP-UX versions before 11 v3.
26 - configure did not detect nanosleep and clock_gettime properly when
27 they are available in the libc (as opposed to -lrt).
28
294.03 Tue Jan 11 14:37:25 CET 2011
30 - officially support polling files with all backends.
31 - support files, /dev/zero etc. the same way as select in the epoll
32 backend, by generating events on our own.
33 - ports backend: work around solaris bug 6874410 and many related ones
34 (EINTR, maybe more), with no performance loss (note that the solaris
35 bug report is actually wrong, reality is far more bizarre and broken
36 than that).
37 - define EV_READ/EV_WRITE as macros in event.h, as some programs use
38 #ifdef to test for them.
39 - new (experimental) function: ev_feed_signal.
40 - new (to become default) EVFLAG_NOSIGMASK flag.
41 - new EVBACKEND_MASK symbol.
42 - updated COMMON IDIOMS SECTION.
43
444.01 Fri Nov 5 21:51:29 CET 2010
45 - automake fucked it up, apparently, --add-missing -f is not quite enough
46 to make it update its files, so 4.00 didn't install ev++.h and
47 event.h on make install. grrr.
48 - ev_loop(count|depth) didn't return anything (Robin Haberkorn).
49 - change EV_UNDEF to 0xffffffff to silence some overzealous compilers.
50 - use "(libev) " prefix for all libev error messages now.
51
524.00 Mon Oct 25 12:32:12 CEST 2010
4 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading. 53 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading.
5 - ev_embed_stop did not correctly stop the watcher (very good 54 - ev_embed_stop did not correctly stop the watcher (very good
6 testcase by Vladimir Timofeev). 55 testcase by Vladimir Timofeev).
7 - ev_run will now always update the current loop time - it erroneously 56 - ev_run will now always update the current loop time - it erroneously
8 didn't when idle watchers were active, causing timers not to fire. 57 didn't when idle watchers were active, causing timers not to fire.
10 in the libevent emulation (testcase by Péter Szabó). 59 in the libevent emulation (testcase by Péter Szabó).
11 - applied win32 fixes by Michael Lenaghan (also James Mansion). 60 - applied win32 fixes by Michael Lenaghan (also James Mansion).
12 - replace EV_MINIMAL by EV_FEATURES. 61 - replace EV_MINIMAL by EV_FEATURES.
13 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it 62 - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it
14 seems the former is *much* faster than the latter. 63 seems the former is *much* faster than the latter.
64 - linux kernel version detection (for inotify bug workarounds)
65 did not work properly.
15 - reduce the number of spurious wake-ups with the ports backend. 66 - reduce the number of spurious wake-ups with the ports backend.
16 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). 67 - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu).
17 - do async init within ev_async_start, not ev_async_set, which avoids 68 - do async init within ev_async_start, not ev_async_set, which avoids
18 an API quirk where the set function must be called in the C++ API 69 an API quirk where the set function must be called in the C++ API
19 even when there is nothing to set. 70 even when there is nothing to set.
20 - add (undocumented) EV_ENABLE when adding events with kqueue, 71 - add (undocumented) EV_ENABLE when adding events with kqueue,
21 this might help with OS X, which seems to need it despite documenting 72 this might help with OS X, which seems to need it despite documenting
22 not to need it (helpfully pointed out by Tilghman Lesher). 73 not to need it (helpfully pointed out by Tilghman Lesher).
23 - do not use poll by default on freebsd, it's broken (what isn't 74 - do not use poll by default on freebsd, it's broken (what isn't
24 on freebsd...). 75 on freebsd...).
76 - allow to embed epoll on kernels >= 2.6.32.
25 - configure now prepends -O3, not appends it, so one can still 77 - configure now prepends -O3, not appends it, so one can still
26 override it. 78 override it.
27 - ev.pod: greatly expanded the portability section, added a porting 79 - ev.pod: greatly expanded the portability section, added a porting
28 section, a description of watcher states and made lots of minor fixes. 80 section, a description of watcher states and made lots of minor fixes.
29 - disable poll backend on AIX, the poll header spams the namespace 81 - disable poll backend on AIX, the poll header spams the namespace
37 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings. 89 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings.
38 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs. 90 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs.
39 - add section on accept() problems to the manpage. 91 - add section on accept() problems to the manpage.
40 - rename EV_TIMEOUT to EV_TIMER. 92 - rename EV_TIMEOUT to EV_TIMER.
41 - rename ev_loop_count/depth/verify/loop/unloop. 93 - rename ev_loop_count/depth/verify/loop/unloop.
94 - remove ev_default_destroy and ev_default_fork.
42 - switch to two-digit minor version. 95 - switch to two-digit minor version.
43 - work around an apparent gentoo compiler bug. 96 - work around an apparent gentoo compiler bug.
44 - define _DARWIN_UNLIMITED_SELECT. just so. 97 - define _DARWIN_UNLIMITED_SELECT. just so.
45 - use enum instead of #define for most constants. 98 - use enum instead of #define for most constants.
46 - improve compatibility to older C++ compilers. 99 - improve compatibility to older C++ compilers.
100 - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now
101 default arguments when compiled as C++.
102 - enable automake dependency tracking.
103 - ev_loop_new no longer leaks memory when loop creation failed.
104 - new ev_cleanup watcher type.
47 105
483.9 Thu Dec 31 07:59:59 CET 2009 1063.9 Thu Dec 31 07:59:59 CET 2009
49 - signalfd is no longer used by default and has to be requested 107 - signalfd is no longer used by default and has to be requested
50 explicitly - this means that easy to catch bugs become hard to 108 explicitly - this means that easy to catch bugs become hard to
51 catch race conditions, but the users have spoken. 109 catch race conditions, but the users have spoken.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines