summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: space around listsNick Schonning2019-09-0930-13/+246
* doc: exitedAfterDisconnect value can be falseNimit Aggarwal2019-09-091-1/+3
* doc: remove wrong escapesXhmikosR2019-09-087-78/+78
* doc: update N-API version matrixGabriel Schulhof2019-09-071-8/+9
* doc: prepare markdown files for more stringent blank-line lintingRich Trott2019-09-072-2/+0
* doc: simplify wording in n-api docMichael Dawson2019-09-061-6/+6
* doc: update release guide with notes for major releasesJames M Snell2019-09-061-0/+94
* doc: indent ordered list child contentNick Schonning2019-09-063-151/+153
* doc: fix unsafe writable stream code exampleChetan Karande2019-09-051-6/+26
* doc: async_hooks.createHook promiseResolve optionBen Noordhuis2019-09-061-0/+2
* doc: change urls directly from 'http' to 'https'Maledong2019-09-054-5/+5
* n-api: mark version 5 N-APIs as stableGabriel Schulhof2019-09-052-9/+1
* 2019-09-04, Version 12.10.0 (Current)Ruben Bridgewater2019-09-044-11/+111
* doc: use consistent indenting for unordered list itemsNick Schonning2019-09-0313-274/+274
* doc: start unorded lists at start of lineNick Schonning2019-09-0313-715/+718
* doc: change the 'txt' to 'console' for a commandMaledong2019-09-0310-15/+15
* doc: escape elements swallowed as HTML in markdownNick Schonning2019-09-024-9/+10
* doc: add extends for derived classesKamat, Trivikram2019-09-019-26/+34
* doc: add blanks around code fencesNick Schonning2019-08-3121-5/+208
* doc: format http2 anchor link and referenceNick Schonning2019-08-311-7/+8
* doc: remove multiple consecutive blank linesNick Schonning2019-08-3126-52/+0
* doc,crypto: add extends for derived classesKamat, Trivikram2019-08-291-0/+12
* doc: inconsistent indentation for list itemsNick Schonning2019-08-283-9/+9
* doc: heading levels should only increment by oneNick Schonning2019-08-281-3/+3
* src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini2019-08-271-0/+1
* doc,fs: add extends for derived classesKamat, Trivikram2019-08-261-10/+9
* doc,errors: add extends to derived classesKamat, Trivikram2019-08-262-19/+32
* 2019-08-26, Version 12.9.1 (Current)Michaël Zasso2019-08-261-0/+23
* doc,http: add extends for derived classesTrivikram Kamat2019-08-231-13/+7
* doc: add https.Server extends tls.ServerTrivikram Kamat2019-08-231-2/+3
* doc,tls: add extends for derived classesTrivikram Kamat2019-08-231-4/+7
* net: allow reading data into a static bufferBrian White2019-08-231-0/+36
* doc: fix nits in esm.mdVse Mozhet Byt2019-08-231-10/+10
* fs: add recursive option to rmdir()cjihrig2019-08-231-4/+51
* doc: add missing extends Http2SessionTrivikram Kamat2019-08-231-0/+4
* doc: indicate that Http2ServerRequest extends ReadableTrivikram Kamat2019-08-231-4/+2
* doc: indicate that Http2ServerResponse extends StreamTrivikram Kamat2019-08-231-4/+2
* doc: add emitClose option for fs streamsRich Trott2019-08-221-0/+16
* 2019-08-20, Version 12.9.0 (Current)Michaël Zasso2019-08-207-11/+138
* stream: disallow stream methods on finished streamRobert Nagy2019-08-201-0/+6
* bootstrap: run preload prior to frozen-intrinsicsBradley Farias2019-08-201-0/+3
* esm: support loading data URLsBradley Farias2019-08-201-1/+29
* stream: add readableEndedRobert Nagy2019-08-191-0/+9
* fs: add writev() promises versioncjihrig2019-08-191-0/+26
* doc: add missing deprecation numbercjihrig2019-08-191-2/+2
* src: update NODE_MODULE_VERSION to 78Michaël Zasso2019-08-191-0/+1
* http2: remove callback-based paddingAnna Henningsen2019-08-171-43/+15
* http: replace superfluous connection property with getter/setterRobert Nagy2019-08-173-0/+40
* http,stream: add writableEndedRobert Nagy2019-08-173-0/+59
* fs: add fs.writev() which exposes syscall writev()Anas Aboureada2019-08-161-0/+47