summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-01src: Remove lttng support.Glen Keane
2018-03-02http: prevent aborted event when already completedAndrew Johnston
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-28src: fix error message in async_hooks constructorDaniel Bevenius
2018-02-27fs: throw copyFileSync errors in JSJoyee Cheung
2018-02-27fs: throw fs.mkdtempSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.utimesSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chownSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chmodSync errors in JS landJoyee Cheung
2018-02-27fs: throw openSync errors in JSJoyee Cheung
2018-02-27fs: throw readdirSync errors in JSJoyee Cheung
2018-02-27fs: throw realpathSync.native errors in JSJoyee Cheung
2018-02-27fs: throw mkdirSync errors in JSJoyee Cheung
2018-02-27fs: throw rmdirSync errors in JSJoyee Cheung
2018-02-27http: do not replace .read() in IncomingMessageMatteo Collina
2018-02-26fs: fix functions executed in wrong contextRuben Bridgewater
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-26perf_hooks: make PerformanceObserver an AsyncResourceJames M Snell
2018-02-26http2: fix condition where data is lostMatteo Collina
2018-02-25util: use blue on non-windows systems for number/bigintGus Caplan
2018-02-25zlib: improve zlib errorsJoyee Cheung
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