summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14src: only set JSStreamWrap write req after `write()`Anna Henningsen
2018-02-14fs: extract binding error handling into a helperJoyee Cheung
2018-02-13string_decoder: fix regressionsAnatoli Papirovski
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-12lib: provide proper deprecation codeRuben Bridgewater
2018-02-11timers: fix enroll deprecation wordingAnatoli Papirovski
2018-02-11url: simplify constructor URLSearchParams. Remove needless check nullMihail Bodrov
2018-02-10test: formalize exposure of internal bindingsGus Caplan
2018-02-10buffer: simplify check size in assertSizeMihail Bodrov
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2018-02-10src: replace var for let / const.alejandro estrada
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2018-02-10https: add extra options to Agent#getName()Jeff Principe
2018-02-09async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh