summaryrefslogtreecommitdiff
path: root/lib/zlib.js
Commit message (Expand)AuthorAgeFilesLines
* zlib: Manage flush flags appropriatelyisaacs2013-03-081-13/+34
* stream: _write takes an encoding argumentisaacs2013-03-051-2/+2
* stream: Remove output function from _transformisaacs2013-03-051-9/+7
* stream: remove lowWaterMark featureisaacs2013-02-211-18/+1
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-061-0/+1
|\
| * zlib: reduce memory consumption, release earlyBen Noordhuis2013-02-051-1/+8
* | zlib: streams2isaacs2012-12-141-124/+91
* | zlib: s/clear/close/ and match other close() semanticsisaacs2012-10-311-4/+15
* | zlib: reduce memory consumption, release earlyBen Noordhuis2012-10-301-1/+8
|/
* zlib: Emit 'close' on destroy().Dominic Tarr2012-08-041-0/+1
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-151-2/+4
* zlib: use Buffer.concat()isaacs2012-06-151-19/+1
* Fix #3052 Handle errors properly in zlibisaacs2012-04-021-0/+40
* zlib: don't use C++ templatesssuda2012-03-291-9/+9
* Added destroy method to Zlib object in zlib.js moduleChristian Ress2012-03-131-0/+6
* Lint all the JavaScripts.isaacs2012-02-181-1/+1
* Merge branch 'v0.6'Fedor Indutny2012-01-241-8/+12
|\
| * Fix #2365 zlib crashing on invalid inputNicolas LaCasse2012-01-201-8/+12
* | zlib: reset() method for deflate/inflate streamsFedor Indutny2012-01-121-0/+4
* | [zlib] added dictionary supportFedor Indutny2011-12-051-1/+8
|/
* Close #1930 Convenience methods for zlibMatt Robenolt2011-11-041-0/+72
* Close #1929 zlib Respond to 'resume' events properlyisaacs2011-10-241-2/+3
* Fix #1882 zlib Update 'availOutBefore' value, and testisaacs2011-10-131-0/+5
* zlib: Typo. s/opt/opts/isaacs2011-09-261-1/+1
* zlib: lintisaacs2011-09-171-15/+35
* zlib: Fix test so that it's not trivially passing, then pass it.isaacs2011-09-171-10/+8
* Initial pass at zlib bindingsisaacs2011-09-171-0/+325