ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Changes
Revision: 1.130
Committed: Sun May 18 10:45:36 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-3_33
Changes since 1.129: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension EV and the embedded libev library
2
3 3.33 Sun May 18 12:43:04 CEST 2008
4 - (libev) use numerous enhancements such as a more
5 cache-friendly 4-heap and heap index caching for timers.
6 - remove undocumented ev_timer->at accessor.
7
8 3.31 Wed Apr 16 20:48:59 CEST 2008
9 - (libev) post-last-minute fix for ev_poll.c problem.
10
11 3.3 Wed Apr 16 19:04:47 CEST 2008
12 - (libev) linux eventfd support.
13 - (libev) inline more with C99 compilers.
14 - (libev) work around a number of bugs in valgrind.
15 - (libev) work around broken realloc on openbsd and darwin.
16 - added example to EV::MakeMaker manpage.
17 - add async_pending method.
18
19 3.2 Wed Apr 2 17:08:16 CEST 2008
20 - "ported" again to the Microsoft "C" language.
21 - relax testsuite timing for the benefit of freebsd users once more.
22 - fix EVAPI's ev_time and ev_sleep macros.
23 - (libev) fix select backend on 64 bit architetcures.
24 - (libev) ev_loop flags are now local to each invocation.
25
26 3.1 Sat Mar 8 11:41:14 CET 2008
27 - add ev_sync_* and ev_fork_* to EVAPI.h.
28 - provide EV::Embed->sweep method.
29 - new watcher type: async (not very useful in perl).
30
31 3.0 Mon Jan 28 13:23:11 CET 2008
32 - upgrade to libev-3.0.
33 - change child handler to incorporate tracing flag.
34
35 2.01 Mon Dec 31 01:59:19 CET 2007
36 - found a minor problem in the testsuite that is only
37 caught by new Test::Harness versions (reported by Andreas
38 König).
39
40 2.0 Sat Dec 22 17:47:03 CET 2007
41 - no longer force kqueue when enabled, enable it
42 on more systems (as its now by default not used on most).
43 - expose fork watchers.
44 - switch to libev's MULTIPLICITY API.
45 - use a slightly different include file name strategy.
46 - get rid of (unused) libevent emulation.
47 - 5% watcher management speedup due to callback optimisation
48 when inline closures are used, 5% slowdown due to multiplicity.
49 - very minimal support for dynamic event loops and embed watchers.
50 - fix name of prepare start/stop methods.
51 - create and export EV::sleep and EV::set_*_collect_interval.
52 - fix typos in manpage (Alex Efros).
53
54 1.86 Tue Dec 18 02:36:57 CET 2007
55 - add periodic->at methods.
56
57 1.85 Fri Dec 14 20:32:40 CET 2007
58 - further optimise epoll backend by adding a heuristic that
59 avoids EPOLL_CTL_DEL calls if possible.
60 - EV::signal->start was not async-signal safe.
61 - optimise start/stop when the fd hasn't changed.
62
63 1.8 Tue Dec 11 22:17:46 CET 2007
64 - API version 3:0.
65 - reduced fudge factor to zero for select, poll, epoll
66 and kqueue: your system better be posix-compliant
67 even in its extensions :->
68 - improve long-term numerical stability in periodic watchers
69 by introducing a separate offset value instead of reusing at.
70 - recalculate real/monotonic clocks before blocking fully
71 to avoid blocking for longer than necessary.
72 - fix bugs in the heap functions. this rarely lead to illegal
73 heap orderings.
74
75 1.72 Sat Dec 8 15:31:26 CET 2007
76 - add dummy loop arguments to some EVAPI functions
77 so that clients can use EV_A and EV_DEFAULT.
78 - expose ev_clear_pending.
79 - renamed trigger to invoke.
80
81 1.71 Fri Dec 7 19:10:24 CET 2007
82 - changed/implemented idle watcher priority.
83 - allow out-of-range priorities to be set.
84 - fix ->priority to actually work on started watchers.
85 - improved testsuite.
86
87 1.6 Wed Dec 5 15:06:20 CET 2007
88 - add a missing SPAGAIN.
89 - ripped out EV::DNS, use EV::ADNS for a better backend.
90 - make ev_time callable from EVAPI.h.
91 - add EV::loop_count.
92 - some space optimisations.
93
94 1.5 Wed Nov 28 20:19:09 CET 2007
95 - add inotify backend.
96 - make testsuite even less sensible to timing issues,
97 add more stat tests.
98 - add ->attr, ->prev, ->stat calls to stat watcher.
99
100 1.4 Tue Nov 27 17:35:27 CET 2007
101 - work around a linux 2.4 kernel bug in child handlers.
102 - implement stat watcher interface.
103 - implement fork watcher interface.
104 - io->set did not keep the fh alive.
105 - actively check signal numbers/names to be valid.
106 - cleanups, minor fixes, new bugs.
107 - work around windows bugs in the testsuite.
108
109 1.3 Sun Nov 25 10:46:57 CET 2007
110 - stopping idle/check/prepare watchers could cause data corruption.
111 - implement and document EV::once.
112 - improved documentation, verify that netbsd indeed has the only
113 working kqueue implementation (out of darwin, freebsd, netbsd and
114 openbsd). Praise them!
115 - fix the data method so it might work.
116 - expose ev_ref/ev_unref to the C API.
117 - expose ref/unref in form of the ->keepalive method to perl.
118 - minor bugfixes and portability fixes.
119
120 1.2 Thu Nov 22 05:44:09 CET 2007
121 - disable kqueue by default on !netbsd, as its broken on freebsd,
122 darwin and openbsd and thus almost everywhere.
123 - add some allowance in t/01_timer.t for the uneven monotonic
124 vs. realtime clock tick on at least freebsd.
125 - add -lsocket -lnsl on solaris in case the perl guy forgot to
126 configure them.
127
128 1.1 Wed Nov 21 06:08:48 CET 2007
129 - improved timer test to include periodics and
130 withstand small timing variations.
131 - many minor tweaks to libev.
132
133 1.0 Fri Nov 16 14:51:59 CET 2007
134 - require AnyEvent update if AnyEvent is installed.
135 - add solaris 10 port-based backend.
136 - add child_ns and fix check_ns.
137 - treat yes/no as enforcement, not as hint, when configuring,
138 documentation update (reported by Andy Grundman).
139
140 0.9 Wed Nov 14 22:24:49 CET 2007
141 - changed LIBEV_METHODS to LIBEV_FLAGS and the
142 way this is used inside libev.
143 - many, many bugfixes.
144 - add unloop constants.
145 - add timer test.
146 - ev_loop will now terminate immediately when no watchers are active.
147
148 0.8 Mon Nov 12 02:28:46 CET 2007
149 - fix "testsuite" again :().
150 - fix check/idle/prepare/child watcher stop.
151 - enourmously many fixes.
152 - rewritten select backend (mostly for win32).
153 - cache socket handles on win32.
154 - provide considerably finer control over configuration.
155
156 0.7 Fri Nov 9 20:37:58 CET 2007
157 - move AnyEvent adaptor into the AnyEvent module.
158 - use private copy of evdns.[ch].
159 - many minor fixes.
160
161 0.6 Thu Nov 8 18:23:43 CET 2007
162 - (libev) better native win32 support.
163 - fix idle watchers.
164 - implement and document periodic reschedule callbacks.
165 - do not run dns test on !linux platforms (actually to exclude win32).
166 - fix (unused in EV :) poll backend.
167
168 0.51 Tue Nov 6 19:50:22 CET 2007
169 - fix kqueue/poll compilation issue.
170 - work around design issues in kqueue.
171 - enable kqueue by default, seems to work.
172
173 0.5 Tue Nov 6 17:37:44 CET 2007
174 - add signal and pid mutators.
175 - add rstatus/rpid accessors.
176 - updated libev (lower cost for clock monotonic).
177 - support event priorities.
178 - try to find SIG_SIZE on perls that don't have it (Slaven Rezic).
179 - improved signal handling, fixed child watchers.
180 - experimentally add kqueue backend, completely untested.
181 - ported to cygwin and native win32.
182
183 0.1 Thu Nov 1 18:29:22 CET 2007
184 - replaced libevent by libev (total rewrite).
185 - many bugfixes w.r.t. libevent.
186 - new watcher types: periodic, check, prepare, child, idle.
187 - performance optimisations.
188 - added interactive configuration.
189 - added fork support.
190
191 0.03 Mon Oct 29 20:52:50 CET 2007
192 - add timed_io convenience constructors.
193 - improve documentation.
194 - support signal names in addition to signal numbers.
195 - support signal anyevent watchers.
196 - vastly improved testsuite (its all relative :).
197 - add EV::MakeMaker, beginning of C-level API.
198 - force strings to byte form.
199
200 0.02 Sun Oct 28 07:40:21 CET 2007
201 - call $EV::DIED in case a callback throws an exception.
202 - add const char * to typemap for possible 5.6 compatibility.
203
204 0.01 Sat Oct 27 19:10:18 CEST 2007
205 - initial release.
206
207 0.00 Fri Oct 26 11:12:57 CEST 2007
208 - original version; cloned from JSON::XS
209