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

Comparing IO-AIO/Changes (file contents):
Revision 1.86 by root, Tue Oct 24 17:22:17 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
15 - minor incompatibility: max_outstanding semantics have changed.
6 - major rewrite, consider all functionality EXPERIMENTAL. 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.
9 - aio requests can have choose 9 priorities. 19 - aio requests can choose between 9 priorities.
10 - add aio_group: aio requests can be grouped 20 - add aio_group: aio requests can be grouped
11 into composite requests. 21 into composite requests.
12 - generator interface for groups. 22 - generator interface for groups.
23 - add IO::AIO::poll_some.
13 - major documentation improvements. 24 - major documentation improvements.
14 - very minor bugfixes. 25 - very minor bugfixes.
15 - add aio_nop for dummy requests. 26 - add aio_nop for dummy requests.
16 - add aio_busy mainly for benchmarking and debugging. 27 - add aio_busy mainly for benchmarking and debugging.
17 - deprecated max_outstanding.
18 - use "fast" mutexes on linux. 28 - use "fast" mutexes on linux.
19 - use dynamic (and larger) buffers instead of 29 - use dynamic (and larger) buffers instead of
20 putting them onto the stack. 30 putting them onto the stack.
21 - optimise x86 and amd64 a bit. 31 - optimise x86 and amd64 a bit.
22 - better error checking when ENOMEM. 32 - better error checking when ENOMEM.
23 - hopefully fix mem and dirp leaks on fork. 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).
24 38
251.8 Sat Jun 24 22:20:44 CEST 2006 391.8 Sat Jun 24 22:20:44 CEST 2006
26 - 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.
27 41
281.73 Wed Mar 1 22:49:32 CET 2006 421.73 Wed Mar 1 22:49:32 CET 2006
62 - somebody nagged about C89 compatibility, so this release should 76 - somebody nagged about C89 compatibility, so this release should
63 be C89 compatible, but no guarantees for future ones. 77 be C89 compatible, but no guarantees for future ones.
64 - abort when the configure script fails. 78 - abort when the configure script fails.
65 79
661.4 Wed Aug 17 08:07:27 CEST 2005 801.4 Wed Aug 17 08:07:27 CEST 2005
67 - forget to recreate the pipe after forking, this could cause 81 - forgot to recreate the pipe after forking, this could cause
68 deadlocks. 82 deadlocks.
69 83
701.3 Wed Aug 17 07:25:54 CEST 2005 841.3 Wed Aug 17 07:25:54 CEST 2005
71 - properly propagate exceptions from callbacks, instead of silently 85 - properly propagate exceptions from callbacks, instead of silently
72 eating them. 86 eating them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines