summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib: replace ArrayBuffer.isView by primordial ArrayBufferVincent Dhennin2020-02-061-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2020-02-0648-69/+140
* lib: flatten access to primordialsMichaël Zasso2020-02-06117-932/+1300
* stream: use more accurate end-of-stream writable and readable detectionStewart Addison2020-02-061-2/+16
* https: prevent options object from being mutatedVighnesh Raut2020-02-061-1/+3
* errors: support prepareSourceMap with source-mapsbcoe2020-02-062-12/+30
* fs: use consistent defaults in sync stat functionscjihrig2020-02-061-3/+3
* zlib: allow writes after readable 'end' to finishAnna Henningsen2020-02-061-8/+5
* src: port --bash-completion to C++Joyee Cheung2020-02-061-29/+0
* tls: add PSK supportDenys Otrishko2020-02-061-3/+114
* dgram: use for...ofTrivikram Kamat2020-02-061-2/+2
* process: refs --unhandled-rejections documentation in warning messageAntoine du HAMEL2020-02-061-0/+3
* process: fix promise catchingRongjian Zhang2020-02-061-1/+2
* cluster: remove unnecessary bindAnatoli Papirovski2020-02-061-2/+2
* http2: remove unnecessary bind from setImmediateAnatoli Papirovski2020-02-061-1/+5
* fs: remove unnecessary bindAnatoli Papirovski2020-02-062-5/+5
* perf_hooks: remove unnecessary bindAnatoli Papirovski2020-02-061-7/+10
* http: remove unnecessary bindAnatoli Papirovski2020-02-061-3/+3
* lib: use strict equality comparisonDonggeon Lim2020-02-062-3/+3
* console: unregister temporary error listenerRobert Nagy2020-02-061-1/+1
* http2: forward debug message in debugStreamObjDenys Otrishko2020-02-061-1/+1
* url: declare iterator inside loopKamat, Trivikram2020-02-061-4/+3
* fs: reduce unnecessary sync rimraf retriescjihrig2020-02-061-3/+10
* fs: add synchronous retries to rimrafcjihrig2020-02-061-2/+6
* readline: eagerly load string_decoderRuben Bridgewater2020-02-061-11/+5
* util: add internal sleep() functioncjihrig2020-02-061-1/+14
* inspector: do not access queueMicrotask from globalMichaël Zasso2020-02-061-0/+1
* fs: fix existsSync for invalid symlink at win32Rongjian Zhang2020-02-061-1/+10
* tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott2020-02-062-2/+5
* http2: make maximum tolerated rejected streams configurableDenys Otrishko2020-02-061-0/+14
* http2: allow to configure maximum tolerated invalid framesDenys Otrishko2020-02-061-1/+15
* fs: add ENFILE to rimraf retry logiccjihrig2020-02-061-1/+2
* fs: add retryDelay option to rimrafcjihrig2020-02-062-1/+5
* fs: remove rimraf's emfileWait optioncjihrig2020-02-062-9/+2
* fs: make rimraf default to 0 retriescjihrig2020-02-062-7/+6
* fs: rename rimraf's maxBusyTries to maxRetriescjihrig2020-02-062-3/+3
* http: improve performance caused by primordialsLucas Recknagel2020-02-061-5/+11
* crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen2020-02-061-5/+32
* tls: cli option to enable TLS key logging to fileSam Roberts2020-02-061-0/+22
* https: add client support for TLS keylog eventsSam Roberts2020-02-061-1/+24
* http: outgoing corkRobert Nagy2020-02-062-7/+52
* stream: add writableCorked to DuplexAnna Henningsen2020-02-061-0/+10
* stream: add writableCorked propertyRobert Nagy2020-02-062-7/+12
* child_process,cluster: allow using V8 serialization APIAnna Henningsen2020-02-065-36/+156
* esm: better error message for unsupported URLThomas2020-02-062-2/+8
* esm: empty ext from pkg type/main doesnt affect formatBradley Farias2020-02-061-2/+5
* module: fix dynamic import from evalCorey Farrell2020-02-062-4/+24
* module: fix specifier resolution algorithmRongjian Zhang2020-02-061-0/+4
* module: unflag resolve selfGuy Bedford2020-02-061-3/+1
* module: self resolve bug fix and esm orderingGuy Bedford2020-02-061-34/+39