summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-09http2: add req and res options to server creationPeter Marton
2018-02-09assert: fix throws traceRuben Bridgewater
2018-02-09domain: runtime deprecate MakeCallbackAndreas Madsen
2018-02-09process: use linked reusable queue for ticksMathias Buus
2018-02-08net: remove Socket.prototoype.readAnna Henningsen
2018-02-08timers: simplify clearTimeout & clearIntervalAnatoli Papirovski
2018-02-08timers: async track unref timersAnatoli Papirovski
2018-02-08timers: be more defensive with intervalsAnatoli Papirovski
2018-02-08timers: remove unused variableAnatoli Papirovski
2018-02-08fs: fix misplaced errors in fs.symlinkSyncJoyee Cheung
2018-02-08stream: fix misleading error messageLuigi Pinca
2018-02-08stream: always defer readable in EOF when syncMatteo Collina
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-02-07tls: provide now value from C++Anatoli Papirovski
2018-02-07readline: use Date.now() and move test to parallelAnatoli Papirovski
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-07fs: do not call new when creating uvExceptionJoyee Cheung
2018-02-07util: skip type checks in internal getSystemErrorNameJoyee Cheung
2018-02-06stream: always reset awaitDrain when emitting dataAnna Henningsen
2018-02-06http2: add http fallback options to .createServerPeter Marton
2018-02-06http: add options to http.createServer()Peter Marton