Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

309 linhas
14 KiB

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