summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 2019-12-17, Version 8.17.0 'Carbon' (LTS)v8.17.0v8.17.0-proposalMyles Borins2019-12-161-0/+19
* 2019-10-09, Version 8.16.2 'Carbon' (LTS)v8.16.2v8.16.2-proposalBeth Griggs2019-10-091-0/+37
* 2019-08-15, Version 8.16.1 'Carbon' (LTS)v8.16.1v8.16.1-proposalBeth Griggs2019-08-151-0/+45
* 2019-04-16, Version 8.16.0 'Carbon' (LTS)v8.16.0v8.16.0-proposalMyles Borins2019-04-163-11/+57
* n-api: mark thread-safe function as stableGabriel Schulhof2019-03-191-11/+11
* n-api: restrict exports by versionKyle Farnung2019-03-191-0/+158
* process: allow reading from stdout/stderr socketsAnna Henningsen2019-03-192-5/+21
* doc: fix optional parameters in n-api.mdLars-Magnus Skog2019-02-281-2/+2
* n-api: add API for asynchronous functionsGabriel Schulhof2019-02-282-1/+396
* doc: update the http.request.setTimeout docs to be accurateJames Bunton2019-02-281-2/+3
* 2019-02-28, Version 8.15.1 'Carbon' (LTS)v8.15.1Rod Vagg2019-02-281-0/+30
* 2018-12-26, Version 8.15.0 'Carbon' (LTS)v8.15.0v8.15.0-proposalMyles Borins2018-12-253-2/+27
* http: add maxHeaderSize propertycjihrig2018-12-251-0/+11
* cli: add --max-http-header-size flagcjihrig2018-12-212-0/+12
* 2018-12-18, Version 8.14.1 'Carbon' (LTS)v8.14.1v8.14.1-proposalBeth Griggs2018-12-182-1/+102
* doc: add description for inspector-only console methods.Benjamin Zaslavsky2018-12-101-0/+99
* doc: fix api documentation of http.createServerAri Autio2018-12-101-13/+2
* doc: update to adding listens on SIGUSR1willhayslett2018-12-041-1/+1
* doc: remove "if provided" for optional argumentsRich Trott2018-12-041-4/+4
* doc: do not identify string as "JavaScript string"Rich Trott2018-12-041-4/+4
* doc: fix grammar error in process.mdKenji Okamoto2018-12-041-1/+1
* doc: remove use of "random port" re dgram sendThomas Hunter II2018-12-041-3/+3
* doc: improve assert legacy textRich Trott2018-12-041-7/+5
* doc: remove confusing note about child process stdioAnna Henningsen2018-12-041-4/+0
* doc: add directory structure in writing-tests.mdjuggernaut4512018-12-031-0/+8
* doc: add types for some `process` propertiesVse Mozhet Byt2018-12-031-1/+7
* doc: fix n-api example stringSteven R. Loomis2018-12-031-1/+1
* doc: minor improvements to buffer.mdRich Trott2018-12-031-2/+2
* doc: update child_process.mdAri Leo Frankel2018-12-031-4/+10
* doc: correct async_hooks resource namesGerhard Stoebich2018-12-031-2/+2
* doc: sort bottom-of-file markdown linksSam Roberts2018-12-0123-71/+69
* doc: add branding to style guideRich Trott2018-11-281-0/+2
* doc: use Node.js instead of NodeRich Trott2018-11-286-11/+12
* doc: fix typographical issuesDenis McDonald2018-11-281-4/+4
* doc: add documentation for http.IncomingMessage$completeJames M Snell2018-11-281-0/+28
* doc: remove mailing listRich Trott2018-11-282-4/+0
* doc: make example more clarified in cluster.mdZYSzys2018-11-281-2/+2
* doc: simplify path.basename() on POSIX and WindowsZYSzys2018-11-281-3/+1
* build,doc: remove outdated `lint-md-build`Michaƫl Zasso2018-11-281-2/+2
* doc: add review suggestions to require()erickwendel2018-11-281-1/+16
* doc: add note about removeListener orderJames M Snell2018-11-281-0/+20
* doc: document ACL limitation for fs.access on WindowsJames M Snell2018-11-281-0/+5
* doc: document that addMembership must be called once in a clusterJames M Snell2018-11-281-0/+18
* doc: remove reference to sslv3 in tls.mdJames M Snell2018-11-281-1/+0
* 2018-11-27, Version 8.14.0 'Carbon' (LTS)v8.14.0Rod Vagg2018-11-272-1/+43
* http,https: protect against slow headers attackMatteo Collina2018-11-272-0/+27
* 2018-11-20, Version 8.13.0 'Carbon' (LTS)v8.13.0v8.13.0-proposalBeth Griggs2018-11-204-18/+165
* assert: add rejects() and doesNotReject()feugy2018-11-041-0/+80
* assert: .throws accept objectsRuben Bridgewater2018-10-311-3/+23
* assert: improve assert.throwsRuben Bridgewater2018-10-311-6/+31