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

Comparing IO-AIO/Changes (file contents):
Revision 1.92 by root, Thu Oct 26 16:28:33 2006 UTC vs.
Revision 1.97 by root, Sat Oct 28 01:41:05 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: aio_cp/mvtree/rmtree
5TODO: aio_utime, aio_chmod, aio_chown?
6
7TODO: expose max_idle
8 - doc update.
9 - fix a bug in aio_move where it would fail everytime
10 it would have to copy files manually.
11 - start threads only on (very low) demand.
12 - end superfluous threads automatically after 10s idling.
13 - some tuning applied to random places.
14 - add aio_mknod.
4 15
52.0 Thu Oct 26 18:27:58 CEST 2006 162.0 Thu Oct 26 18:27:58 CEST 2006
6 - minor incompatibility: max_outstanding semantics have changed. 17 - minor incompatibility: max_outstanding semantics have changed.
7 - major rewrite, consider all functionality EXPERIMENTAL. 18 - major rewrite, consider all functionality EXPERIMENTAL.
8 - aio requests can be cancelled. 19 - aio requests can be cancelled.
9 - callbacks can be (re-)set later. 20 - callbacks can be (re-)set later.
10 - aio requests can have choose 9 priorities. 21 - aio requests can choose between 9 priorities.
11 - add aio_group: aio requests can be grouped 22 - add aio_group: aio requests can be grouped
12 into composite requests. 23 into composite requests.
13 - generator interface for groups. 24 - generator interface for groups.
14 - add IO::AIO::poll_some. 25 - add IO::AIO::poll_some.
15 - major documentation improvements. 26 - major documentation improvements.
67 - somebody nagged about C89 compatibility, so this release should 78 - somebody nagged about C89 compatibility, so this release should
68 be C89 compatible, but no guarantees for future ones. 79 be C89 compatible, but no guarantees for future ones.
69 - abort when the configure script fails. 80 - abort when the configure script fails.
70 81
711.4 Wed Aug 17 08:07:27 CEST 2005 821.4 Wed Aug 17 08:07:27 CEST 2005
72 - forget to recreate the pipe after forking, this could cause 83 - forgot to recreate the pipe after forking, this could cause
73 deadlocks. 84 deadlocks.
74 85
751.3 Wed Aug 17 07:25:54 CEST 2005 861.3 Wed Aug 17 07:25:54 CEST 2005
76 - properly propagate exceptions from callbacks, instead of silently 87 - properly propagate exceptions from callbacks, instead of silently
77 eating them. 88 eating them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines