您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

298 行
14 KiB

  1. CONTRIBUTIONS & CHANGE HISTORY
  2. ==============================
  3. 07-08-2012 - v4.0.1
  4. * Fix issue 67 properly.
  5. 03-08-2012 - v4.0.0
  6. * Fixed a regression in handling HEAD.
  7. https://github.com/cmullaparthi/ibrowse/issues/67
  8. * Fixed a bug in handling SSL requests through a proxy
  9. 06-04-2012 - v3.0.4
  10. * Fix for the following issue
  11. https://github.com/cmullaparthi/ibrowse/issues/67
  12. 13-03-2012 - v3.0.3
  13. * Fixes the following issues
  14. https://github.com/cmullaparthi/ibrowse/issues/64
  15. https://github.com/cmullaparthi/ibrowse/issues/63
  16. https://github.com/cmullaparthi/ibrowse/issues/62
  17. 31-01-2012 - v3.0.2
  18. * Fixed bug when stopping ibrowse. Not service affecting.
  19. 23-01-2012 - v3.0.1
  20. * Fixed bug highlighted by Dialyzer
  21. 23-01-2012 - v3.0.0
  22. * Change to the way pipelining works.
  23. * Fixed various issues reported
  24. 13-04-2011 - v2.2.0
  25. * Filipe David Manana added IPv6 support. This is a mjor new
  26. feature, Thank you Filipe!
  27. * Joseph Wayne Norton contributed tweaks to .gitignore
  28. 09-02-2011 - v2.1.4
  29. * Fixed a bug reported by Ryan Zezeski with the
  30. save_response_to_file option.
  31. https://github.com/cmullaparthi/ibrowse/issues#issue/33
  32. 16-01-2011 - v2.1.3
  33. * Fixed issues with streaming and chunked responses when using
  34. the 'caller controls socket' feature. See following links for
  35. details. Contributed by Filipe David Manana.
  36. https://github.com/cmullaparthi/ibrowse/pull/24
  37. https://github.com/cmullaparthi/ibrowse/pull/25
  38. https://github.com/cmullaparthi/ibrowse/pull/27
  39. https://github.com/cmullaparthi/ibrowse/pull/28
  40. https://github.com/cmullaparthi/ibrowse/pull/29
  41. * Fix for issue 32 reported by fholzhauser
  42. https://github.com/cmullaparthi/ibrowse/issues#issue/32
  43. * Fixed some dialyzer warnings. Thanks to Kostis for reporting
  44. them.
  45. 20-12-2010 - v2.1.2
  46. * Pipelining wasn't working when used in conjunction with the
  47. {stream_to, {self(), once}} option. Bug report by
  48. Filipe David Manana.
  49. 10-12-2010 - v2.1.1
  50. * Fix for https://github.com/cmullaparthi/ibrowse/issues/issue/20
  51. by Filipe David Manana
  52. * Fix for https://github.com/cmullaparthi/ibrowse/issues/issue/21
  53. by Filipe David Manana
  54. * Fix for https://github.com/cmullaparthi/ibrowse/issues/issue/23
  55. by Filipe David Manana
  56. * Fix for bugs when using SSL by Jo?o Lopes
  57. 25-10-2010 - v2.1.0
  58. * Fixed build on OpenSolaris. Bug report and patch from
  59. tholschuh.
  60. http://github.com/cmullaparthi/ibrowse/issues/issue/10
  61. * Fixed behaviour of inactivity_timeout option. Reported by
  62. Jo?o Lopes.
  63. http://github.com/cmullaparthi/ibrowse/issues/issue/11
  64. * Prevent atom table pollution when bogus URLs are input to
  65. ibrowse. Bug report by Jo?o Lopes.
  66. http://github.com/cmullaparthi/ibrowse/issues/issue/13
  67. * Automatically do Chunked-Transfer encoding of request body
  68. when the body is generated by a fun. Patch provided by
  69. Filipe David Manana.
  70. http://github.com/cmullaparthi/ibrowse/issues/issue/14
  71. * Depending on input options, ibrowse sometimes included multiple
  72. Content-Length headers. Bug reported by Paul J. Davis
  73. http://github.com/cmullaparthi/ibrowse/issues/issue/15
  74. * Deal with webservers which do not provide a Reason-Phrase on the
  75. response Status-Line. Patch provided by Jeroen Koops.
  76. http://github.com/cmullaparthi/ibrowse/issues/issue/16
  77. * Fixed http://github.com/cmullaparthi/ibrowse/issues/issue/17
  78. This was reported by Filipe David Manana.
  79. * Fixed http://github.com/cmullaparthi/ibrowse/issues/issue/19
  80. This was reported by Dan Kelley and Filipe David Manana.
  81. * Added ibrowse:stream_close/1 to close the connection
  82. associated with a certain response stream. Patch provided by
  83. Jo?o Lopes.
  84. * Prevent port number being included in the Host header when port
  85. 443 is intended. Bug reported by Andrew Tunnell-Jones
  86. 24-09-2010 - v2.0.1
  87. * Removed a spurious io:format statement
  88. 22-09-2010 - v2.0.0.
  89. * Added option preserve_chunked_encoding. This allows the
  90. caller to get the raw HTTP response when the
  91. Transfer-Encoding is Chunked. This feature was requested
  92. by Benoit Chesneau who wanted to write a HTTP proxy using
  93. ibrowse.
  94. * Fixed bug with the {stream_to, {Pid, once}} option. Bug
  95. report and lot of help from Filipe David Manana. Thank
  96. you Filipe.
  97. * The {error, conn_failed} and {error, send_failed} return
  98. values are now of the form {error, {conn_failed, Err}}
  99. and {error, {send_failed, Err}}. This is so that the
  100. specific socket error can be returned to the caller. I
  101. think it looks a bit ugly, but that is the best
  102. compromise I could come up with.
  103. * Added application configuration parameters
  104. default_max_sessions and default_max_pipeline_size. These
  105. were previously hard coded to 10.
  106. * Versioning of ibrowse now follows the Semantic Versioning
  107. principles. See http://semver.org. Thanks to Anthony
  108. Molinaro for nudging me in this direction.
  109. * The connect_timeout option now only applies to the
  110. connection setup phase. In previous versions, the time
  111. taken to setup the connection was deducted from the
  112. specified timeout value for the request.
  113. 17-07-2010 - * Merged change made by Filipe David Manana to use the base64
  114. module for encoding/decoding.
  115. 11-06-2010 - * Removed use of deprecated concat_binary. Patch supplied by
  116. Steve Vinoski
  117. 10-06-2010 - * Fixed bug in https requests not going via the proxy
  118. 12-05-2010 - * Added support for the CONNECT method to tunnel HTTPS through
  119. a proxy. When a https URL is requested through a proxy,
  120. ibrowse will automatically use the CONNECT method to first
  121. setup a tunnel through the proxy. Once this succeeds, the
  122. actual request is dispatched. Successfully tested with the
  123. new SSL implementation in R13B-03
  124. * Added SSL support for direct connections.
  125. See ibrowse:spawn_worker_process/1 and
  126. ibrowse:spawn_link_worker_process/1
  127. * Added option to return raw status line and raw unparsed headers
  128. 23-04-2010 - * Fixes to URL parsing by Karol Skocik
  129. 08-11-2009 - * Added option headers_as_is
  130. 04-10-2009 - * Patch from Kostis Sagonas to cleanup some code and suppress
  131. dialyzer warnings
  132. 24-09-2009 - * When a filename was supplied with the 'save_response_to_file'
  133. option, the option was being ignored. Bug report from
  134. Adam Kocoloski
  135. 05-09-2009 - * Introduced option to allow caller to set socket options.
  136. 29-07-2009 - * The ETS table created for load balancing of requests was not
  137. being deleted which led to the node not being able to create
  138. any more ETS tables if queries were made to many number of
  139. webservers. ibrowse now deletes the ETS table it creates once the
  140. last connection to a webserver is dropped.
  141. Reported by Seth Falcon.
  142. * Spurious data being returned at end of body in certain cases of
  143. chunked encoded responses from the server.
  144. Reported by Chris Newcombe.
  145. 03-07-2009 - Added option {stream_to, {Pid, once}} which allows the caller
  146. to control when it wants to receive more data. If this option
  147. is used, the call ibrowse:stream_next(Req_id) should be used
  148. to get more data.
  149. * Patch submitted by Steve Vinoski to remove compiler warnings
  150. about the use of obsolete guards
  151. 29-06-2009 - * Fixed following issues reported by Oscar Hellstr?m
  152. * Use {active, once} instead of {active, true}
  153. * Fix 'dodgy' timeout handling
  154. * Use binaries internally instead of lists to reduce memory
  155. consumption on 64 bit platforms. The default response format
  156. is still 'list' to maintain backwards compatibility. Use the
  157. option {response_format, binary} to get responses as binaries.
  158. * Fixed chunking bug (reported by Adam Kocoloski)
  159. * Added new option {inactivity_timeout, Milliseconds} to timeout
  160. requests if no data is received on the link for the specified
  161. interval. Useful when responses are large and links are flaky.
  162. * Added ibrowse:all_trace_off/0 to turn off all tracing
  163. * Change to the way responses to asynchronous requests are
  164. returned. The following messages have been removed.
  165. * {ibrowse_async_response, Req_id, {chunk_start, Chunk_size}}
  166. * {ibrowse_async_response, Req_id, chunk_end}
  167. * Fixed Makefiles as part of Debian packaging
  168. (thanks to Thomas Lindgren)
  169. * Moved repository from Sourceforge to Github
  170. 11-06-2009 - * Added option to control size of streamed chunks. Also added
  171. option for the client to receive responses in binary format.
  172. 21-05-2008 - * Fixed bug in reading some options from the ibrowse.conf file.
  173. Reported by Erik Reitsma on the erlyaws mailing list
  174. * Fixed bug when cleaning up closing connections
  175. 27-03-2008 - * Major rewrite of the load balancing feature. Additional module,
  176. ibrowse_lb.erl, introduced to achieve this.
  177. * Can now get a handle to a connection process which is not part of
  178. the load balancing pool. Useful when an application is making
  179. requests to a webserver which are time consuming (such as
  180. uploading a large file). Such requests can be put on a separate
  181. connection, and all other smaller/quicker requests can use the
  182. load balancing pool. See ibrowse:spawn_worker_process/2 and
  183. ibrowse:spawn_link_worker_process/2
  184. * Ram Krishnan sent a patch to enable a client to send a lot of
  185. data in a request by providing a fun which is invoked by the
  186. connection handling process. This fun can fetch the data from
  187. any where. This is useful when trying to upload a large file
  188. to a webserver.
  189. * Use the TCP_NODELAY option on every socket by default
  190. * Rudimentary support for load testing of ibrowse. Undocumented,
  191. but see ibrowse_test:load_test/3. Use the source, Luke!
  192. * New function ibrowse:show_dest_status/2 to view state of
  193. connections/pipelines to a web server
  194. 20-02-2008 - Ram Krishnan sent another patch for another hidden bug in the
  195. save_response_to_file feature.
  196. 07-02-2008 - Ram Krishnan (kriyative _at_ gmail dot com) sent a simple patch to
  197. enable specifying the filename in the save_response_to_file option.
  198. When testing the patch, I realised that my original implementation
  199. of this feature was quite flaky and a lot of corner cases were
  200. not covered. Fixed all of them. Thanks Ram!
  201. 17-10-2007 - Matthew Reilly (matthew dot reilly _at_ sipphone dot com)
  202. sent a bug report and a fix. If the chunk trailer spans two TCP
  203. packets, then ibrowse fails to recognise that the chunked transfer
  204. has ended.
  205. 29-08-2007 - Bug report by Peter Kristensen(ptx _at_ daimi dot au dot dk).
  206. ibrowse crashes when the webserver returns just the Status line
  207. and nothing else.
  208. 28-06-2007 - Added host_header option to enable connection to secure sites
  209. via stunnel
  210. 20-04-2007 - Geoff Cant sent a patch to remove URL encoding for digits in
  211. ibrowse_lib:url_encode/1.
  212. ibrowse had a dependency on the inets application because the
  213. ibrowse_http_client.erl invoked httpd_util:encode_base64/1. This
  214. dependency is now removed and the encode_base64/1 has been
  215. implemented in ibrowse_lib.erl
  216. 06-03-2007 - Eric Merritt sent a patch to support WebDAV requests.
  217. 12-01-2007 - Derek Upham sent in a bug fix. The reset_state function was not
  218. behaving correctly when the transfer encoding was not chunked.
  219. 13-11-2006 - Youn?s Hafri reported a bug where ibrowse was not returning the
  220. temporary filename when the server was closing the connection
  221. after sending the data (as in HTTP/1.0).
  222. Released ibrowse under the BSD license
  223. 12-10-2006 - Chris Newcombe reported bug in dealing with requests where no
  224. body is expected in the response. The first request would succeed
  225. and the next request would hang.
  226. 24-May-2006 - Sean Hinde reported a bug. Async responses with pipelining was
  227. returning the wrong result.
  228. 08-Dec-2005 - Richard Cameron (camster@citeulike.org). Patch to ibrowse to
  229. prevent port number being included in the Host header when port
  230. 80 is intended.
  231. 22-Nov-2005 - Added ability to generate requests using the Chunked
  232. Transfer-Encoding.
  233. 08-May-2005 - Youn?s Hafri made a CRUX LINUX port of ibrowse.
  234. http://yhafri.club.fr/crux/index.html