| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: add example for setting Vary: Accept-Encoding header in zlib.md | Mukul Khanna | 2019-03-01 | 1 | -0/+2 |
* | 2019-01-17, Version 11.7.0 (Current), @BridgeARv11.7.0v11.7.0-proposal | Ruben Bridgewater | 2019-01-17 | 1 | -11/+11 |
* | doc: add documentation for brotli support | Anna Henningsen | 2019-01-05 | 1 | -8/+204 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-25 | 1 | -1/+1 |
* | doc: sort bottom-of-file markdown links | Sam Roberts | 2018-12-05 | 1 | -2/+2 |
* | doc: unify optional arguments format in headings | Vse Mozhet Byt | 2018-08-19 | 1 | -1/+1 |
* | doc: clarify documentation of pipes and zlib objects | Andreas Girgensohn | 2018-08-18 | 1 | -0/+4 |
* | doc: specify `options` parameter type in zlib.md | Vse Mozhet Byt | 2018-07-24 | 1 | -29/+28 |
* | doc: declare all parameter types | Sam Ruby | 2018-07-15 | 1 | -7/+69 |
* | doc: improve note on zlib APIs threadpool usage | Luigi Pinca | 2018-05-30 | 1 | -4/+4 |
* | doc: add more missing backticks | Vse Mozhet Byt | 2018-05-03 | 1 | -70/+70 |
* | doc: add missing periods or colons | Vse Mozhet Byt | 2018-05-02 | 1 | -1/+1 |
* | 2018-04-24, Version 10.0.0 (Current) | James M Snell | 2018-04-24 | 1 | -2/+2 |
* | doc: add quotes for event names + fix similar nits | Vse Mozhet Byt | 2018-04-11 | 1 | -4/+4 |
* | doc: prevent a false-positive linkification | Vse Mozhet Byt | 2018-04-10 | 1 | -9/+9 |
* | zlib: use `.bytesWritten` instead of `.bytesRead` | Anna Henningsen | 2018-04-10 | 1 | -4/+20 |
* | doc: fix various nits | Vse Mozhet Byt | 2018-04-04 | 1 | -8/+8 |
* | doc,tools: formalize, unify, codify default values | Vse Mozhet Byt | 2018-04-04 | 1 | -4/+4 |
* | doc: replace to Node.js | Yuta Hiroto | 2018-03-06 | 1 | -1/+1 |
* | doc: remove **Note:** tags | James M Snell | 2018-02-08 | 1 | -9/+8 |
* | 2019-01-10 Version 9.4.0 (Current) | Myles Borins | 2018-01-10 | 1 | -14/+14 |
* | zlib: add ArrayBuffer support | Jem Bezooyen | 2017-12-13 | 1 | -12/+56 |
* | doc: update http URLs to https in doc/api | Ronald Eddy Jr | 2017-11-23 | 1 | -4/+4 |
* | doc: correct the wrong added meta data | Gaara | 2017-11-16 | 1 | -1/+1 |
* | doc: add docs for Zlib#close() | Luigi Pinca | 2017-11-03 | 1 | -0/+7 |
* | 2017-10-31, Version 9.0.0 (Current) | James M Snell | 2017-10-31 | 1 | -1/+1 |
* | doc: more accurate zlib windowBits information | Anna Henningsen | 2017-10-29 | 1 | -6/+5 |
* | zlib: gracefully set windowBits from 8 to 9 | Myles Borins | 2017-10-29 | 1 | -3/+7 |
* | doc: add UV_THREADPOOL_SIZE link definition | Jon Moss | 2017-10-14 | 1 | -0/+1 |
* | doc: add links to alternative versions of doc | Chris Young | 2017-08-28 | 1 | -0/+2 |
* | doc: threadpool size, and APIs using the pool | Sam Roberts | 2017-08-25 | 1 | -0/+7 |
* | doc: fix minor issues reported in #9538 | Tobias Nießen | 2017-06-14 | 1 | -7/+7 |
* | doc: fix code examples in zlib.md | Vse Mozhet Byt | 2017-06-02 | 1 | -4/+4 |
* | zlib: expose amount of data read for engines | Alexander O'Mara | 2017-06-01 | 1 | -0/+11 |
* | zlib: option for engine in convenience methods | Alexander O'Mara | 2017-06-01 | 1 | -0/+1 |
* | 2017-05-30, Version 8.0.0 (Current) | James M Snell | 2017-05-30 | 1 | -43/+43 |
* | doc: make the style of notes consistent | Alexey Orlenko | 2017-05-25 | 1 | -4/+4 |
* | zlib: fix node crashing on invalid options | Alexey Orlenko | 2017-05-22 | 1 | -0/+4 |
* | doc: sort bottom-of-file markdown links | Sam Roberts | 2017-05-08 | 1 | -9/+9 |
* | doc: add no-var, prefer-const in doc eslintrc | Vse Mozhet Byt | 2017-04-25 | 1 | -3/+3 |
* | doc: add eslint-plugin-markdown | Vse Mozhet Byt | 2017-04-25 | 1 | -7/+3 |
* | doc: conform to rules for eslint-plugin-markdown | Vse Mozhet Byt | 2017-04-25 | 1 | -14/+15 |
* | doc: prepare js code for eslint-plugin-markdown | Vse Mozhet Byt | 2017-04-25 | 1 | -1/+3 |
* | zlib: support all ArrayBufferView types | Timothy Gu | 2017-04-12 | 1 | -13/+56 |
* | zlib: support Uint8Array in convenience methods | Timothy Gu | 2017-04-03 | 1 | -32/+107 |
* | doc: add changelogs for zlib | Anna Henningsen | 2017-02-24 | 1 | -0/+26 |
* | doc: add links for zlib convenience methods | Anna Henningsen | 2017-01-18 | 1 | -7/+7 |
* | doc: add missing `added:` tag for `zlib.constants` | Anna Henningsen | 2017-01-18 | 1 | -0/+3 |
* | doc: strip trailing whitespace | Sam Roberts | 2016-11-18 | 1 | -7/+7 |
* | doc: move stray sentences in zlib doc | Rich Trott | 2016-11-01 | 1 | -3/+3 |