aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-02-22events: preset `usingDomains` to falseMyles Borins
2018-02-22http: remove default 'drain' listener on upgradeLuigi Pinca
2018-02-22module: replace "magic" numbers by constantsSergey Golovin
2018-02-22repl: fix tab-complete warningkillagu
2018-02-22http: remove default 'error' listener on upgradeLuigi Pinca
2018-02-22tools: enable eslint no-undef-init ruleRuben Bridgewater
2018-02-22http: allow _httpMessage to be GC'edLuigi Pinca
2018-02-22errors: simplify sysErrorRuben Bridgewater
2018-02-22errors: add comments about falsy error typesRuben Bridgewater
2018-02-22console: port errors to new systemRuben Bridgewater
2018-02-22errors: update all internal errorsRuben Bridgewater
2018-02-22errors: implement new error handlingRuben Bridgewater
2018-02-22fs: use fs.access in fs.existsBartosz Sosnowski
2018-02-22fs: support as and as+ flags in stringToFlags()Sarat Addepalli
2018-02-22vm: consolidate validationTimothy O. Peters
2018-02-22src: replace var for (let|const) in utilities modulejvelezpo
2018-02-22crypto: provide full cert details to checkServerIdentityHannes Magnusson
2018-02-22net: inline and simplify onSocketEndAnna Henningsen
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-19http: OutgoingMessage.end() should return thisMatteo Collina
2018-02-19stream: writable.end should return this.Matteo Collina
2018-02-17fs: remove useless comments which duplicate names of variablesSergey Golovin
2018-02-17lib: allow process kill by signal numberSam Roberts
2018-02-17path: replace duplicate conditions by functionsSergey Golovin
2018-02-17net: simplify net.Socket#end()Anna Henningsen
2018-02-17lib: replace `eval` with `vm.runInThisContext`Myles Borins
2018-02-17tools, test: fix prof polyfill readlinekillagu
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-17fs: move utility functions to internal/fsMichaël Zasso
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16module: replace magic numbers by constantsSergey Golovin
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-16child_process: fix stdio sockets creationSantiago Gimeno
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-16buffer: remove obsolete NaN checkRuben Bridgewater
2018-02-16lib: set process.execPath on OpenBSDAaron Bieber
2018-02-16lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz
2018-02-16process: deprecate process.assert()Ruben Bridgewater
2018-02-16fs: replace magic numbers by named constantsSergey Golovin
2018-02-15module: remove unused code in module.jsRich Trott
2018-02-15stream: readable continues to read when `push('')`陈刚
2018-02-15http: process 100, 102-199 according to specs.Miles Elam
2018-02-14fs: fix typo in promises.lchmod & lchownSho Miyamoto
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford