summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-06-16doc: improve assert strict-mode textRich Trott
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-16doc: clarify commit message format in pull-requests.mdrexagod
2019-06-15report: add cpu info to report outputChristopher Hiller
2019-06-14doc,test: test documentation consistency for NODE_OPTIONSRichard Lau
2019-06-14doc: add missing options allowed in NODE_OPTIONSRichard Lau
2019-06-14doc: document behavior of family:0 in dns.lookup()cjihrig
2019-06-14doc: pass path in URL constructorDaniel Nalborczyk
2019-06-13doc,n-api: fix typoRichard Lau
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12worker: make MessagePort constructor non-callableAnna Henningsen
2019-06-12doc: update assert's validation functionsRuben Bridgewater
2019-06-12doc: document trace-events category for dns requestsvmarchaud
2019-06-12doc: add Buffer#subarray() and add note about Uint8Array#slice()FUJI Goro (gfx)
2019-06-12doc: add tls-min/max options to NODE_OPTIONSDaniel Bevenius
2019-06-11doc: split example into twoRuben Bridgewater
2019-06-11doc: clarify N-API version MatrixMichael Dawson
2019-06-10doc: add current recommendation for ESM/CommonJS dual packagesGeoffrey Booth
2019-06-10doc: document Http2Stream#id propertymurgatroid99
2019-06-10worker: use DataCloneError for unknown native objectsAnna Henningsen
2019-06-10doc: add note about AsyncResource for Worker poolingAnna Henningsen
2019-06-09doc: fix `prohibited-strings` warning in `pull-requests.md`rexagod
2019-06-09doc: improve synopsis.mdRich Trott
2019-06-08doc: edit reason-for-deprecation textRich Trott
2019-06-08doc: improve DEP0090 textRich Trott
2019-06-08doc: clarify special schemesRich Trott
2019-06-08doc: clarify weak keys textRich Trott
2019-06-08doc: remove superfluous filenaming conventionRich Trott
2019-06-07doc: adjust TOC marginsRoman Reiss
2019-06-05doc: order deprecation reasonsTrivikram Kamat
2019-06-05doc: remove "encouraged" as hedging in fs.mdRich Trott
2019-06-05doc: remove "strongly recommended" as hedging in fs.mdRich Trott
2019-06-05doc: remove "strongly recommended" hedging from tls.mdRich Trott
2019-06-05doc: remove "strongly recommended" hedging in deprecations.mdRich Trott
2019-06-042019-06-04, Version 12.4.0 (Current)Michaƫl Zasso
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-06-02doc: clarify wording in modules.mdAlex Temny
2019-06-02doc: improve explanation for directory with fs.rename()Rich Trott
2019-06-02doc: fix the wrong name of AssertionErrorKyle Zhang
2019-06-02doc: simplify system call material in doc overviewRich Trott
2019-06-01src: update NODE_MODULE_VERSION to 74Refael Ackermann
2019-06-01doc: warn about relying on fs gc close behaviorBenjamin Gruenbaum
2019-05-31child_process: runtime deprecate _channelcjihrig
2019-05-31doc: wrap long linecjihrig
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-31doc: add information to revoked deprecationscjihrig
2019-05-31doc: add missing status to DEP0121cjihrig
2019-05-31doc: add missing --experimental-wasm-modules docscjihrig
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov