diff --git a/README b/README index b0e2a7e..9e2473a 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README,v 1.16 2008/05/21 15:28:11 chandrusf Exp $ - ibrowse is a HTTP client. The following are a list of features. - RFC2616 compliant (AFAIK) - supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, @@ -18,10 +16,37 @@ ibrowse is a HTTP client. The following are a list of features. ibrowse is available under two different licenses. LGPL and the BSD license. -Comments to : Chandrashekhar.Mullaparthi@t-mobile.co.uk +Comments to : Chandrashekhar.Mullaparthi@gmail.com + +Version : 1.5.0 + +Latest version : git://github.com/cmullaparthi/ibrowse.git CONTRIBUTIONS & CHANGE HISTORY ============================== +29-06-2009 - * Fixed following issues reported by Oscar Hellström + - Use {active, once} instead of {active, true} + - Fix 'dodgy' timeout handling + - Use binaries internally instead of lists to reduce memory + consumption on 64 bit platforms. The default response format + is still 'list' to maintain backwards compatibility. Use the + option {response_format, binary} to get responses as binaries. + * Fixed chunking bug (reported by Adam Kocoloski) + * Added new option {inactivity_timeout, Milliseconds} to timeout + requests if no data is received on the link for the specified + interval. Useful when responses are large and links are flaky. + * Added ibrowse:all_trace_off/0 to turn off all tracing + * Change to the way responses to asynchronous requests are + returned. The following messages have been removed. + * {ibrowse_async_response, Req_id, {chunk_start, Chunk_size}} + * {ibrowse_async_response, Req_id, chunk_end} + * Fixed Makefiles as part of Debian packaging + (thanks to Thomas Lindgren) + * Moved repository from Sourceforge to Github + +11-06-2009 - * Added option to control size of streamed chunks. Also added + option for the client to receive responses in binary format. + 21-05-2008 - * Fixed bug in reading some options from the ibrowse.conf file. Reported by Erik Reitsma on the erlyaws mailing list * Fixed bug when cleaning up closing connections diff --git a/doc/ibrowse.html b/doc/ibrowse.html index ff286e0..172b24a 100644 --- a/doc/ibrowse.html +++ b/doc/ibrowse.html @@ -10,9 +10,9 @@
Copyright © 2005-2008 Chandrashekhar Mullaparthi
+Copyright © 2005-2009 Chandrashekhar Mullaparthi
-Version: 1.4
+Version: 1.5.0
Behaviours: gen_server.
Authors: Chandrashekhar Mullaparthi (chandrashekhar dot mullaparthi at gmail dot com).
@@ -64,7 +64,8 @@ send_req/4, send_req/5, send_req/6. speed achieved using only erlang has been good enough, so the driver isn't actually used.code_change/3 |
all_trace_off/0 | Turn Off ALL tracing. |
code_change/3 | |
get_config_value/1 | Internal export. |
get_config_value/2 | Internal export. |
handle_call/3 |