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.32 by root, Mon Nov 20 19:50:10 2006 UTC

1Revision history for Perl extension Net:FCP 1Revision history for Perl extension Net::FCP
2 2
30.03 3http://wiki.freenetproject.org/FreenetFCPSpec2Point0
4
5 - removed workaround for Tk, expecting a timely fix :)
6 - made fmd use Coro::AIO for most I/O.
7
81.0 Thu Dec 1 23:05:47 CET 2005
9 - use AnyEvent, remove own Event interface.
10 - work around the many bugs in Tk wrt. event handling.
11
120.8 Thu Mar 3 18:00:52 CET 2005
13 - use Array::Heap2, not Array::Heap.
14 - small fixes and improvements everywhere.
15 - change of contact address.
16
170.7 Tue May 18 15:44:46 CEST 2004
18 - major restructuring.
19 - handle key_collision just like successful insert,
20 but set the atribute key_collision on the returned
21 attributes.
22 - added Net::FCP::Metadata module, for further improvements
23 with metadata handling.
24 - added Net::FCP::Key::SSK.
25 - many documentation fixes/improvements.
26
270.6 Thu May 13 23:42:33 CEST 2004
28 - many bugfixes (most noteworthy: client_put works now).
29 - progress callback.
30 - added experimental Key::CHK.
31
320.5 Tue Sep 23 22:46:48 CEST 2003
33 - some more IT'S HEX, STUPID-type of fixes.
34 - restructured fmd. works perfect and fast for me now.
35
360.08 Tue Sep 16 09:01:05 CEST 2003
37 - added event model autodetection.
38 - event models supported: Coro, Event, Glib, Tk.
39 - added Net::FCP::Util.
40 - bugfixed the case when txn's sent data (when will I learn
41 to use HEX everywhere...)
42 - make fmd verify all blocks. or at least most blocks.
43
440.07 Sun Sep 14 10:57:09 CEST 2003
45 - handle metadata that doesn't end in a newline.
46 - fixed txn names to be txn_* instead of *_txn, as per the docs.
47 - "fix" insert_private_key.
48 - fix endless loop problem on ClientGet.
49 - many, many other small fixes.
50 - added bin/fmd, the not-yet-functional freenet mass downloader.
51
520.06 Wed Sep 10 07:13:41 CEST 2003
53 - various small bugfixes.
54
550.05 Wed Sep 10 07:06:54 CEST 2003
56 - err, file downloads actually return the right data now.
57 - implemented non-blocking request writing.
58 - event model now looks "final" for filehandles.
59
600.04 Tue Sep 9 08:12:59 CEST 2003
61 - pluggable event implementation. Just Event for now.
62
630.03 Mon Sep 8 03:46:41 CEST 2003
64 - more bugfixes, metadataparsing.
65 - I'm going to bed now. really.
4 66
50.02 Mon Sep 8 02:36:18 CEST 2003 670.02 Mon Sep 8 02:36:18 CEST 2003
6 - implemented client_get, and many much-needed 68 - implemented client_get, and many much-needed
7 bugfixes. 69 bugfixes.
8 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines