| Commit message (Expand) | Author | Age | Files | Lines |
| * | zlib: remove usage of public util module | Karen He | 2019-07-19 | 1 | -6/+6 |
| * | zlib: do not coalesce multiple `.flush()` calls | Anna Henningsen | 2019-07-14 | 1 | -13/+22 |
| * | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -1/+1 |
| * | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
| * | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -13/+13 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
| * | lib: refactor Error.captureStackTrace() usage | Ruben Bridgewater | 2019-03-23 | 1 | -25/+24 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -3/+3 |
| * | zlib: report premature ends earlier | Anna Henningsen | 2019-03-04 | 1 | -0/+10 |
| * | lib: replace 'assert' with 'internal/assert' for many built-ins | Rich Trott | 2019-02-08 | 1 | -1/+1 |
| * | zlib: add brotli support | Anna Henningsen | 2019-01-05 | 1 | -5/+89 |
| * | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2018-12-20 | 1 | -2/+1 |
| * | zlib: split JS code as prep for non-zlib-backed streams | Anna Henningsen | 2018-12-18 | 1 | -112/+129 |
| * | zlib: throw TypeError if callback is missing | Anna Henningsen | 2018-12-12 | 1 | -0/+2 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -2/+2 |
| * | zlib: make “bare” constants un-enumerable | Anna Henningsen | 2018-12-07 | 1 | -1/+1 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+8 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -9/+8 |
| * | lib: improved conditional check in zlib | Dan Corman | 2018-11-14 | 1 | -8/+6 |
| * | zlib: do not leak on destroy | Mathias Buus | 2018-10-23 | 1 | -0/+9 |
| * | src,lib: move `natives` and `constants` to `internalBinding()` | Anna Henningsen | 2018-10-21 | 1 | -1/+1 |
| * | zlib: move `bytesRead` accessors to runtime deprecation | Anna Henningsen | 2018-10-12 | 1 | -4/+7 |
| * | zlib: move process.binding('zlib') to internalBinding | Anna Henningsen | 2018-10-12 | 1 | -1/+1 |
| * | zlib: generate error code names in C++ | Anna Henningsen | 2018-10-12 | 1 | -2/+2 |
| * | zlib: simplify flushing mechanism | Anna Henningsen | 2018-10-08 | 1 | -29/+19 |
| * | zlib: use common owner symbol to access JS wrapper | Anna Henningsen | 2018-10-07 | 1 | -2/+11 |
| * | zlib: move, rename, document internal params() cb | Anna Henningsen | 2018-10-04 | 1 | -12/+16 |
| * | lib: simplify 'processChunkSync' | MaleDong | 2018-09-14 | 1 | -3/+1 |
| * | zlib: remove unused parameters | MaleDong | 2018-08-07 | 1 | -2/+2 |
| * | readline,zlib: named anonymous functions | Anto Aravinth | 2018-08-01 | 1 | -3/+3 |
| * | zlib: removed extra util require | ErnestoSalazar | 2018-06-05 | 1 | -1/+1 |
| * | zlib: fix windowBits validation to allow 0 for decompression mode | Anand Suresh | 2018-04-10 | 1 | -3/+13 |
| * | zlib: use `.bytesWritten` instead of `.bytesRead` | Anna Henningsen | 2018-04-10 | 1 | -4/+19 |
| * | zlib,stream: use “official” util.types typechecks | Anna Henningsen | 2018-03-28 | 1 | -3/+7 |
| * | lib,test: minor refactoring | Ruben Bridgewater | 2018-03-25 | 1 | -2/+6 |
| * | lib: always show ERR_INVALID_ARG_TYPE received part | Ruben Bridgewater | 2018-03-25 | 1 | -1/+2 |
| * | tools,lib: forbid native Error constructors | Michaël Zasso | 2018-03-21 | 1 | -0/+1 |
| * | stream: updated streams error handling | Mathias Buus | 2018-03-06 | 1 | -7/+2 |
| * | lib: port errors to new system | Michaël Zasso | 2018-03-05 | 1 | -20/+25 |
| * | zlib: improve zlib errors | Joyee Cheung | 2018-02-25 | 1 | -80/+78 |
| * | lib: switch to Number.isNaN | Ruben Bridgewater | 2018-02-16 | 1 | -7/+7 |
| * | tools: non-Ascii linter for /lib only | Sarat Addepalli | 2018-02-04 | 1 | -1/+1 |
| * | zlib: add ArrayBuffer support | Jem Bezooyen | 2017-12-13 | 1 | -6/+18 |
| * | zlib: remove unnecessary else branch | john | 2017-11-22 | 1 | -2/+1 |
| * | zlib: fix assert fail for bad write in object mode | Kevin Locke | 2017-11-18 | 1 | -1/+1 |
| * | zlib: fix decompression of empty data streams | Anna Henningsen | 2017-11-18 | 1 | -0/+5 |
| * | zlib: gracefully set windowBits from 8 to 9 | Myles Borins | 2017-10-29 | 1 | -0/+1 |
| * | zlib: finish migrating to internal/errors | James M Snell | 2017-10-29 | 1 | -2/+15 |
| * | zlib: migrate to internal/errors | James M Snell | 2017-10-02 | 1 | -21/+33 |
| * | lib: faster type checks for some types | Timothy Gu | 2017-10-01 | 1 | -3/+4 |