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

Comparing IO-AIO/Changes (file contents):
Revision 1.82 by root, Tue Oct 24 00:28:19 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: use feeder for aio_scandir. 4TODO: maxidle? exit after idle time?
5TODO: aio_copy, aio_cp/mvtree/rmtree
6TODO: aio_mknod, aio_mkfifo, aio_utime, aio_chmod, aio_chown?
5 7
62.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
15 - minor incompatibility: max_outstanding semantics have changed.
16 - major rewrite, consider all functionality EXPERIMENTAL.
7 - aio requests can be cancelled. 17 - aio requests can be cancelled.
8 - callbacks can be (re-)set later. 18 - callbacks can be (re-)set later.
19 - aio requests can choose between 9 priorities.
9 - add aio_group: aio requests can be grouped. 20 - add aio_group: aio requests can be grouped
21 into composite requests.
10 - implement generator interface for groups. 22 - generator interface for groups.
23 - add IO::AIO::poll_some.
11 - major documentation improvements. 24 - major documentation improvements.
12 - very minor bugfixes. 25 - very minor bugfixes.
13 - add aio_nop for dummy requests. 26 - add aio_nop for dummy requests.
14 - add aio_sleep mainly for benchmarking and debugging. 27 - add aio_busy mainly for benchmarking and debugging.
15 - deprecated max_outstanding.
16 - use "fast" mutexes on linux. 28 - use "fast" mutexes on linux.
17 - use dynamic (and larger) buffers instead of 29 - use dynamic (and larger) buffers instead of
18 putting them onto the stack. 30 putting them onto the stack.
19 - optimise x86 and amd64 a bit. 31 - optimise x86 and amd64 a bit.
20 - better error checking when ENOMEM. 32 - better error checking when ENOMEM.
33 - hopefully fix mem and dirp leaks on fork.
34 - warn about broken perl malloc.
35 - compiles on cygwin (but pread is broken on cygwin
36 which is not detected by autoconf, so you have to
37 edit autoconf/config.h yourself to enable emulation).
21 38
221.8 Sat Jun 24 22:20:44 CEST 2006 391.8 Sat Jun 24 22:20:44 CEST 2006
23 - add and/or document aio_rename, aio_link, aio_symlink and aio_move. 40 - add and/or document aio_rename, aio_link, aio_symlink and aio_move.
24 41
251.73 Wed Mar 1 22:49:32 CET 2006 421.73 Wed Mar 1 22:49:32 CET 2006
59 - somebody nagged about C89 compatibility, so this release should 76 - somebody nagged about C89 compatibility, so this release should
60 be C89 compatible, but no guarantees for future ones. 77 be C89 compatible, but no guarantees for future ones.
61 - abort when the configure script fails. 78 - abort when the configure script fails.
62 79
631.4 Wed Aug 17 08:07:27 CEST 2005 801.4 Wed Aug 17 08:07:27 CEST 2005
64 - forget to recreate the pipe after forking, this could cause 81 - forgot to recreate the pipe after forking, this could cause
65 deadlocks. 82 deadlocks.
66 83
671.3 Wed Aug 17 07:25:54 CEST 2005 841.3 Wed Aug 17 07:25:54 CEST 2005
68 - properly propagate exceptions from callbacks, instead of silently 85 - properly propagate exceptions from callbacks, instead of silently
69 eating them. 86 eating them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines