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

Comparing IO-AIO/Changes (file contents):
Revision 1.91 by root, Thu Oct 26 14:35:52 2006 UTC vs.
Revision 1.95 by root, Fri Oct 27 20:10:06 2006 UTC

1Revision history for IO::AIO 1Revision history for IO::AIO
2 2
3TODO: better autoconf.pm that can return LIBS etc. 3TODO: better autoconf.pm that can return LIBS etc.
4TODO: maxidle? exit after idle time?
5TODO: aio_copy, aio_cp/mvtree/rmtree
6TODO: aio_mknod, aio_mkfifo, aio_utime, aio_chmod, aio_chown?
4 7
52.0 8 - fix a bug in aio_move where it would fail everytime
9 it would have to copy files manually.
10 - start threads only on (very low) demand.
11 - some tuning applied to random places.
12 - add aio_mknod.
13
142.0 Thu Oct 26 18:27:58 CEST 2006
6 - minor incompatibility: max_outstanding semantics have changed. 15 - minor incompatibility: max_outstanding semantics have changed.
7 - major rewrite, consider all functionality EXPERIMENTAL. 16 - major rewrite, consider all functionality EXPERIMENTAL.
8 - aio requests can be cancelled. 17 - aio requests can be cancelled.
9 - callbacks can be (re-)set later. 18 - callbacks can be (re-)set later.
10 - aio requests can have choose 9 priorities. 19 - aio requests can choose between 9 priorities.
11 - add aio_group: aio requests can be grouped 20 - add aio_group: aio requests can be grouped
12 into composite requests. 21 into composite requests.
13 - generator interface for groups. 22 - generator interface for groups.
14 - add IO::AIO::poll_some. 23 - add IO::AIO::poll_some.
15 - major documentation improvements. 24 - major documentation improvements.
20 - use dynamic (and larger) buffers instead of 29 - use dynamic (and larger) buffers instead of
21 putting them onto the stack. 30 putting them onto the stack.
22 - optimise x86 and amd64 a bit. 31 - optimise x86 and amd64 a bit.
23 - better error checking when ENOMEM. 32 - better error checking when ENOMEM.
24 - hopefully fix mem and dirp leaks on fork. 33 - hopefully fix mem and dirp leaks on fork.
34 - warn about broken perl malloc.
25 - compiles on cygwin (but pread is broken on cygwin 35 - compiles on cygwin (but pread is broken on cygwin
26 which is not detected by autoconf, so you have to 36 which is not detected by autoconf, so you have to
27 edit autoconf/config.h yourself to enable emulation). 37 edit autoconf/config.h yourself to enable emulation).
28 38
291.8 Sat Jun 24 22:20:44 CEST 2006 391.8 Sat Jun 24 22:20:44 CEST 2006
66 - somebody nagged about C89 compatibility, so this release should 76 - somebody nagged about C89 compatibility, so this release should
67 be C89 compatible, but no guarantees for future ones. 77 be C89 compatible, but no guarantees for future ones.
68 - abort when the configure script fails. 78 - abort when the configure script fails.
69 79
701.4 Wed Aug 17 08:07:27 CEST 2005 801.4 Wed Aug 17 08:07:27 CEST 2005
71 - forget to recreate the pipe after forking, this could cause 81 - forgot to recreate the pipe after forking, this could cause
72 deadlocks. 82 deadlocks.
73 83
741.3 Wed Aug 17 07:25:54 CEST 2005 841.3 Wed Aug 17 07:25:54 CEST 2005
75 - properly propagate exceptions from callbacks, instead of silently 85 - properly propagate exceptions from callbacks, instead of silently
76 eating them. 86 eating them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines