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

Comparing EV/Changes (file contents):
Revision 1.87 by root, Tue Dec 11 22:04:55 2007 UTC vs.
Revision 1.174 by root, Tue Jul 14 20:31:21 2009 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
33.7
4TODO: libev changes etc. etc.
5 - add EV::loop_verify and EV::loop_depth.
6 - use output filehandle for i/o watchers waiting
7 for EV_WRITE, otherwise input filehandle.
8 - use common schmorp.h header.
9 - allow to subclass EV::Loop.
10
113.6 Tue Apr 28 02:50:37 CEST 2009
12 - keepalive(0) could decrease the refcount of the loop
13 permanently.
14 - add ev_suspend/ev_resume, also make ev_now_update
15 accessible via the XS API.
16 - most EV::<eventtype> constants were missing and have been
17 added :/.
18 - add EV::VERSION_MAJOR/VERSION_MINOR constants.
19 - (libev) multiple timers becoming ready within an event loop
20 iteration will be invoked in the "correct" order now.
21 - (libev) do not leave the event loop early just because we have
22 no active watchers, fixing a problem when embedding a kqueue
23 loop that has active kernel events but no registered watchers
24 (reported by blacksand blacksand).
25 - (libev) correctly zero the idx values for arrays, so destroying
26 and reinitialising the default loop actually works (patch by
27 Malek Hadj-Ali).
28 - (libev) new EV::CUSTOM revents flag for use by applications.
29 - (libev) add documentation section about priorites.
30 - (libev) add a glossary to the dcoumentation.
31 - (libev) extend the ev_fork description slightly.
32 - (libev) optimize a jump out of call_pending.
33 - t/03_keepalive could fail when there was no actual error.
34
353.53 Sun Feb 15 02:38:20 CET 2009
36 - (libev) on win32, the event loop creation could randomly fail
37 due to an initialised variable having the wrong value.
38 - (libev) probe for CLOCK_REALTIME support at runtime as well and
39 fall back to gettimeofday if there is an error, to support older
40 operating systems with newer header files/libraries.
41 - prefer gettimeofday over clock_gettime by default.
42
433.52 Wed Jan 7 21:46:14 CET 2009
44 - (libev) fix some issues in the select backend when in fd_set mode.
45 - (libev) due to a thinko, instead of disabling everything but
46 select on the borked OS X platform, everything but select was
47 allowed (reported by Emanuele Giaquinta).
48 - (libev) actually verify that local and remote port are matching in
49 libev's socketpair emulation, which makes denial-of-service
50 attacks harder (but not impossible - it's windows). Make sure
51 it even works under vista, which thinks that getpeer/sockname
52 should return fantasy port numbers.
53
543.51 Wed Dec 24 23:01:59 CET 2008
55 - do not cache the arguments passed to callbacks if the refcount
56 indicates that the callback has stolen them.
57 - (libev) try to avoid librt on GNU/Linux.
58 - (libev) check port_getn return value dfferently, might potentially
59 avoid problems.
60 - (libev) fix a bug with stat watchers possibly causing freezes.
61 - (libev) work around OS X 10.5 breaking poll, now select is the
62 only viable choice left on that pile of garbage.
63 - play tester whore: disable some tests that typically fail only
64 on cpan tester machines.
65
663.49 Wed Nov 19 11:26:53 CET 2008
67 - fix typos in manpage (Alex Efros).
68 - increase timing even further, for the ever-overloaded cpan-tester
69 machines, and to the detriment of everybody else who wants a fast
70 make test.
71 - possible 5.6 compatibility.
72 - (libev) use inotify even on buggy kernels, but don't rely on it.
73 - (libev) use inotify only as an added hint on network filesystems.
74
753.48 Thu Oct 30 09:09:48 CET 2008
76 - (libev) use a generation counter to detect spurious epoll events
77 and recreate the kernel in such a case (sorry, it's slow, but
78 I didn't design epoll...).
79 - (libev) optimise away an EPOLL_CTL_ADD/MOD combo in the epoll
80 backend in some cases.
81 - (libev) use memset to initialise most arrays now and do away
82 with the init functions.
83 - speed up event callback invocation further (~15%), by
84 not creating the object reference each time.
85 - EV::sleep was documented, but not implemented. fun.
86
873.45 Tue Oct 21 22:20:39 CEST 2008
88 - (libev) disable inotify usage on linux <2.6.25 (kernel bug).
89 - (libev) ev_embed will now automatically follow fork.
90 - (libev) ev_once will now pass both io and timeout events to
91 the callback when both happen concurrently, instead of giving
92 one precedence.
93 - install C library documentation as EV::libev manpage (sorry, oesi).
94 - (libev) fix a minor performance bug in ev_stat handling.
95
963.44 Mon Sep 29 05:16:31 CEST 2008
97 - (libev) add EV::now_update and $loop->now_update.
98
993.431 Sun Jul 13 00:19:02 CEST 2008
100 - made the EV::embed callback optional again. reported by
101 Vladimir Timofeev.
102
1033.43 Tue Jul 8 20:56:31 CEST 2008
104 - disabled warnings in EV.pm, the CHECK issue is now understood
105 and harmless.
106
1073.42 Mon May 26 07:36:46 CEST 2008
108 - (libev) work around another bug in windows perls and
109 windows itself: failed connects do NOT set read or write
110 flags in select, but this version of libev will.
111
1123.41 Thu May 22 01:39:40 CEST 2008
113 - (libev) fix many heap-related bugs (timers, periodics).
114 - (libev) improve timing stability of timers and periodics.
115 - expose ev_loop_verify to perl code.
116 - clarify documentation for periodic reschedule callbacks.
117 - verify that the passed callback argument is indeed a code
118 reference, for earlier error reporting and a nice calling
119 speed increase (as well as saving memory).
120
1213.4 Tue May 20 21:51:55 CEST 2008
122 - (libev) work around both a windows bug and a bug in perl's
123 select on windows when not waiting for any file descriptors.
124 - bundle ev.pod into the tarball, just to increase its size
125 (and for the poor internetless person).
126
1273.33 Sun May 18 12:43:04 CEST 2008
128 - (libev) use numerous enhancements such as a more
129 cache-friendly 4-heap and heap index caching for timers.
130 - remove undocumented ev_timer->at accessor.
131
1323.31 Wed Apr 16 20:48:59 CEST 2008
133 - (libev) post-last-minute fix for ev_poll.c problem.
134
1353.3 Wed Apr 16 19:04:47 CEST 2008
136 - (libev) linux eventfd support.
137 - (libev) inline more with C99 compilers.
138 - (libev) work around a number of bugs in valgrind.
139 - (libev) work around broken realloc on openbsd and darwin.
140 - added example to EV::MakeMaker manpage.
141 - add async_pending method.
142
1433.2 Wed Apr 2 17:08:16 CEST 2008
144 - "ported" again to the Microsoft "C" language.
145 - relax testsuite timing for the benefit of freebsd users once more.
146 - fix EVAPI's ev_time and ev_sleep macros.
147 - (libev) fix select backend on 64 bit architetcures.
148 - (libev) ev_loop flags are now local to each invocation.
149
1503.1 Sat Mar 8 11:41:14 CET 2008
151 - add ev_sync_* and ev_fork_* to EVAPI.h.
152 - provide EV::Embed->sweep method.
153 - new watcher type: async (not very useful in perl).
154
1553.0 Mon Jan 28 13:23:11 CET 2008
156 - upgrade to libev-3.0.
157 - change child handler to incorporate tracing flag.
158
1592.01 Mon Dec 31 01:59:19 CET 2007
160 - found a minor problem in the testsuite that is only
161 caught by new Test::Harness versions (reported by Andreas
162 König).
163
1642.0 Sat Dec 22 17:47:03 CET 2007
165 - no longer force kqueue when enabled, enable it
166 on more systems (as its now by default not used on most).
167 - expose fork watchers.
168 - switch to libev's MULTIPLICITY API.
169 - use a slightly different include file name strategy.
170 - get rid of (unused) libevent emulation.
171 - 5% watcher management speedup due to callback optimisation
172 when inline closures are used, 5% slowdown due to multiplicity.
173 - very minimal support for dynamic event loops and embed watchers.
174 - fix name of prepare start/stop methods.
175 - create and export EV::sleep and EV::set_*_collect_interval.
176 - fix typos in manpage (Alex Efros).
177
1781.86 Tue Dec 18 02:36:57 CET 2007
179 - add periodic->at methods.
180
1811.85 Fri Dec 14 20:32:40 CET 2007
182 - further optimise epoll backend by adding a heuristic that
183 avoids EPOLL_CTL_DEL calls if possible.
3 - EV::signal->start was not async-signal safe. 184 - EV::signal->start was not async-signal safe.
185 - optimise start/stop when the fd hasn't changed.
4 186
51.8 Tue Dec 11 22:17:46 CET 2007 1871.8 Tue Dec 11 22:17:46 CET 2007
6 - API version 3:0. 188 - API version 3:0.
7 - reduced fudge factor to zero for select, poll, epoll 189 - reduced fudge factor to zero for select, poll, epoll
8 and kqueue: your system better be posix-compliant 190 and kqueue: your system better be posix-compliant
99 - move AnyEvent adaptor into the AnyEvent module. 281 - move AnyEvent adaptor into the AnyEvent module.
100 - use private copy of evdns.[ch]. 282 - use private copy of evdns.[ch].
101 - many minor fixes. 283 - many minor fixes.
102 284
1030.6 Thu Nov 8 18:23:43 CET 2007 2850.6 Thu Nov 8 18:23:43 CET 2007
104 - better native win32 support (not relevant for perl usually). 286 - (libev) better native win32 support.
105 - fix idle watchers. 287 - fix idle watchers.
106 - implement and document periodic reschedule callbacks. 288 - implement and document periodic reschedule callbacks.
107 - do not run dns test on !linux platforms (actually to exclude win32). 289 - do not run dns test on !linux platforms (actually to exclude win32).
108 - fix (unused in EV :) poll backend. 290 - fix (unused in EV :) poll backend.
109 291

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines