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.33 by root, Mon Nov 20 19:50:27 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 - incompatible temporary filename change.
8
91.0 Thu Dec 1 23:05:47 CET 2005
10 - use AnyEvent, remove own Event interface.
11 - work around the many bugs in Tk wrt. event handling.
12
130.8 Thu Mar 3 18:00:52 CET 2005
14 - use Array::Heap2, not Array::Heap.
15 - small fixes and improvements everywhere.
16 - change of contact address.
17
180.7 Tue May 18 15:44:46 CEST 2004
19 - major restructuring.
20 - handle key_collision just like successful insert,
21 but set the atribute key_collision on the returned
22 attributes.
23 - added Net::FCP::Metadata module, for further improvements
24 with metadata handling.
25 - added Net::FCP::Key::SSK.
26 - many documentation fixes/improvements.
27
280.6 Thu May 13 23:42:33 CEST 2004
29 - many bugfixes (most noteworthy: client_put works now).
30 - progress callback.
31 - added experimental Key::CHK.
32
330.5 Tue Sep 23 22:46:48 CEST 2003
34 - some more IT'S HEX, STUPID-type of fixes.
35 - restructured fmd. works perfect and fast for me now.
36
370.08 Tue Sep 16 09:01:05 CEST 2003
38 - added event model autodetection.
39 - event models supported: Coro, Event, Glib, Tk.
40 - added Net::FCP::Util.
41 - bugfixed the case when txn's sent data (when will I learn
42 to use HEX everywhere...)
43 - make fmd verify all blocks. or at least most blocks.
44
450.07 Sun Sep 14 10:57:09 CEST 2003
46 - handle metadata that doesn't end in a newline.
47 - fixed txn names to be txn_* instead of *_txn, as per the docs.
48 - "fix" insert_private_key.
49 - fix endless loop problem on ClientGet.
50 - many, many other small fixes.
51 - added bin/fmd, the not-yet-functional freenet mass downloader.
52
530.06 Wed Sep 10 07:13:41 CEST 2003
54 - various small bugfixes.
55
560.05 Wed Sep 10 07:06:54 CEST 2003
57 - err, file downloads actually return the right data now.
58 - implemented non-blocking request writing.
59 - event model now looks "final" for filehandles.
60
610.04 Tue Sep 9 08:12:59 CEST 2003
62 - pluggable event implementation. Just Event for now.
63
640.03 Mon Sep 8 03:46:41 CEST 2003
65 - more bugfixes, metadataparsing.
66 - I'm going to bed now. really.
4 67
50.02 Mon Sep 8 02:36:18 CEST 2003 680.02 Mon Sep 8 02:36:18 CEST 2003
6 - implemented client_get, and many much-needed 69 - implemented client_get, and many much-needed
7 bugfixes. 70 bugfixes.
8 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines