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

Comparing Net-FCP/Changes (file contents):
Revision 1.2 by root, Mon Sep 8 00:36:44 2003 UTC vs.
Revision 1.26 by root, Wed May 19 16:28:56 2004 UTC

1Revision history for Perl extension Net:FCP 1Revision history for Perl extension Net::FCP
2 2
30.03 30.8
4 - use Array::Heap2, not Array::Heap.
5
60.7 Tue May 18 15:44:46 CEST 2004
7 - major restructuring.
8 - handle key_collision just like successful insert,
9 but set the atribute key_collision on the returned
10 attributes.
11 - added Net::FCP::Metadata module, for further improvements
12 with metadata handling.
13 - added Net::FCP::Key::SSK.
14 - many documentation fixes/improvements.
15
160.6 Thu May 13 23:42:33 CEST 2004
17 - many bugfixes (most noteworthy: client_put works now).
18 - progress callback.
19 - added experimental Key::CHK.
20
210.5 Tue Sep 23 22:46:48 CEST 2003
22 - some more IT'S HEX, STUPID-type of fixes.
23 - restructured fmd. works perfect and fast for me now.
24
250.08 Tue Sep 16 09:01:05 CEST 2003
26 - added event model autodetection.
27 - event models supported: Coro, Event, Glib, Tk.
28 - added Net::FCP::Util.
29 - bugfixed the case when txn's sent data (when will I learn
30 to use HEX everywhere...)
31 - make fmd verify all blocks. or at least most blocks.
32
330.07 Sun Sep 14 10:57:09 CEST 2003
34 - handle metadata that doesn't end in a newline.
35 - fixed txn names to be txn_* instead of *_txn, as per the docs.
36 - "fix" insert_private_key.
37 - fix endless loop problem on ClientGet.
38 - many, many other small fixes.
39 - added bin/fmd, the not-yet-functional freenet mass downloader.
40
410.06 Wed Sep 10 07:13:41 CEST 2003
42 - various small bugfixes.
43
440.05 Wed Sep 10 07:06:54 CEST 2003
45 - err, file downloads actually return the right data now.
46 - implemented non-blocking request writing.
47 - event model now looks "final" for filehandles.
48
490.04 Tue Sep 9 08:12:59 CEST 2003
50 - pluggable event implementation. Just Event for now.
51
520.03 Mon Sep 8 03:46:41 CEST 2003
53 - more bugfixes, metadataparsing.
54 - I'm going to bed now. really.
4 55
50.02 Mon Sep 8 02:36:18 CEST 2003 560.02 Mon Sep 8 02:36:18 CEST 2003
6 - implemented client_get, and many much-needed 57 - implemented client_get, and many much-needed
7 bugfixes. 58 bugfixes.
8 59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines