summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-14path: remove redundant functionSergey Golovin
2018-03-12vm: add code generation optionsGus Caplan
2018-03-12lib: define printErr() in script stringcjihrig
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-12http2: fixes error handlingMatteo Collina
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-11async_hooks: don't set hook_fields[kTotals] to 0Daniel Bevenius
2018-03-11assert: add rejects() and doesNotReject()feugy
2018-03-11url: replace "magic" numbers by constantsSergey Golovin
2018-03-11repl: better handling of recoverable errorsPrince J Wesley
2018-03-11module: check file ext before dir as documentedBradley Farias
2018-03-11repl: remove magic modeRuben Bridgewater
2018-03-10lib: remove unused internal error constructorsMichaël Zasso
2018-03-09tools,bootstrap: preprocess gypi files to jsonGus Caplan
2018-03-09src: add tracing category macrosJames M Snell
2018-03-08async_hooks,process: remove internalNextTickAnatoli Papirovski
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