summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-07benchmark,lib,test,tools: use consistent quotesRich Trott
2018-03-08fs: improve errors thrown from fs.watch()Joyee Cheung
2018-03-07net: do not inherit the no-half-open enforcerLuigi Pinca
2018-03-07stream: make Duplex inherits from DuplexBaseLuigi Pinca
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-07assert: improve error checkRuben Bridgewater
2018-03-06perf_hooks: fix timingTimothy Gu
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-06stream: updated streams error handlingMathias Buus
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-05module: fix cyclical dynamic importBradley Farias
2018-03-05util: assign missed deprecation numberAnna Henningsen
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-03-05lib: add internal check macrosGus Caplan
2018-03-05lib: re-fix v8_prof_processorAnna Henningsen
2018-03-04repl: make last error available as `_error`Anna Henningsen
2018-03-04http: emit timeout duration overflow warning syncAnna Henningsen
2018-03-04events: show throw stack trace for uncaught exceptionAnna Henningsen
2018-03-04lib,test: remove yoda statementsRuben Bridgewater
2018-03-04http2: refer to stream errors by nameAnna Henningsen
2018-03-04stream: add no-half-open enforcer only if neededLuigi Pinca
2018-03-04http2: callback valid check before closing requestTrivikram
2018-03-04tls: better error message for socket disconnectAnna Henningsen
2018-03-04buffer: fix typo in lib/buffer.jsUjjwal Sharma
2018-03-04fs: replace duplicate conditions by functionSergey Golovin
2018-03-03net: fix usage of writeBuffer in makeSyncWriteJoyee Cheung
2018-03-02buffer: refactor all read/write functionsRuben Bridgewater
2018-03-02buffer: remove double lnRuben Bridgewater
2018-03-02buffer: move c++ float functions to jsRuben Bridgewater
2018-03-02fs: throw futimesSync errors in JSJoyee Cheung
2018-03-02fs: throw writeSync errors in JSJoyee Cheung
2018-03-02fs: throw fchownSync errors in JSJoyee Cheung
2018-03-02fs: throw fchmodSync errors in JSJoyee Cheung
2018-03-02fs: throw readSync errors in JSJoyee Cheung
2018-03-02http2: use original error for cancelling pending streamsAnna Henningsen
2018-03-02http2: send error text in case of ALPN mismatchAnna Henningsen
2018-03-02lib: change hook -> hooks in code commentDaniel Bevenius
2018-03-02buffer: stricter isEncodingRuben Bridgewater
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
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