summaryrefslogtreecommitdiff
path: root/lib/zlib.js
AgeCommit message (Expand)Author
2016-04-17zlib: Make the finish flush flag configurableAnna Henningsen
2016-03-19zlib: do not emit event on *Sync() methodsRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2015-11-14zlib: only apply drain listener if given callbackCraig Cavalier
2015-11-14zlib: pass kind to recursive calls to flushMyles Borins
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-08-04buffer: fix usage of kMaxLengthTrevor Norris
2015-06-15zlib: prevent uncaught exception in zlibBufferMichaƫl Zasso
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-11lib: don't use global BufferRoman Reiss
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-07zlib: make constants keep readonlyJackson Tian
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-09src: zlib: revert concatenated-stream changesChris Dickinson
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-09zlib: support concatenated gzip filesLuis Reis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-06-27zlib: do not crash on write after closeFedor Indutny
2014-06-11lib: remove unused variablesBrian White
2014-05-07crypto, zlib: replace _binding with _handleNicholas Vavilov
2014-02-04zlib: separate sync/async methodsFedor Indutny
2014-02-01zlib: add sync versions for convenience methodsNikolai Vavilov
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-01zlib: allow zero values for level and strategyBrian White
2013-07-01zlib: allow changing of level and strategyBrian White
2013-07-01zlib: allow custom flush type for flush()Brian White
2013-07-01zlib: remove unused parameterBrian White
2013-07-01zlib: allow zero values for level and strategyBrian White
2013-03-29zlib: allow passing options to convenience methodsKyle Robinson Young
2013-03-08zlib: Manage flush flags appropriatelyisaacs
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Remove output function from _transformisaacs
2013-02-21stream: remove lowWaterMark featureisaacs
2013-02-06Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-05zlib: reduce memory consumption, release earlyBen Noordhuis
2012-12-14zlib: streams2isaacs
2012-10-31zlib: s/clear/close/ and match other close() semanticsisaacs
2012-10-30zlib: reduce memory consumption, release earlyBen Noordhuis
2012-08-04zlib: Emit 'close' on destroy().Dominic Tarr
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-15zlib: use Buffer.concat()isaacs
2012-04-02Fix #3052 Handle errors properly in zlibisaacs
2012-03-29zlib: don't use C++ templatesssuda
2012-03-13Added destroy method to Zlib object in zlib.js moduleChristian Ress
2012-02-18Lint all the JavaScripts.isaacs
2012-01-24Merge branch 'v0.6'Fedor Indutny