summaryrefslogtreecommitdiff
path: root/lib/internal/errors.js
Commit message (Expand)AuthorAgeFilesLines
* http: add support for abortsignal to http.requestBenjamin Gruenbaum2020-11-191-0/+11
* http2: allow setting the local window size of a sessionzhangyongsheng2020-11-111-0/+1
* errors: refactor to use more primordialsAntoine du Hamel2020-11-051-40/+65
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-301-17/+7
* src: error reporting on CPUUsageYash Ladha2020-10-171-1/+0
* fs: add rm methodIan Sutherland2020-10-081-0/+1
* lib: use global Error constructors from primordialsMichaël Zasso2020-10-071-0/+4
* errors: support possible deletion of globalThis.ErrorMichaël Zasso2020-10-071-1/+1
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* http: add requestTimeoutMatteo Collina2020-09-151-0/+1
* errors: simplify ERR_REQUIRE_ESM message generationRich Trott2020-09-111-1/+1
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-10/+2
* esm: better package.json parser errorsGuy Bedford2020-09-111-1/+1
* esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott2020-08-301-2/+2
* errors: use `ErrorPrototypeToString` from `primordials` objectExE Boss2020-08-261-2/+2
* workers: add support for data: URLsAntoine du HAMEL2020-08-191-0/+3
* esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko2020-08-181-2/+11
* doc,lib: remove unused error codeRich Trott2020-08-171-4/+0
* errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko2020-08-141-4/+7
* policy: support conditions for redirectsBradley Farias2020-08-131-1/+2
* module: share CJS/ESM resolver fns, refactoringGuy Bedford2020-08-131-6/+3
* quic: cleanup QuicClientSession constructorJames M Snell2020-07-151-1/+6
* quic: use less specific error codesJames M Snell2020-07-101-48/+2
* module: package "imports" fieldGuy Bedford2020-07-091-41/+23
* crypto: move typechecking for timingSafeEqual into C++Anna Henningsen2020-07-031-2/+0
* lib: handle one of args case in ERR_MISSING_ARGSDenys Otrishko2020-06-241-1/+4
* lib: remove NodeError from the prototype of errors with codeMichaël Zasso2020-06-191-24/+28
* quic: initial QUIC implementationJames M Snell2020-06-161-0/+55
* zlib: add `maxOutputLength` optionunknown2020-06-091-3/+1
* errors: fully inspect errors on exitRuben Bridgewater2020-05-301-1/+6
* events: initial implementation of experimental EventTargetJames M Snell2020-05-281-0/+1
* module: remove dynamicInstantiate loader hookJan Krems2020-05-271-3/+0
* inspector: throw error when activating an already active inspectorJoyee Cheung2020-05-241-0/+4
* http: fixed socket.setEncoding fatal erroriskore2020-05-231-0/+2
* errors: skip fatal error highlighting on windowsThomas2020-05-181-2/+18
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-16/+11
* module: add specific error for dir importAntoine du HAMEL2020-05-151-0/+2
* fs: forbid concurrent operations on Dir handleAnna Henningsen2020-05-151-0/+3
* src: add support for TLAGus Caplan2020-05-141-0/+1
* lib: fix validateport error message when allowZero is falserickyes2020-04-281-2/+6
* module: refactor conditionMyles Borins2020-04-281-2/+1
* assert: port common.mustCall() to assertConorDavenport2020-04-231-0/+2
* module: improve error for invalid package targetsMyles Borins2020-04-211-3/+14
* stream: simplify Transform stream implementationRobert Nagy2020-04-151-4/+0
* errors: drop pronouns from ERR_WORKER_PATH messagecjihrig2020-03-171-2/+1
* esm: port loader code to JSAnna Henningsen2020-03-131-16/+43
* worker: allow URL in Worker constructorAntoine du HAMEL2020-03-131-3/+8
* lib: move isLegalPort to validators, refactorJames M Snell2020-03-051-1/+1
* errors: remove unused ERR_SOCKET_CANNOT_SEND errorcjihrig2020-02-271-1/+0
* vm: implement vm.measureMemory() for per-context memory measurementJoyee Cheung2020-02-261-0/+1