Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-05-02zlib: fix brotli flush rangeXadillaX
2021-01-28test: add tests for `bound apply` variants of varargs `primordials`ExE Boss
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2021-01-13zlib: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-10zlib: refactor to use primordial instead of <string>.startsWithRohan Chougule
2020-12-29stream,zlib: do not use _stream_* anymoreMatteo Collina
2020-12-04zlib: refactor to use more primordialsAntoine du Hamel
2020-10-07lib: use remaining typed arrays from primordialsMichaël Zasso
2020-08-29zlib: replace usage of internal stream state with public apiDenys Otrishko
2020-07-22zlib: switch to lazy init for zlib streamsAndrey Pechkurov
2020-07-15stream: try to wait for flush to complete before 'finish'Robert Nagy
2020-06-29zlib: remove redundant variable in zlibBufferOnEndAndrey Pechkurov
2020-06-09zlib: add `maxOutputLength` optionunknown
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-09zlib: reject windowBits=8 when mode=GZIPBen Noordhuis
2020-03-19zlib: align with streamsRobert Nagy
2020-03-11zlib: emits 'close' event after readable 'end'Sergey Zelenov
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-31zlib: use for...ofKamat, Trivikram
2019-12-28lib: replace var with let/constkresimirfranin
2019-12-27zlib: allow writes after readable 'end' to finishAnna Henningsen
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-07-19zlib: remove usage of public util moduleKaren He
2019-07-14zlib: do not coalesce multiple `.flush()` callsAnna Henningsen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-04zlib: report premature ends earlierAnna Henningsen
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-01-05zlib: add brotli supportAnna Henningsen
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-18zlib: split JS code as prep for non-zlib-backed streamsAnna Henningsen
2018-12-12zlib: throw TypeError if callback is missingAnna Henningsen
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-07zlib: make “bare” constants un-enumerableAnna Henningsen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-15lib: improved conditional check in zlibDan Corman
2018-10-23zlib: do not leak on destroyMathias Buus
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-13zlib: move `bytesRead` accessors to runtime deprecationAnna Henningsen
2018-10-13zlib: move process.binding('zlib') to internalBindingAnna Henningsen
2018-10-13zlib: generate error code names in C++Anna Henningsen