summaryrefslogtreecommitdiff
path: root/lib/zlib.js
AgeCommit message (Expand)AuthorFilesLines
2013-08-01src: Replace macros with util functionsisaacs1-12/+12
2013-07-24lib: macro-ify type checksBen Noordhuis1-12/+12
2013-07-01zlib: allow changing of level and strategyBrian White1-1/+31
2013-07-01zlib: allow custom flush type for flush()Brian White1-2/+7
2013-07-01zlib: remove unused parameterBrian White1-1/+1
2013-07-01zlib: allow zero values for level and strategyBrian White1-2/+8
2013-03-29zlib: allow passing options to convenience methodsKyle Robinson Young1-14/+42
2013-03-08zlib: Manage flush flags appropriatelyisaacs1-13/+34
2013-03-05stream: _write takes an encoding argumentisaacs1-2/+2
2013-03-05stream: Remove output function from _transformisaacs1-9/+7
2013-02-21stream: remove lowWaterMark featureisaacs1-18/+1
2013-02-06Merge remote-tracking branch 'ry/v0.8' into masterisaacs1-0/+1
2013-02-05zlib: reduce memory consumption, release earlyBen Noordhuis1-1/+8
2012-12-14zlib: streams2isaacs1-124/+91
2012-10-31zlib: s/clear/close/ and match other close() semanticsisaacs1-4/+15
2012-10-30zlib: reduce memory consumption, release earlyBen Noordhuis1-1/+8
2012-08-04zlib: Emit 'close' on destroy().Dominic Tarr1-0/+1
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen1-2/+4
2012-06-15zlib: use Buffer.concat()isaacs1-19/+1
2012-04-02Fix #3052 Handle errors properly in zlibisaacs1-0/+40
2012-03-29zlib: don't use C++ templatesssuda1-9/+9
2012-03-13Added destroy method to Zlib object in zlib.js moduleChristian Ress1-0/+6
2012-02-18Lint all the JavaScripts.isaacs1-1/+1
2012-01-24Merge branch 'v0.6'Fedor Indutny1-8/+12
2012-01-20Fix #2365 zlib crashing on invalid inputNicolas LaCasse1-8/+12
2012-01-12zlib: reset() method for deflate/inflate streamsFedor Indutny1-0/+4
2011-12-05[zlib] added dictionary supportFedor Indutny1-1/+8
2011-11-04Close #1930 Convenience methods for zlibMatt Robenolt1-0/+72
2011-10-24Close #1929 zlib Respond to 'resume' events properlyisaacs1-2/+3
2011-10-13Fix #1882 zlib Update 'availOutBefore' value, and testisaacs1-0/+5
2011-09-26zlib: Typo. s/opt/opts/isaacs1-1/+1
2011-09-17zlib: lintisaacs1-15/+35
2011-09-17zlib: Fix test so that it's not trivially passing, then pass it.isaacs1-10/+8
2011-09-17Initial pass at zlib bindingsisaacs1-0/+325