summaryrefslogtreecommitdiff
path: root/lib/zlib.js
AgeCommit message (Expand)Author
2017-01-25zlib: be strict about what strategies are acceptedRich Trott
2016-11-08zlib: fix linting recently-introduced lint errorRich Trott
2016-11-08zlib: name every function Ref: #8913solebox
2016-11-02test: increase test coverage for lib/zlib.jsRich Trott
2016-06-11zlib: move constants into zlib.constantsJames M Snell
2016-05-28zlib: release callback and buffer after processingMatt Lavin
2016-05-17zlib: remove `_closed` in sourceAnna Henningsen
2016-04-19zlib: fix use after null when calling .closeJames Lal
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
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