httpuv 1.2.0.99
------------------------------------------------------------------------

* Export base64 encoding function `rawToBase64`.

* Compatibility work for Rcpp 0.11.0.


httpuv 1.2.1
------------------------------------------------------------------------

* Solaris 10 compatibility fixes (courtesy of Dr. Brian Ripley).


httpuv 1.2.0
------------------------------------------------------------------------

* Fix IE10 websocket handshake failure.

* Implement hixie-76 version of WebSocket protocol, for Safari 4 and
  QtWebKit.


httpuv 1.1.0
------------------------------------------------------------------------

* Fix issue #8: Bug in concurrent uploads. 

* Add interrupt() function for stopping the runloop.

* Add REMOTE_ADDR and REMOTE_PORT to request environment.

* Switch from git submodules to git subtree; much easier installation of
  development builds.

* Upgrade to libuv v0.10.13.

* Fix issue #13: Segfault on successful retry of server creation.


httpuv 1.0.6.3
------------------------------------------------------------------------

* Greatly improved stability under heavy load by ignoring SIGPIPE.


httpuv 1.0.6.2
------------------------------------------------------------------------

* Work properly with body=c(file="foo"). Previously this only worked if
  body was a list, not a character vector.

* R CMD INSTALL will do `git submodule update --init` if necessary.

* When onHeaders() callback returned a body, httpuv was not properly
  short-circuiting the request.

* Ignore SIGPIPE permanently. This was still causing crashes under heavy
  real-world traffic.


httpuv 1.0.6.1
------------------------------------------------------------------------

* Make request available on websocket object.


httpuv 1.0.6
------------------------------------------------------------------------

* Support listening on pipes (Unix domain sockets have been tested,
  Windows named pipes have not been tested but may work).

* Fix crash on CentOS 6.4 due to weird interaction with OpenSSL.


httpuv 1.0.5
------------------------------------------------------------------------

* Initial release.
