| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | lib: replace ArrayBuffer.isView by primordial ArrayBuffer | Vincent Dhennin | 2020-02-06 | 1 | -1/+2 |
* | lib: enforce use of Array from primordials | Michaël Zasso | 2020-02-06 | 48 | -69/+140 |
* | lib: flatten access to primordials | Michaël Zasso | 2020-02-06 | 117 | -932/+1300 |
* | stream: use more accurate end-of-stream writable and readable detection | Stewart Addison | 2020-02-06 | 1 | -2/+16 |
* | https: prevent options object from being mutated | Vighnesh Raut | 2020-02-06 | 1 | -1/+3 |
* | errors: support prepareSourceMap with source-maps | bcoe | 2020-02-06 | 2 | -12/+30 |
* | fs: use consistent defaults in sync stat functions | cjihrig | 2020-02-06 | 1 | -3/+3 |
* | zlib: allow writes after readable 'end' to finish | Anna Henningsen | 2020-02-06 | 1 | -8/+5 |
* | src: port --bash-completion to C++ | Joyee Cheung | 2020-02-06 | 1 | -29/+0 |
* | tls: add PSK support | Denys Otrishko | 2020-02-06 | 1 | -3/+114 |
* | dgram: use for...of | Trivikram Kamat | 2020-02-06 | 1 | -2/+2 |
* | process: refs --unhandled-rejections documentation in warning message | Antoine du HAMEL | 2020-02-06 | 1 | -0/+3 |
* | process: fix promise catching | Rongjian Zhang | 2020-02-06 | 1 | -1/+2 |
* | cluster: remove unnecessary bind | Anatoli Papirovski | 2020-02-06 | 1 | -2/+2 |
* | http2: remove unnecessary bind from setImmediate | Anatoli Papirovski | 2020-02-06 | 1 | -1/+5 |
* | fs: remove unnecessary bind | Anatoli Papirovski | 2020-02-06 | 2 | -5/+5 |
* | perf_hooks: remove unnecessary bind | Anatoli Papirovski | 2020-02-06 | 1 | -7/+10 |
* | http: remove unnecessary bind | Anatoli Papirovski | 2020-02-06 | 1 | -3/+3 |
* | lib: use strict equality comparison | Donggeon Lim | 2020-02-06 | 2 | -3/+3 |
* | console: unregister temporary error listener | Robert Nagy | 2020-02-06 | 1 | -1/+1 |
* | http2: forward debug message in debugStreamObj | Denys Otrishko | 2020-02-06 | 1 | -1/+1 |
* | url: declare iterator inside loop | Kamat, Trivikram | 2020-02-06 | 1 | -4/+3 |
* | fs: reduce unnecessary sync rimraf retries | cjihrig | 2020-02-06 | 1 | -3/+10 |
* | fs: add synchronous retries to rimraf | cjihrig | 2020-02-06 | 1 | -2/+6 |
* | readline: eagerly load string_decoder | Ruben Bridgewater | 2020-02-06 | 1 | -11/+5 |
* | util: add internal sleep() function | cjihrig | 2020-02-06 | 1 | -1/+14 |
* | inspector: do not access queueMicrotask from global | Michaël Zasso | 2020-02-06 | 1 | -0/+1 |
* | fs: fix existsSync for invalid symlink at win32 | Rongjian Zhang | 2020-02-06 | 1 | -1/+10 |
* | tls: introduce ERR_TLS_INVALID_CONTEXT | Rich Trott | 2020-02-06 | 2 | -2/+5 |
* | http2: make maximum tolerated rejected streams configurable | Denys Otrishko | 2020-02-06 | 1 | -0/+14 |
* | http2: allow to configure maximum tolerated invalid frames | Denys Otrishko | 2020-02-06 | 1 | -1/+15 |
* | fs: add ENFILE to rimraf retry logic | cjihrig | 2020-02-06 | 1 | -1/+2 |
* | fs: add retryDelay option to rimraf | cjihrig | 2020-02-06 | 2 | -1/+5 |
* | fs: remove rimraf's emfileWait option | cjihrig | 2020-02-06 | 2 | -9/+2 |
* | fs: make rimraf default to 0 retries | cjihrig | 2020-02-06 | 2 | -7/+6 |
* | fs: rename rimraf's maxBusyTries to maxRetries | cjihrig | 2020-02-06 | 2 | -3/+3 |
* | http: improve performance caused by primordials | Lucas Recknagel | 2020-02-06 | 1 | -5/+11 |
* | crypto: add support for IEEE-P1363 DSA signatures | Tobias Nießen | 2020-02-06 | 1 | -5/+32 |
* | tls: cli option to enable TLS key logging to file | Sam Roberts | 2020-02-06 | 1 | -0/+22 |
* | https: add client support for TLS keylog events | Sam Roberts | 2020-02-06 | 1 | -1/+24 |
* | http: outgoing cork | Robert Nagy | 2020-02-06 | 2 | -7/+52 |
* | stream: add writableCorked to Duplex | Anna Henningsen | 2020-02-06 | 1 | -0/+10 |
* | stream: add writableCorked property | Robert Nagy | 2020-02-06 | 2 | -7/+12 |
* | child_process,cluster: allow using V8 serialization API | Anna Henningsen | 2020-02-06 | 5 | -36/+156 |
* | esm: better error message for unsupported URL | Thomas | 2020-02-06 | 2 | -2/+8 |
* | esm: empty ext from pkg type/main doesnt affect format | Bradley Farias | 2020-02-06 | 1 | -2/+5 |
* | module: fix dynamic import from eval | Corey Farrell | 2020-02-06 | 2 | -4/+24 |
* | module: fix specifier resolution algorithm | Rongjian Zhang | 2020-02-06 | 1 | -0/+4 |
* | module: unflag resolve self | Guy Bedford | 2020-02-06 | 1 | -3/+1 |
* | module: self resolve bug fix and esm ordering | Guy Bedford | 2020-02-06 | 1 | -34/+39 |