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.27 by root, Thu Mar 3 17:31:26 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines