summaryrefslogtreecommitdiff
path: root/lib/zlib.js
AgeCommit message (Expand)Author
2017-10-29zlib: finish migrating to internal/errorsJames M Snell
2017-10-02zlib: migrate to internal/errorsJames M Snell
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-07-31zlib: fix interaction of flushing and needDrainAnna Henningsen
2017-07-19zlib: check if the stream is destroyed before pushMatteo Collina
2017-06-13zlib: improve performanceBrian White
2017-06-05zlib: revert back to FunctionsJames M Snell
2017-06-01zlib: expose amount of data read for enginesAlexander O'Mara
2017-06-01zlib: option for engine in convenience methodsAlexander O'Mara
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-04-12zlib: support all ArrayBufferView typesTimothy Gu
2017-04-03zlib: support Uint8Array in convenience methodsTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-17zlib: use RangeError/TypeError consistentlyJames M Snell
2017-02-17zlib: refactor zlib moduleJames M Snell
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