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

Comparing EV/Changes (file contents):
Revision 1.81 by root, Sun Dec 9 15:06:52 2007 UTC vs.
Revision 1.137 by root, Thu May 22 02:44:57 2008 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV and the embedded libev library
2 2
33.41 Thu May 22 01:39:40 CEST 2008
4 - (libev) fix many heap-related bugs (timers, periodics).
5 - (libev) improve timing stability of timers and periodics.
6 - expose ev_loop_verify to perl code.
7 - clarify documentation for periodic reschedule callbacks.
8 - verify that the passed callback argument is indeed a code
9 reference, for earlier error reporting and a nice calling
10 speed increase (as well as saving memory).
11
123.4 Tue May 20 21:51:55 CEST 2008
13 - (libev) work around both a windows bug and a bug in perl's
14 select on windows when not waiting for any file descriptors.
15 - bundle ev.pod into the tarball, just to increase its size
16 (and for the poor internetless person).
17
183.33 Sun May 18 12:43:04 CEST 2008
19 - (libev) use numerous enhancements such as a more
20 cache-friendly 4-heap and heap index caching for timers.
21 - remove undocumented ev_timer->at accessor.
22
233.31 Wed Apr 16 20:48:59 CEST 2008
24 - (libev) post-last-minute fix for ev_poll.c problem.
25
263.3 Wed Apr 16 19:04:47 CEST 2008
27 - (libev) linux eventfd support.
28 - (libev) inline more with C99 compilers.
29 - (libev) work around a number of bugs in valgrind.
30 - (libev) work around broken realloc on openbsd and darwin.
31 - added example to EV::MakeMaker manpage.
32 - add async_pending method.
33
343.2 Wed Apr 2 17:08:16 CEST 2008
35 - "ported" again to the Microsoft "C" language.
36 - relax testsuite timing for the benefit of freebsd users once more.
37 - fix EVAPI's ev_time and ev_sleep macros.
38 - (libev) fix select backend on 64 bit architetcures.
39 - (libev) ev_loop flags are now local to each invocation.
40
413.1 Sat Mar 8 11:41:14 CET 2008
42 - add ev_sync_* and ev_fork_* to EVAPI.h.
43 - provide EV::Embed->sweep method.
44 - new watcher type: async (not very useful in perl).
45
463.0 Mon Jan 28 13:23:11 CET 2008
47 - upgrade to libev-3.0.
48 - change child handler to incorporate tracing flag.
49
502.01 Mon Dec 31 01:59:19 CET 2007
51 - found a minor problem in the testsuite that is only
52 caught by new Test::Harness versions (reported by Andreas
53 König).
54
552.0 Sat Dec 22 17:47:03 CET 2007
56 - no longer force kqueue when enabled, enable it
57 on more systems (as its now by default not used on most).
58 - expose fork watchers.
59 - switch to libev's MULTIPLICITY API.
60 - use a slightly different include file name strategy.
61 - get rid of (unused) libevent emulation.
62 - 5% watcher management speedup due to callback optimisation
63 when inline closures are used, 5% slowdown due to multiplicity.
64 - very minimal support for dynamic event loops and embed watchers.
65 - fix name of prepare start/stop methods.
66 - create and export EV::sleep and EV::set_*_collect_interval.
67 - fix typos in manpage (Alex Efros).
68
691.86 Tue Dec 18 02:36:57 CET 2007
70 - add periodic->at methods.
71
721.85 Fri Dec 14 20:32:40 CET 2007
73 - further optimise epoll backend by adding a heuristic that
74 avoids EPOLL_CTL_DEL calls if possible.
75 - EV::signal->start was not async-signal safe.
76 - optimise start/stop when the fd hasn't changed.
77
781.8 Tue Dec 11 22:17:46 CET 2007
79 - API version 3:0.
3 - reduced fudge factor to zero for select, poll, epoll 80 - reduced fudge factor to zero for select, poll, epoll
4 and kqueue: your system better be posix-compliant 81 and kqueue: your system better be posix-compliant
5 even in its extensions :-> 82 even in its extensions :->
83 - improve long-term numerical stability in periodic watchers
84 by introducing a separate offset value instead of reusing at.
85 - recalculate real/monotonic clocks before blocking fully
86 to avoid blocking for longer than necessary.
87 - fix bugs in the heap functions. this rarely lead to illegal
88 heap orderings.
6 89
71.72 Sat Dec 8 15:31:26 CET 2007 901.72 Sat Dec 8 15:31:26 CET 2007
8 - add dummy loop arguments to some EVAPI functions 91 - add dummy loop arguments to some EVAPI functions
9 so that clients can use EV_A and EV_DEFAULT. 92 so that clients can use EV_A and EV_DEFAULT.
10 - expose ev_clear_pending. 93 - expose ev_clear_pending.
89 - move AnyEvent adaptor into the AnyEvent module. 172 - move AnyEvent adaptor into the AnyEvent module.
90 - use private copy of evdns.[ch]. 173 - use private copy of evdns.[ch].
91 - many minor fixes. 174 - many minor fixes.
92 175
930.6 Thu Nov 8 18:23:43 CET 2007 1760.6 Thu Nov 8 18:23:43 CET 2007
94 - better native win32 support (not relevant for perl usually). 177 - (libev) better native win32 support.
95 - fix idle watchers. 178 - fix idle watchers.
96 - implement and document periodic reschedule callbacks. 179 - implement and document periodic reschedule callbacks.
97 - do not run dns test on !linux platforms (actually to exclude win32). 180 - do not run dns test on !linux platforms (actually to exclude win32).
98 - fix (unused in EV :) poll backend. 181 - fix (unused in EV :) poll backend.
99 182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines