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

Comparing EV/Changes (file contents):
Revision 1.172 by root, Tue Jul 14 00:09:59 2009 UTC vs.
Revision 1.181 by root, Sun Aug 9 13:30:41 2009 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
33.8 Sun Aug 9 15:30:10 CEST 2009
4 - implement $loop->signal/signal_ns.
5 - (libev) incompatible change: do not necessarily reset signal
6 handler to SIG_DFL when a sighandler is stopped.
7 - (libev) ev_default_destroy did not properly free or zero some
8 members, potentially causing crashes and memory corruption on
9 repated ev_default_destroy/ev_default_loop calls.
10 - (libev) take advantage of signalfd on GNU/Linux systems.
11 - (libev) document that the signal mask might be in an unspecified
12 state when using libev's signal handling.
13 - (libev) take advantage of some GNU/Linux calls to set
14 cloexec/nonblock on fd creation, to avoid race conditions.
15 - implement internal glue code to interface more efficiently
16 with AnyEvent.
17
183.7 Fri Jul 17 16:49:16 CEST 2009
3 - add EV::loop_verify and EV::loop_depth. 19 - add EV::loop_verify and EV::loop_depth.
4 - use output filehandle for i/o watchers waiting 20 - use output filehandle for i/o watchers waiting
5 for EV_WRITE, otherwise input filehandle. 21 for EV_WRITE, otherwise input filehandle.
6 - use common schmorp.h header. 22 - use common schmorp.h header.
23 - add EV::Timer->remaining.
24 - allow for subclassing of EV::Loop (see the exciting
25 EV::Loop::Async module for an example).
26 - added EV::invoke_pending and EV::pending_count.
27
28 - (libev) ev_unloop and ev_loop wrongly used a global variable to
29 exit loops, instead of using a per-loop variable.
30 - (libev) the ev_set_io_collect_interval interpretation has changed.
31 - add new functionality: EV::invoke_pending, EV::pending_count.
32 - add $timer->remaining.
33 - add EV::loop_depth.
34 - (libev) calling unloop in fork/prepare watchers will no longer poll
35 for new events.
36 - (libev) use GetSystemTimeAsFileTime instead of _timeb on windows,
37 for slightly higher accuracy.
38 - (libev) actually 0-initialise struct sigaction when installing
39 signals.
7 40
83.6 Tue Apr 28 02:50:37 CEST 2009 413.6 Tue Apr 28 02:50:37 CEST 2009
9 - keepalive(0) could decrease the refcount of the loop 42 - keepalive(0) could decrease the refcount of the loop
10 permanently. 43 permanently.
11 - add ev_suspend/ev_resume, also make ev_now_update 44 - add ev_suspend/ev_resume, also make ev_now_update

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines