summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-26http2: fix condition where data is lostMatteo Collina
2018-02-22module: replace "magic" numbers by constantsSergey Golovin
2018-02-22tools: enable eslint no-undef-init ruleRuben Bridgewater
2018-02-22errors: simplify sysErrorRuben Bridgewater
2018-02-22errors: add comments about falsy error typesRuben Bridgewater
2018-02-22errors: update all internal errorsRuben Bridgewater
2018-02-22errors: implement new error handlingRuben Bridgewater
2018-02-22fs: support as and as+ flags in stringToFlags()Sarat Addepalli
2018-02-22src: replace var for (let|const) in utilities modulejvelezpo
2018-02-22cluster: fix inspector port assignmentSantiago Gimeno
2018-02-21net: use `_final` instead of `on('finish')`Anna Henningsen
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-19timers: add helper fn for async initAnatoli Papirovski
2018-02-19http2: make response.end() return thisMatteo Collina
2018-02-17lib: allow process kill by signal numberSam Roberts
2018-02-17lib: replace `eval` with `vm.runInThisContext`Myles Borins
2018-02-17tools, test: fix prof polyfill readlinekillagu
2018-02-17fs: move utility functions to internal/fsMichaël Zasso
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16module: replace magic numbers by constantsSergey Golovin
2018-02-16child_process: fix stdio sockets creationSantiago Gimeno
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-16lib: set process.execPath on OpenBSDAaron Bieber
2018-02-16process: deprecate process.assert()Ruben Bridgewater
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14src: only set JSStreamWrap write req after `write()`Anna Henningsen
2018-02-12path: replace "magic" numbers by readable constantsSergey Golovin
2018-02-12http2: use `_final` instead of `on('finish')`Anna Henningsen
2018-02-12assert: show proper differencesRuben Bridgewater
2018-02-12assert: fix infinite loopRuben Bridgewater
2018-02-12Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater
2018-02-12repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater
2018-02-11url: simplify constructor URLSearchParams. Remove needless check nullMihail Bodrov
2018-02-10test: formalize exposure of internal bindingsGus Caplan
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2018-02-10src: replace var for let / const.alejandro estrada
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2018-02-09http2: add req and res options to server creationPeter Marton
2018-02-09process: use linked reusable queue for ticksMathias Buus
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-02-07lib,doc: revert format name to cjs over commonjsGuy Bedford
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-02-07util: skip type checks in internal getSystemErrorNameJoyee Cheung
2018-02-06http2: add http fallback options to .createServerPeter Marton
2018-02-06assert: do not read Node.js modulesRuben Bridgewater
2018-02-04loader: fix up #18394Gus Caplan
2018-02-04timers: use start instead of stop + startAnatoli Papirovski
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli