summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: emit 'close' after 'end'Luigi Pinca2018-03-211-12/+5
* async_hooks: add copyHooks functionDaniel Bevenius2018-03-201-10/+10
* net: emit error on invalid address familycjihrig2018-03-192-0/+8
* fs: improve errors in watchFile and unwatchFileJoyee Cheung2018-03-191-6/+31
* fs: remove watcher state errors for fs.watchJoyee Cheung2018-03-192-14/+10
* crypto: deprecate Decipher.finaltolTobias Nießen2018-03-181-3/+7
* async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius2018-03-182-4/+8
* Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater2018-03-171-3/+2
* fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen2018-03-171-2/+9
* util: add boxed BigInt formatting to util.inspectMichaël Zasso2018-03-171-0/+7
* assert: improve assert()/assert.ok() performanceBrian White2018-03-151-6/+4
* child_process: define EACCES as a runtime errorGireesh Punathil2018-03-151-1/+3
* lib: add back lib/module.js redirectionJoyee Cheung2018-03-151-0/+3
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-1512-55/+77
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-1518-21/+21
* http2: remove regular-file-only restrictionAnna Henningsen2018-03-152-12/+26
* http2: use native pipe instead of synchronous I/OAnna Henningsen2018-03-151-11/+49
* path: remove redundant functionSergey Golovin2018-03-141-77/+9
* vm: add code generation optionsGus Caplan2018-03-121-2/+35
* lib: define printErr() in script stringcjihrig2018-03-121-5/+1
* stream: make virtual methods errors consistentLuigi Pinca2018-03-125-6/+5
* http2: fixes error handlingMatteo Collina2018-03-121-7/+0
* tls: expose Finished messages in TLSSocketAnton Salikhmetov2018-03-111-0/+10
* async_hooks: don't set hook_fields[kTotals] to 0Daniel Bevenius2018-03-111-4/+2
* assert: add rejects() and doesNotReject()feugy2018-03-111-15/+49
* url: replace "magic" numbers by constantsSergey Golovin2018-03-112-49/+109
* repl: better handling of recoverable errorsPrince J Wesley2018-03-111-5/+6
* module: check file ext before dir as documentedBradley Farias2018-03-111-7/+8
* repl: remove magic modeRuben Bridgewater2018-03-111-1/+0
* lib: remove unused internal error constructorsMichaël Zasso2018-03-102-11/+9
* tools,bootstrap: preprocess gypi files to jsonGus Caplan2018-03-091-8/+1
* src: add tracing category macrosJames M Snell2018-03-091-5/+7
* async_hooks,process: remove internalNextTickAnatoli Papirovski2018-03-087-64/+50
* benchmark,lib,test,tools: use consistent quotesRich Trott2018-03-071-1/+1
* fs: improve errors thrown from fs.watch()Joyee Cheung2018-03-082-8/+37
* net: do not inherit the no-half-open enforcerLuigi Pinca2018-03-071-4/+7
* stream: make Duplex inherits from DuplexBaseLuigi Pinca2018-03-072-22/+34
* lib: port remaining errors to new systemMichaël Zasso2018-03-0741-609/+756
* assert: improve error checkRuben Bridgewater2018-03-071-3/+6
* perf_hooks: fix timingTimothy Gu2018-03-061-19/+33
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-0617-183/+252
* stream: updated streams error handlingMathias Buus2018-03-0610-21/+37
* lib: port errors to new systemMichaël Zasso2018-03-0528-406/+367
* module: fix cyclical dynamic importBradley Farias2018-03-051-3/+4
* util: assign missed deprecation numberAnna Henningsen2018-03-051-1/+1
* util: introduce `util.types.is[…]` type checksAnna Henningsen2018-03-056-10/+82
* lib: add internal check macrosGus Caplan2018-03-051-0/+15
* lib: re-fix v8_prof_processorAnna Henningsen2018-03-051-2/+2
* repl: make last error available as `_error`Anna Henningsen2018-03-041-0/+18
* http: emit timeout duration overflow warning syncAnna Henningsen2018-03-041-0/+2