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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines