Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-12-252018-12-26, Version 8.15.0 'Carbon' (LTS)v8.15.0Myles Borins
2018-12-25http: add maxHeaderSize propertycjihrig
2018-12-22cli: add --max-http-header-size flagcjihrig
2018-12-182018-12-18, Version 8.14.1 'Carbon' (LTS)v8.14.1Beth Griggs
2018-12-10doc: add description for inspector-only console methods.Benjamin Zaslavsky
2018-12-10doc: fix api documentation of http.createServerAri Autio
2018-12-04doc: update to adding listens on SIGUSR1willhayslett
2018-12-04doc: remove "if provided" for optional argumentsRich Trott
2018-12-04doc: do not identify string as "JavaScript string"Rich Trott
2018-12-04doc: fix grammar error in process.mdKenji Okamoto
2018-12-04doc: remove use of "random port" re dgram sendThomas Hunter II
2018-12-04doc: improve assert legacy textRich Trott
2018-12-04doc: remove confusing note about child process stdioAnna Henningsen
2018-12-04doc: add directory structure in writing-tests.mdjuggernaut451
2018-12-04doc: add types for some `process` propertiesVse Mozhet Byt
2018-12-04doc: fix n-api example stringSteven R. Loomis
2018-12-04doc: minor improvements to buffer.mdRich Trott
2018-12-04doc: update child_process.mdAri Leo Frankel
2018-12-03doc: correct async_hooks resource namesGerhard Stoebich
2018-12-01doc: sort bottom-of-file markdown linksSam Roberts
2018-11-28doc: add branding to style guideRich Trott
2018-11-28doc: use Node.js instead of NodeRich Trott
2018-11-28doc: fix typographical issuesDenis McDonald
2018-11-28doc: add documentation for http.IncomingMessage$completeJames M Snell
2018-11-28doc: remove mailing listRich Trott
2018-11-28doc: make example more clarified in cluster.mdZYSzys
2018-11-28doc: simplify path.basename() on POSIX and WindowsZYSzys
2018-11-28build,doc: remove outdated `lint-md-build`Michaƫl Zasso
2018-11-28doc: add review suggestions to require()erickwendel
2018-11-28doc: add note about removeListener orderJames M Snell
2018-11-28doc: document ACL limitation for fs.access on WindowsJames M Snell
2018-11-28doc: document that addMembership must be called once in a clusterJames M Snell
2018-11-28doc: remove reference to sslv3 in tls.mdJames M Snell
2018-11-272018-11-27, Version 8.14.0 'Carbon' (LTS)v8.14.0Rod Vagg
2018-11-27http,https: protect against slow headers attackMatteo Collina
2018-11-202018-11-20, Version 8.13.0 'Carbon' (LTS)v8.13.0Beth Griggs
2018-11-04assert: add rejects() and doesNotReject()feugy
2018-10-31assert: .throws accept objectsRuben Bridgewater
2018-10-31assert: improve assert.throwsRuben Bridgewater
2018-10-31assert: add strict functionality exportRuben Bridgewater
2018-10-18doc: improve best practices in onboarding-extrasRich Trott
2018-10-18doc: fix minor issues in async_hooks.mdRich Trott
2018-10-17http2: graduate from experimentalJames M Snell
2018-10-17http2: add ping eventJames M Snell
2018-10-17http2: add origin frame supportJames M Snell
2018-10-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-10-17doc: document http2 timeoutsSagi Tsofan
2018-10-17http2: throw better error when accessing unbound socket proxyJames M Snell
2018-10-17doc: simplify http2 wording and formattingRich Trott
2018-10-17doc: make createPushResponse() more detailledMaleDong