summaryrefslogtreecommitdiff
path: root/lib/internal/errors.js
AgeCommit message (Expand)Author
2019-12-06lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-10-02lib: stop using prepareStackTraceGus Caplan
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-03policy: minor perf opts and cleanupBradley Farias
2019-08-27errors: provide defaults for unmapped uv errorscjihrig
2019-08-25lib: consolidate lazyErrmapGet()cjihrig
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-14buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-20inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-02lib: fix stack overflow check to not break on primitiveskball
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-27tools: update eslintRuben Bridgewater
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-05-31errors: create internal connResetExceptionRich Trott
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-08repl: handle uncaughtException properlyRuben Bridgewater
2019-05-01buffer,errors: improve bigint, big numbers and moreRuben Bridgewater
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-15buffer: use stricter range checksRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-28errors: make range mandatory in ERR_OUT_OF_RANGERuben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-26lib: reduce usage of require('util')dnlup
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-10doc: document fake ENOTFOUND as a system errorcjihrig