Sha256: 6f774bd21503c42dc8ef28e362734e5eb118e39bd11858a053e9aceea3703189

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

== 0.3.0 2008-04-22 
  * Add type checking
  * Add support to stream responses directly to Ruby main thread over a pipe

== 0.2.6 2008-04-21
  * Fix an issue with sending an HTTP POST, had to set CURLOPT_POSTFIELDS

== 0.2.4 2008-04-16
  * Fix a crash caused by CURLM_CALL_MULTI_PERFORM being misinterrupted as an error

== 0.2.3 2008-04-14
  * Add support to make POST requests
  * Fix a deadlock bug caused by not breaking out of the pop loop
  * Improve timeout handling

== 0.2.2 2008-04-14
  * Make options optional in request method
  * Improve timeouts
  * Add flush method, to flush out any buffered responses

== 0.2 2008-04-13
  * Add HTTP headers to response 
  * Expose some basic libcurl options (useragent, cookie, followlocation,  etc.. see libdispatch Changelog for details

== 0.1.5 2008-04-11
  * Fix a regression on linux caused from a fix to ppc

== 0.1.4 2008-04-11
  * Fix another issue with building this time on ppc it needs ranlib executed

== 0.1.2 2008-04-11
  * Fix issues with building dependent library on darwin

== 0.1.1 2008-04-11
  * Fix issues with building dependent library on linux

== 0.0.1 2008-04-10
  * Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
evdispatch-0.3.0 History.txt