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

Comparing EV/Changes (file contents):
Revision 1.128 by root, Wed Apr 16 17:08:29 2008 UTC vs.
Revision 1.162 by root, Wed Dec 24 22:05:58 2008 UTC

1Revision history for Perl extension EV and the embedded libev library 1Revision history for Perl extension EV
2
33.51 Wed Dec 24 23:01:59 CET 2008
4 - do not cache the arguments passed to callbacks if the refcount
5 indicates that the callback has stolen them.
6 - (libev) try to avoid librt on GNU/Linux.
7 - (libev) check port_getn return value dfferently, might potentially
8 avoid problems.
9 - (libev) fix a bug with stat watchers possibly causing freezes.
10 - (libev) work around OS X 10.5 breaking poll, now select is the
11 only viable choice left on that pile of garbage.
12 - play tester whore: disable some tests that typically fail only
13 on cpan tester machines.
14
153.49 Wed Nov 19 11:26:53 CET 2008
16 - fix typos in manpage (Alex Efros).
17 - increase timing even further, for the ever-overloaded cpan-tester
18 machines, and to the detriment of everybody else who wants a fast
19 make test.
20 - possible 5.6 compatibility.
21 - (libev) use inotify even on buggy kernels, but don't rely on it.
22 - (libev) use inotify only as an added hint on network filesystems.
23
243.48 Thu Oct 30 09:09:48 CET 2008
25 - (libev) use a generation counter to detect spurious epoll events
26 and recreate the kernel in such a case (sorry, it's slow, but
27 I didn't design epoll...).
28 - (libev) optimise away an EPOLL_CTL_ADD/MOD combo in the epoll
29 backend in some cases.
30 - (libev) use memset to initialise most arrays now and do away
31 with the init functions.
32 - speed up event callback invocation further (~15%), by
33 not creating the object reference each time.
34 - EV::sleep was documented, but not implemented. fun.
35
363.45 Tue Oct 21 22:20:39 CEST 2008
37 - (libev) disable inotify usage on linux <2.6.25 (kernel bug).
38 - (libev) ev_embed will now automatically follow fork.
39 - (libev) ev_once will now pass both io and timeout events to
40 the callback when both happen concurrently, instead of giving
41 one precedence.
42 - install C library documentation as EV::libev manpage (sorry, oesi).
43 - (libev) fix a minor performance bug in ev_stat handling.
44
453.44 Mon Sep 29 05:16:31 CEST 2008
46 - (libev) add EV::now_update and $loop->now_update.
47
483.431 Sun Jul 13 00:19:02 CEST 2008
49 - made the EV::embed callback optional again. reported by
50 Vladimir Timofeev.
51
523.43 Tue Jul 8 20:56:31 CEST 2008
53 - disabled warnings in EV.pm, the CHECK issue is now understood
54 and harmless.
55
563.42 Mon May 26 07:36:46 CEST 2008
57 - (libev) work around another bug in windows perls and
58 windows itself: failed connects do NOT set read or write
59 flags in select, but this version of libev will.
60
613.41 Thu May 22 01:39:40 CEST 2008
62 - (libev) fix many heap-related bugs (timers, periodics).
63 - (libev) improve timing stability of timers and periodics.
64 - expose ev_loop_verify to perl code.
65 - clarify documentation for periodic reschedule callbacks.
66 - verify that the passed callback argument is indeed a code
67 reference, for earlier error reporting and a nice calling
68 speed increase (as well as saving memory).
69
703.4 Tue May 20 21:51:55 CEST 2008
71 - (libev) work around both a windows bug and a bug in perl's
72 select on windows when not waiting for any file descriptors.
73 - bundle ev.pod into the tarball, just to increase its size
74 (and for the poor internetless person).
75
763.33 Sun May 18 12:43:04 CEST 2008
77 - (libev) use numerous enhancements such as a more
78 cache-friendly 4-heap and heap index caching for timers.
79 - remove undocumented ev_timer->at accessor.
80
813.31 Wed Apr 16 20:48:59 CEST 2008
82 - (libev) post-last-minute fix for ev_poll.c problem.
2 83
33.3 Wed Apr 16 19:04:47 CEST 2008 843.3 Wed Apr 16 19:04:47 CEST 2008
4 - (libev) linux eventfd support. 85 - (libev) linux eventfd support.
5 - (libev) inline more with C99 compilers. 86 - (libev) inline more with C99 compilers.
6 - (libev) work around a number of bugs in valgrind. 87 - (libev) work around a number of bugs in valgrind.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines