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

Comparing IO-AIO/Changes (file contents):
Revision 1.99 by root, Sun Oct 29 01:03:13 2006 UTC vs.
Revision 1.124 by root, Fri Jun 1 13:25:51 2007 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 4TODO: aio_cptree/mvtree
5TODO: aio_utime, aio_chmod, aio_chown? 5TODO: reduce condvar fairness: schedule hot-cache-threads first?
6TODO: fix setsig
7TODO: splice/tee/vmsplice/sync_file_range? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/)
8
92.4
10 - fix aio_busy w.r.t. fractional delays.
11 - add aio_chmod, aio_chown, aio_utime (linux successfully demonstrated
12 that you can block on futimes...).
13 - allow undef as fileoffset for aio_read/write and use read/write(2)
14 internally (useful for sockets or O_APPEND handles).
15 - use NV instead of UV for 32 bit perls and file offsets, as NVs
16 have a large range then.
17 - shared code between BDB and IO::AIO.
18 - correctly set errno to ENOSYS on unimplemented functions
19 (should never happen, though).
20
212.33 Tue Jan 23 23:55:41 CET 2007
22 - fix install path (Andreas J. Koenig).
23
242.32 Mon Jan 22 16:56:23 CET 2007
25 - added aio_rmtree.
26 - wow, aio_mkdir was missing.
27 - aio_load did return undef on error, not -1.
28 - use prefixexp not prefix in autoconf.pm
29 (suggested by ... rt.cpan.org unreachable).
30 - avoid installing autoconf.pm.
31
322.31 Sat Jan 6 03:46:02 CET 2007
33 - added aio_load.
34
352.3 Sat Dec 23 05:48:07 CET 2006
36 - fix off-by-one bug in aio_read, causing memory corruption
37 or crashes.
38
392.21 Fri Dec 22 05:03:38 CET 2006
40 - minor doc updates.
41 - minor cleanups.
42 - IO::AIO::poll returns request count.
43 - undocumented and unfinished async-signal-reporting.
44
452.2 Tue Oct 31 00:31:00 CET 2006
46 - minor doc updates.
47 - added aio_readlink.
48 - properly zero-terminate aio_read buffer.
49 - fix aio_read/write with nonzero dataoffset.
50 - reduced size of aio request structure.
51 - better diagnostics when pathnames etc. are not byte-encoded;
52 do not leak request in that case, either.
6 53
72.1 Sun Oct 29 02:01:57 CET 2006 542.1 Sun Oct 29 02:01:57 CET 2006
8 - INCOMPATIBLE CHANGE: replace IO::AIO::poll_some by 55 - INCOMPATIBLE CHANGE: replace IO::AIO::poll_some by
9 IO::AIO::max_poll_reqs and IO::AIO::max_poll_time. 56 IO::AIO::max_poll_reqs and IO::AIO::max_poll_time.
10 - fix a bug in aio_move where it would fail everytime 57 - fix a bug in aio_move where it would fail everytime

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines