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.29 by root, Thu Dec 1 22:07:40 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines