ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Changes
Revision: 1.15
Committed: Thu Sep 9 00:49:06 2021 UTC (2 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for AnyEvent-FCP
2
3 TODO: docs, examples, more requests
4 TODO: rethink API
5 TODO: connection refused?
6
7 - document proper order of on_failure arguments.
8 - slightly better default error messages.
9
10 0.5 Sun Jun 12 03:48:14 CEST 2016
11 - more documentation, more error hooks.
12 - bugfixes.
13
14 0.4 Thu Dec 3 20:07:34 CET 2015
15 - semantic redesign, better request/response handling.
16 - implement test_dda request, with lots of heuristics.
17 - increase default timeout to two hours.
18 - MAJOR parsing performance improvements (can now parse FCP at
19 ~8.5MB/s instead of ~1.6MB/s on my box).
20 - internal cleanup.
21
22 0.3 Sat Jun 5 16:49:03 CEST 2010
23 - add a small example in the manpage and a bigger one in eg/.
24 - implement/support a progress callback for unsolicited
25 messages.
26
27 0.21 Tue Dec 1 14:49:30 CET 2009
28 - added missing dependency on common::sense.
29
30 0.2 Tue Jul 28 04:19:59 CEST 2009
31 - first release, brittle, undocumented, incomplete.
32
33 0.1 Thu May 1 17:23:16 CEST 2008
34 - original version, adapted from Net::FCP.