summaryrefslogtreecommitdiff
path: root/lib/zlib.js
Commit message (Expand)AuthorAgeFilesLines
...
* zlib: fix interaction of flushing and needDrainAnna Henningsen2017-07-311-7/+31
* zlib: check if the stream is destroyed before pushMatteo Collina2017-07-191-0/+5
* zlib: improve performanceBrian White2017-06-131-290/+323
* zlib: revert back to FunctionsJames M Snell2017-06-051-293/+302
* zlib: expose amount of data read for enginesAlexander O'Mara2017-06-011-0/+4
* zlib: option for engine in convenience methodsAlexander O'Mara2017-06-011-2/+9
* zlib: fix node crashing on invalid optionsAlexey Orlenko2017-05-221-10/+24
* zlib: support all ArrayBufferView typesTimothy Gu2017-04-121-14/+13
* zlib: support Uint8Array in convenience methodsTimothy Gu2017-04-031-5/+14
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* zlib: use RangeError/TypeError consistentlyJames M Snell2017-02-171-14/+16
* zlib: refactor zlib moduleJames M Snell2017-02-171-462/+403
* zlib: be strict about what strategies are acceptedRich Trott2017-01-251-16/+10
* zlib: fix linting recently-introduced lint errorRich Trott2016-11-081-1/+1
* zlib: name every function Ref: #8913solebox2016-11-081-3/+4
* test: increase test coverage for lib/zlib.jsRich Trott2016-11-021-2/+1
* zlib: move constants into zlib.constantsJames M Snell2016-06-111-78/+64
* zlib: release callback and buffer after processingMatt Lavin2016-05-281-0/+10
* zlib: remove `_closed` in sourceAnna Henningsen2016-05-171-14/+16
* zlib: fix use after null when calling .closeJames Lal2016-04-191-1/+4
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-181-2/+2
* zlib: Make the finish flush flag configurableAnna Henningsen2016-04-171-12/+20
* zlib: do not emit event on *Sync() methodsRich Trott2016-03-191-8/+11
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-5/+5
* zlib: only apply drain listener if given callbackCraig Cavalier2015-11-141-4/+3
* zlib: pass kind to recursive calls to flushMyles Borins2015-11-141-1/+1
* lib: Consistent error messages in all modulesmicnic2015-11-091-1/+1
* buffer: fix usage of kMaxLengthTrevor Norris2015-08-041-1/+1
* zlib: prevent uncaught exception in zlibBufferMichaƫl Zasso2015-06-151-2/+18
* lib,test: fix whitespace issuesRoman Reiss2015-06-151-2/+0
* lib: don't use global BufferRoman Reiss2015-06-111-0/+1
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-4/+5
* zlib: make constants keep readonlyJackson Tian2015-04-071-4/+12
* lib: reduce util.is*() usagecjihrig2015-01-311-15/+15
* lib: use const to define constantscjihrig2015-01-211-7/+6
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: zlib: revert concatenated-stream changesChris Dickinson2015-01-091-8/+1
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* zlib: support concatenated gzip filesLuis Reis2014-11-091-1/+8
* lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-6/+10
* Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-291-0/+7
|\
| * zlib: do not crash on write after closeFedor Indutny2014-06-271-0/+4
| * zlib: allow zero values for level and strategyBrian White2013-07-011-2/+8
* | lib: remove unused variablesBrian White2014-06-111-1/+0
* | crypto, zlib: replace _binding with _handleNicholas Vavilov2014-05-071-32/+32
* | zlib: separate sync/async methodsFedor Indutny2014-02-041-5/+29
* | zlib: add sync versions for convenience methodsNikolai Vavilov2014-02-011-9/+71
* | src: Replace macros with util functionsisaacs2013-08-011-12/+12
* | lib: macro-ify type checksBen Noordhuis2013-07-241-12/+12
* | zlib: allow changing of level and strategyBrian White2013-07-011-1/+31