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.30 by root, Thu Dec 29 14:01:19 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines