summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-02-04doc: remove removed apis from http2 docsKelvin Jin
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-02-02timers: runtime-deprecate {un}enroll()Jeremiah Senkpiel
2018-02-02assert: deprecate assert.fail partiallyRuben Bridgewater
2018-02-02crypto: docs-only deprecate crypto.fips, replaceJames M Snell
2018-02-01crypto,doc: fix unassignd deprecation codesJames M Snell
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko
2018-02-01doc: improve stream documentation陈刚
2018-02-01doc: deprecate top-level `this`Hackzzila
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01doc: document asserts Weak(Map|Set) behaviorRuben Bridgewater
2018-02-01assert: use a default message in assertRuben Bridgewater
2018-01-31crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2018-02-01doc: linkify missing typesVse Mozhet Byt
2018-01-312018-01-31, Version 9.5.0 (Current)Evan Lucas
2018-01-31module: enable dynamic import flag for esmodulesMyles Borins
2018-01-31perf_hooks: add warning when too many entries in the timelineJames M Snell
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso
2018-01-30vm: add modulesGus Caplan
2018-01-31doc: add pending-deprecation to deprecations listСковорода Никита Андреевич
2018-01-30doc: fix manpage warningsRoman Reiss
2018-01-30doc: warn about GCM authenticityTobias Nießen
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-28doc: unify type linkificationVse Mozhet Byt
2018-01-27doc: fix typo in REPL docsAdam Engebretson
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2018-01-25doc: fix e.g., to e.g. in docssreepurnajasti
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-24doc: fix documentation of http2Stream.pushstream()Peter Dalgaard-Jensen
2018-01-24doc: fix return value for require.resolve.paths()Peter Dalgaard-Jensen
2018-01-24src: use uv_hrtime as tracing timestampAli Ijaz Sheikh
2018-01-24assert: stricter ifErrorRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-24tty: add getColorDepth functionRuben Bridgewater
2018-01-24assert: improve error messagesRuben Bridgewater
2018-01-24doc: add missing word in modules.mdRobert Adamian
2018-01-24doc: add doc for performance.clearGC()Antony Tran
2018-01-24doc: document the collaborator nomination processJoyee Cheung
2018-01-24doc: improve the instructions of onboarding PRJoyee Cheung
2018-01-24doc: split CONTRIBUTING.mdJoyee Cheung
2018-01-23doc: fix typos in async_hooksMatthew Turner
2018-01-23doc: add missing URL argument types in fs.mdVse Mozhet Byt
2018-01-23doc: remove confusing signature in fs.mdVse Mozhet Byt
2018-01-22doc: use PBKDF2 in textTobias Nießen
2018-01-22doc: fix typo in async_hooks.mdMatthew Turner
2018-01-21doc: Add example of null to assert.ifErrorLeko
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19doc: improve process.platformMars Wong