68 Commits (2d0ce510e8e3d03ad3d45f5ba52dd061e1fd9497)

Author SHA1 Message Date
Rich Trott 5025d7bfb0 zlib: fix linting recently-introduced lint error 8 years ago
solebox 77ec310d0c zlib: name every function Ref: #8913 8 years ago
Rich Trott 3eea668c7a test: increase test coverage for lib/zlib.js 8 years ago
James M Snell 197a465280 zlib: move constants into zlib.constants 8 years ago
Matt Lavin 313ef54417
zlib: release callback and buffer after processing 9 years ago
Anna Henningsen b53473f0e7
zlib: remove `_closed` in source 9 years ago
James Lal c7fef3d3b8
zlib: fix use after null when calling .close 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
Anna Henningsen 978166796e
zlib: Make the finish flush flag configurable 9 years ago
Rich Trott 8b43d3f52d zlib: do not emit event on *Sync() methods 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Craig Cavalier 1736ad8264 zlib: only apply drain listener if given callback 9 years ago
Myles Borins fa27c5634b zlib: pass kind to recursive calls to flush 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 9 years ago
Michaël Zasso 3806d875d3 zlib: prevent uncaught exception in zlibBuffer 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Jackson Tian 372bf83818 zlib: make constants keep readonly 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Chris Dickinson bc629c0c4f src: zlib: revert concatenated-stream changes 10 years ago
Luis Reis 6f6a97958e zlib: support concatenated gzip files 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Luis Reis 1183ba47df zlib: support concatenated gzip files 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 10 years ago
Fedor Indutny a97bdef06d zlib: do not crash on write after close 11 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Nicholas Vavilov 5344d0c103 crypto, zlib: replace _binding with _handle 11 years ago
Fedor Indutny 2315703035 zlib: separate sync/async methods 11 years ago
Nikolai Vavilov 9b37b83a20 zlib: add sync versions for convenience methods 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Brian White 95dcd11dde zlib: allow zero values for level and strategy 11 years ago
Brian White 9b09c9eedd zlib: allow changing of level and strategy 11 years ago
Brian White 086d4ccace zlib: allow custom flush type for flush() 11 years ago
Brian White 0004ffa5da zlib: remove unused parameter 11 years ago
Brian White c9644fbd7c zlib: allow zero values for level and strategy 11 years ago
Kyle Robinson Young 74ef949072 zlib: allow passing options to convenience methods 12 years ago
isaacs b3cbb16f41 zlib: Manage flush flags appropriately 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
isaacs 0e01d6398f zlib: streams2 12 years ago
isaacs 07d3b21f43 zlib: s/clear/close/ and match other close() semantics 12 years ago
Ben Noordhuis 570e4be932 zlib: reduce memory consumption, release early 12 years ago
Dominic Tarr f4a4ef7a2d zlib: Emit 'close' on destroy(). 12 years ago