summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* src: bring 425 status code name into accordance with RFC 8470Sergei Osipov2019-10-101-1/+1
* Revert "stream: make finished call the callback if the stream is closed"Matteo Collina2019-10-102-39/+29
* Revert "stream: remove ambiguous code"Matteo Collina2019-10-101-4/+6
* fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel2019-10-091-8/+4
* http2: allow passing FileHandle to respondWithFDAnna Henningsen2019-10-093-28/+36
* Revert "esm: remove experimental status from JSON modules"Guy Bedford2019-10-081-2/+5
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-085-27/+256
* http2: support passing options of http2.connect to net.connectZYSzys2019-10-071-1/+1
* assert: fix line number calculation after V8 upgradeMichaël Zasso2019-10-071-1/+4
* module: use v8 synthetic modulesGuy Bedford2019-10-065-65/+50
* tools: prohibit Error.prepareStackTrace() usageRuben Bridgewater2019-10-051-0/+2
* lib: make tick processor detect xcodebuild errorsBen Noordhuis2019-10-051-1/+8
* dgram: use `uv_udp_try_send()`Anna Henningsen2019-10-051-0/+8
* stream: do not deadlock duplexpairRobert Nagy2019-10-051-2/+6
* esm: remove proxy for builtin exportsBradley Farias2019-10-053-63/+47
* process: add source-map support to stack tracesbcoe2019-10-055-12/+423
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-0520-59/+62
* http2: set default maxConcurrentStreamsZYSzys2019-10-051-1/+1
* tls: honor pauseOnConnect optionRobert Jensen2019-10-031-2/+5
* net: emit close on unconnected socketRobert Nagy2019-10-031-2/+4
* stream: add comment about undocumented APIRobert Nagy2019-10-031-1/+2
* crypto: remove arbitrary UTF16 restrictionAnna Henningsen2019-10-032-8/+0
* errors: make sure all Node.js errors show their propertiesRuben Bridgewater2019-10-031-72/+67
* doc: add missing deprecation codecjihrig2019-10-021-1/+1
* lib: stop using prepareStackTraceGus Caplan2019-10-024-52/+65
* vm: refactor SourceTextModuleGus Caplan2019-10-024-131/+179
* http2: use the latest settingsZYSzys2019-10-021-0/+1
* doc: add documentation deprecation for process._tickCallbackLucas Holmquist2019-10-021-0/+4
* assert: special handle identical error names in instance checksRuben Bridgewater2019-10-011-3/+7
* assert: add more information to AssertionErrorsRuben Bridgewater2019-10-011-1/+10
* assert: do not repeat .throws() codeRuben Bridgewater2019-10-011-57/+40
* assert: wrap validation function errorsRuben Bridgewater2019-10-011-1/+15
* assert: fix generatedMessage propertyRuben Bridgewater2019-10-011-3/+10
* assert: improve class instance errorsRuben Bridgewater2019-10-011-3/+24
* crypto: refactor array buffer view validationRuben Bridgewater2019-10-017-63/+36
* console: update time formattingRuben Bridgewater2019-10-011-14/+30
* src: rename --loader to --experimental-loaderAlex Aubuchon2019-09-301-4/+4
* stream: always invoke callback before emitting errorRobert Nagy2019-09-302-17/+33
* module: pass full URL to loader for top-level loadGuy Bedford2019-09-291-1/+1
* tls: simplify setSecureContext() option parsingcjihrig2019-09-291-8/+2
* stream: remove ambiguous codeRobert Nagy2019-09-291-6/+4
* module: move cjs type check behind flagGuy Bedford2019-09-281-1/+1
* Revert "stream: invoke callback before emitting error always"Richard Lau2019-09-282-33/+17
* worker: fix process._fatalException return typeRuben Bridgewater2019-09-271-19/+21
* tls: add option for private keys for OpenSSL enginesAnton Gerasimov2019-09-271-0/+30
* stream: invoke callback before emitting error alwaysRobert Nagy2019-09-272-17/+33
* http2: optimize the altsvc Max bytes limit, define and use constantsrickyes2019-09-251-2/+3
* crypto: use byteLength in timingSafeEqualTobias Nießen2019-09-252-2/+2
* events: improve performance of EventEmitter.emitMatteo Collina2019-09-241-2/+3
* console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater2019-09-231-6/+19