ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/Changes
(Generate patch)

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.62 by root, Tue Jan 11 04:45:25 2011 UTC vs.
Revision 1.73 by root, Thu Jun 30 09:12:39 2011 UTC

1Revision history for AnyEvent::HTTP 1Revision history for AnyEvent::HTTP
2 2
3TODO: provide lwp_request function that takes an lwp http requets and returns a http response. 3TODO: provide lwp_request function that takes an lwp http requets and returns a http response.
4TODO: download example 4TODO: httpbis: $location = URI->new_abs($location, "$scheme://$host:$port$path_query")->as_string;
5 5
6TODO: set_proxy hook
7TODO: use proxy hook
8 - garbled chunked responses caused AnyEvent::HTTP to malfunction
9 (patch by Dmitri Melikyan).
10
112.12 Tue Jun 14 07:22:54 CEST 2011
12 - fix a possible 'Can't call method "destroyed"' error (which would
13 have been reported by Carl Chambers).
14
152.11 Tue May 10 14:33:28 CEST 2011
16 - the keepalive session cache wouldn't take port and scheme into account
17 when reusing connection - potentially causing information leaks
18 (reported by Nick Kostirya).
19 - bump AnyEvent dependency version (reported by Richard Harris).
20
212.1 Thu Feb 24 13:11:51 CET 2011
22 - the keepalive and persistent parameters were actually named
23 differently in the code - they now work as documented.
24 - fix a bug where callbacks would sometimes never be called when
25 the request timeout is near or below the persistent connection
26 timeout (testcase by Cindy Wang).
27 - destroying the guard would have no effect when a request was
28 recursing or being retired.
29
302.04 Sat Feb 19 07:45:24 CET 2011
31 - "proxy => undef" now overrides any global proxy when specified.
32 - require scheme in urls, also use a stricter match to match urls,
33 leading or trailing garbage is no longer tolerated.
34 - EXPERIMENTAL: allow '=' in cookie values.
35
362.03 Tue Jan 18 18:49:35 CET 2011
37 - dummy reupload, file gone from cpan somehow.
38
392.02 Wed Jan 12 04:29:37 CET 2011
40 - do not lowercase cookie names, only parameter names.
41
422.01 Tue Jan 11 07:38:15 CET 2011
6 - add missing dependency on common::sense. 43 - add missing dependency on common::sense.
44 - add a resume download example.
7 45
82.0 Tue Jan 4 09:16:56 CET 2011 462.0 Tue Jan 4 09:16:56 CET 2011
9 - hopefully fully upgraded to HTTP/1.1. 47 - hopefully fully upgraded to HTTP/1.1.
10 - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections. 48 - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections.
11 - drop https-proxy-connection support. seems unused and ill-specified. 49 - drop https-proxy-connection support. seems unused and ill-specified.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines