| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: space around lists | Nick Schonning | 2019-09-09 | 30 | -13/+246 |
| * | doc: exitedAfterDisconnect value can be false | Nimit Aggarwal | 2019-09-09 | 1 | -1/+3 |
| * | doc: remove wrong escapes | XhmikosR | 2019-09-08 | 7 | -78/+78 |
| * | doc: update N-API version matrix | Gabriel Schulhof | 2019-09-07 | 1 | -8/+9 |
| * | doc: prepare markdown files for more stringent blank-line linting | Rich Trott | 2019-09-07 | 2 | -2/+0 |
| * | doc: simplify wording in n-api doc | Michael Dawson | 2019-09-06 | 1 | -6/+6 |
| * | doc: update release guide with notes for major releases | James M Snell | 2019-09-06 | 1 | -0/+94 |
| * | doc: indent ordered list child content | Nick Schonning | 2019-09-06 | 3 | -151/+153 |
| * | doc: fix unsafe writable stream code example | Chetan Karande | 2019-09-05 | 1 | -6/+26 |
| * | doc: async_hooks.createHook promiseResolve option | Ben Noordhuis | 2019-09-06 | 1 | -0/+2 |
| * | doc: change urls directly from 'http' to 'https' | Maledong | 2019-09-05 | 4 | -5/+5 |
| * | n-api: mark version 5 N-APIs as stable | Gabriel Schulhof | 2019-09-05 | 2 | -9/+1 |
| * | 2019-09-04, Version 12.10.0 (Current) | Ruben Bridgewater | 2019-09-04 | 4 | -11/+111 |
| * | doc: use consistent indenting for unordered list items | Nick Schonning | 2019-09-03 | 13 | -274/+274 |
| * | doc: start unorded lists at start of line | Nick Schonning | 2019-09-03 | 13 | -715/+718 |
| * | doc: change the 'txt' to 'console' for a command | Maledong | 2019-09-03 | 10 | -15/+15 |
| * | doc: escape elements swallowed as HTML in markdown | Nick Schonning | 2019-09-02 | 4 | -9/+10 |
| * | doc: add extends for derived classes | Kamat, Trivikram | 2019-09-01 | 9 | -26/+34 |
| * | doc: add blanks around code fences | Nick Schonning | 2019-08-31 | 21 | -5/+208 |
| * | doc: format http2 anchor link and reference | Nick Schonning | 2019-08-31 | 1 | -7/+8 |
| * | doc: remove multiple consecutive blank lines | Nick Schonning | 2019-08-31 | 26 | -52/+0 |
| * | doc,crypto: add extends for derived classes | Kamat, Trivikram | 2019-08-29 | 1 | -0/+12 |
| * | doc: inconsistent indentation for list items | Nick Schonning | 2019-08-28 | 3 | -9/+9 |
| * | doc: heading levels should only increment by one | Nick Schonning | 2019-08-28 | 1 | -3/+3 |
| * | src: allow --interpreted-frames-native-stack in NODE_OPTIONS | Matheus Marchini | 2019-08-27 | 1 | -0/+1 |
| * | doc,fs: add extends for derived classes | Kamat, Trivikram | 2019-08-26 | 1 | -10/+9 |
| * | doc,errors: add extends to derived classes | Kamat, Trivikram | 2019-08-26 | 2 | -19/+32 |
| * | 2019-08-26, Version 12.9.1 (Current) | Michaël Zasso | 2019-08-26 | 1 | -0/+23 |
| * | doc,http: add extends for derived classes | Trivikram Kamat | 2019-08-23 | 1 | -13/+7 |
| * | doc: add https.Server extends tls.Server | Trivikram Kamat | 2019-08-23 | 1 | -2/+3 |
| * | doc,tls: add extends for derived classes | Trivikram Kamat | 2019-08-23 | 1 | -4/+7 |
| * | net: allow reading data into a static buffer | Brian White | 2019-08-23 | 1 | -0/+36 |
| * | doc: fix nits in esm.md | Vse Mozhet Byt | 2019-08-23 | 1 | -10/+10 |
| * | fs: add recursive option to rmdir() | cjihrig | 2019-08-23 | 1 | -4/+51 |
| * | doc: add missing extends Http2Session | Trivikram Kamat | 2019-08-23 | 1 | -0/+4 |
| * | doc: indicate that Http2ServerRequest extends Readable | Trivikram Kamat | 2019-08-23 | 1 | -4/+2 |
| * | doc: indicate that Http2ServerResponse extends Stream | Trivikram Kamat | 2019-08-23 | 1 | -4/+2 |
| * | doc: add emitClose option for fs streams | Rich Trott | 2019-08-22 | 1 | -0/+16 |
| * | 2019-08-20, Version 12.9.0 (Current) | Michaël Zasso | 2019-08-20 | 7 | -11/+138 |
| * | stream: disallow stream methods on finished stream | Robert Nagy | 2019-08-20 | 1 | -0/+6 |
| * | bootstrap: run preload prior to frozen-intrinsics | Bradley Farias | 2019-08-20 | 1 | -0/+3 |
| * | esm: support loading data URLs | Bradley Farias | 2019-08-20 | 1 | -1/+29 |
| * | stream: add readableEnded | Robert Nagy | 2019-08-19 | 1 | -0/+9 |
| * | fs: add writev() promises version | cjihrig | 2019-08-19 | 1 | -0/+26 |
| * | doc: add missing deprecation number | cjihrig | 2019-08-19 | 1 | -2/+2 |
| * | src: update NODE_MODULE_VERSION to 78 | Michaël Zasso | 2019-08-19 | 1 | -0/+1 |
| * | http2: remove callback-based padding | Anna Henningsen | 2019-08-17 | 1 | -43/+15 |
| * | http: replace superfluous connection property with getter/setter | Robert Nagy | 2019-08-17 | 3 | -0/+40 |
| * | http,stream: add writableEnded | Robert Nagy | 2019-08-17 | 3 | -0/+59 |
| * | fs: add fs.writev() which exposes syscall writev() | Anas Aboureada | 2019-08-16 | 1 | -0/+47 |