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

Comparing EV/Changes (file contents):
Revision 1.163 by root, Tue Jan 6 19:58:44 2009 UTC vs.
Revision 1.190 by root, Wed Apr 14 00:17:22 2010 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
3Changes marked with (libev) are changes in libev, and have more
4documentation in the libev Changes file.
5
64.00
7 - fix a bug where inotify usage would parse the same event
8 multiple times, causing various forms of breakage.
9 - greatly reduce stack usage for inotify (8kb to <0.5kb).
10 - renamed loop_verify to verify, loop_count to iteration and
11 loop_depth to depth.
12 - expose ev_depth and ev_verify via the XS API.
13 - (libev) ev_embed_stop did not correctly stop the watcher.
14 - (libev) disable poll backend on AIX.
15 - (libev) rename EV_TIMEOUT to EV_TIMER.
16 - (libev) add section on accept() problems to the manpage.
17 - make code more aliasing compliant, in case perl is ever
18 translated to C.
19
203.9 Thu Dec 31 07:59:59 CET 2009
21 - disable t/07* under automatic testing.
22 - increase t/09* timeouts as netbsd has *horribly* broken
23 select/kevent that *usually* sleep >>0.6s instead of 0.3.
24 - add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and
25 EV::BACKEND_ALL.
26 - (libev) signalfd is no longer used by default.
27 - (libev) backport inotify code to C89.
28 - (libev) inotify file descriptors could leak into child processes.
29 - (libev) ev_stat watchers could keep an errornous extra ref on the loop.
30 - (libev) take advantage of inotify_init1, if available.
31 - (libev) the signal handling pipe wasn't always initialised under windows.
32 - changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.
33 - (libev) only replace ev_stat.prev when we detect an actual difference.
34
353.8 Sun Aug 9 15:30:10 CEST 2009
36 - implement $loop->signal/signal_ns.
37 - (libev) incompatible change: do not necessarily reset signal
38 handler to SIG_DFL when a sighandler is stopped.
39 - (libev) ev_default_destroy did not properly free or zero some
40 members, potentially causing crashes and memory corruption on
41 repated ev_default_destroy/ev_default_loop calls.
42 - (libev) take advantage of signalfd on GNU/Linux systems.
43 - (libev) document that the signal mask might be in an unspecified
44 state when using libev's signal handling.
45 - (libev) take advantage of some GNU/Linux calls to set
46 cloexec/nonblock on fd creation, to avoid race conditions.
47 - implement internal glue code to interface more efficiently
48 with AnyEvent.
49
503.7 Fri Jul 17 16:49:16 CEST 2009
51 - add EV::loop_verify and EV::loop_depth.
52 - use output filehandle for i/o watchers waiting
53 for EV_WRITE, otherwise input filehandle.
54 - use common schmorp.h header.
55 - add EV::Timer->remaining.
56 - allow for subclassing of EV::Loop (see the exciting
57 EV::Loop::Async module for an example).
58 - added EV::invoke_pending and EV::pending_count.
59
60 - (libev) ev_unloop and ev_loop wrongly used a global variable to
61 exit loops, instead of using a per-loop variable.
62 - (libev) the ev_set_io_collect_interval interpretation has changed.
63 - add new functionality: EV::invoke_pending, EV::pending_count.
64 - add $timer->remaining.
65 - add EV::loop_depth.
66 - (libev) calling unloop in fork/prepare watchers will no longer poll
67 for new events.
68 - (libev) use GetSystemTimeAsFileTime instead of _timeb on windows,
69 for slightly higher accuracy.
70 - (libev) actually 0-initialise struct sigaction when installing
71 signals.
72
733.6 Tue Apr 28 02:50:37 CEST 2009
74 - keepalive(0) could decrease the refcount of the loop
75 permanently.
76 - add ev_suspend/ev_resume, also make ev_now_update
77 accessible via the XS API.
78 - most EV::<eventtype> constants were missing and have been
79 added :/.
80 - add EV::VERSION_MAJOR/VERSION_MINOR constants.
81 - (libev) multiple timers becoming ready within an event loop
82 iteration will be invoked in the "correct" order now.
83 - (libev) do not leave the event loop early just because we have
84 no active watchers, fixing a problem when embedding a kqueue
85 loop that has active kernel events but no registered watchers
86 (reported by blacksand blacksand).
87 - (libev) correctly zero the idx values for arrays, so destroying
88 and reinitialising the default loop actually works (patch by
89 Malek Hadj-Ali).
90 - (libev) new EV::CUSTOM revents flag for use by applications.
91 - (libev) add documentation section about priorites.
92 - (libev) add a glossary to the dcoumentation.
93 - (libev) extend the ev_fork description slightly.
94 - (libev) optimize a jump out of call_pending.
95 - t/03_keepalive could fail when there was no actual error.
96
973.53 Sun Feb 15 02:38:20 CET 2009
98 - (libev) on win32, the event loop creation could randomly fail
99 due to an initialised variable having the wrong value.
100 - (libev) probe for CLOCK_REALTIME support at runtime as well and
101 fall back to gettimeofday if there is an error, to support older
102 operating systems with newer header files/libraries.
103 - prefer gettimeofday over clock_gettime by default.
104
1053.52 Wed Jan 7 21:46:14 CET 2009
3 - (libev) fix some issues in the select backend when in fd_set mode. 106 - (libev) fix some issues in the select backend when in fd_set mode.
4 - (libev) due to a thinko, instead of disabling everything but 107 - (libev) due to a thinko, instead of disabling everything but
5 select on the borked OS X platform, everything but select was 108 select on the borked OS X platform, everything but select was
6 allowed (reported by Emanuele Giaquinta). 109 allowed (reported by Emanuele Giaquinta).
7 - (libev) actually verify that local and remote port are matching in 110 - (libev) actually verify that local and remote port are matching in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines