summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-14errors: alter ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWEDdavidmarkclements
2018-04-14stream: fix incorrect comment in _stream_readable.jsSnehil Verma
2018-04-14errors: alter and test ERR_INVALID_REPL_EVAL_CONFIGdavidmarkclements
2018-04-14errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements
2018-04-14assert: remove `errorDiff` propertyRuben Bridgewater
2018-04-14assert: improve default error messagesRuben Bridgewater
2018-04-14util: inspect arguments properlyRuben Bridgewater
2018-04-14crypto: move Decipher.finaltol to End-of-LifeTobias Nießen
2018-04-13process: add version constants and compareGus Caplan
2018-04-13fs: complete error message for validate functionbuji
2018-04-13errors: alter ERR_HTTP2_INVALID_CONNECTION_HEADERSdavidmarkclements
2018-04-13assert: fix actual & expected inputRuben Bridgewater
2018-04-13errors: validate input argumentsRuben Bridgewater
2018-04-13buffer: use a default offsetRuben Bridgewater
2018-04-13assert: detect faulty throws usageRuben Bridgewater
2018-04-12console: auto-detect color support by defaultAnna Henningsen
2018-04-12console: add color supportAnna Henningsen
2018-04-12console: allow `options` object as constructor argAnna Henningsen
2018-04-12util: introduce `formatWithOptions()`Anna Henningsen
2018-04-12net,http2: merge write error handling & property namesAnna Henningsen
2018-04-12errors: pass missing `message` parameter to `internalAssert`Ayush Gupta
2018-04-12assert: provide info about actual errorRuben Bridgewater
2018-04-11util: add type check functions for BigInt arraysMichaël Zasso
2018-04-11http2: emit session connect on next tickPieter Mees
2018-04-10buffer: do not emit deprecation notice on Buffer.ofTimothy Gu
2018-04-10buffer: removed unneeded FastBuffer constructorTimothy Gu
2018-04-10url: make urlToOptions() handle IPv6 literalsLuigi Pinca
2018-04-10fs: fix missing 'error' event in (Read|Write)Stream#destroyKohei Hiraga
2018-04-10assert: lazy load acornRuben Bridgewater
2018-04-10assert: fix error messageRuben Bridgewater
2018-04-10zlib: fix windowBits validation to allow 0 for decompression modeAnand Suresh
2018-04-10url: use existing handlers instead of duplicated codeSergey Golovin
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-10buffer: do deprecation warning outside `node_modules`Anna Henningsen
2018-04-10zlib: use `.bytesWritten` instead of `.bytesRead`Anna Henningsen
2018-04-10url: fix error typeBenjamin Gruenbaum
2018-04-09errors: change ERR_HTTP2_HEADER_SINGLE_VALUE to TypeErrordavidmarkclements
2018-04-09errors: alter ERR_HTTP2_INVALID_PSEUDOHEADERdavidmarkclements
2018-04-09stream: always emit error before closeMathias Buus
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-04-07test,http: fix http dump testMatteo Collina
2018-04-06errors: fix typo in internal/errors.jsdavidmarkclements
2018-04-06stream: 'readable' have precedence over flowingMatteo Collina
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-04-06fs: make ReadStream throw TypeError on NaNUjjwal Sharma
2018-04-06net,stream: remove DuplexBaseLuigi Pinca
2018-04-05fs: expose copy-on-write flags for fs.copyFile()cjihrig
2018-04-05errors: make dns errors consistentRuben Bridgewater
2018-04-05errors: make message non-enumerableRuben Bridgewater
2018-04-05url: replace "magic" numbers by constantsSergey Golovin