summaryrefslogtreecommitdiff
path: root/lib/internal/errors.js
AgeCommit message (Expand)Author
2019-02-26errors: add ERR_INSPECTOR_COMMAND errorcjihrig
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-01-30lib: refactor ERR_SYNTHETICcjihrig
2019-01-18test: add node-report testsLakshmiSwethaG
2019-01-18src: merge into coreGireesh Punathil
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-17process: allow reading umask in workerscjihrig
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-05zlib: add brotli supportAnna Henningsen
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-24crypto: add key object APITobias Nießen
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-12-04process: provide dummy stdio for non-console Windows appsAnna Henningsen
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-12lib: adjust params from uvExceptionWithHostPortmsmichellegar
2018-10-23tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-11lib: http server, friendly error messagesSagi Tsofan
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-22fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-21http2: add origin frame supportJames M Snell
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-17errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-13http2: explicitly disallow nested push streamsJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-27worker: support relative pathsitaysabato
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-06worker: restrict supported extensionsTimothy Gu
2018-06-06worker: initial implementationAnna Henningsen
2018-05-10errors: move functions to error codeRuben Bridgewater
2018-05-10assert: move AssertionError into own fileRuben Bridgewater
2018-05-07errors: remove ERR_INVALID_ARRAY_LENGTHRuben Bridgewater
2018-05-06errors: remove dead codeRuben Bridgewater
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater