node/test
Matt Robenolt 5213c39038 Close #1930 Convenience methods for zlib
This is a combination of 20 commits. Their commit messages are preserved
below for the benefit of future generations.

* Adding a shortcut to easily compress/decompress a string of text.
* Making the API consistent. unzip should accept a Buffer for input as well.
* Adding docs.
* Oops, typo.
* Propagate error through the callback.
* Adding zlib from string tests.
* Typo in test.
* Remove 'end' listeners, and join buffers properly instead of joining them
  as a string.
* Oops, needs to be rendered to a string.
* Updated test to include multi-byte characters.
* unzip should return a raw Buffer. Updated docs to reflect.
* And finally updating test.
* EventEmitter.destroy() is a bit more customary
* Revert "EventEmitter.destroy() is a bit more customary"
* Renaming internal methods to "buffer" instead of string.
* Remove the 'error' listeners as well.
* @isaacs: spacing/style, and compress duplicate functions into one
* @isaacs: Update docs
* @isaacs: doc style fix
2011-11-04 10:32:57 -07:00
..
disabled Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
fixtures debugger: do not request `continue` on connection 2011-11-04 17:50:46 +01:00
internet Add binding to uv_getaddrinfo 2011-10-20 15:06:53 -07:00
message Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
pummel Socket.write should reset timeout timer. 2011-11-03 12:37:04 -07:00
simple Close #1930 Convenience methods for zlib 2011-11-04 10:32:57 -07:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windows 2011-10-25 14:10:12 -07:00