summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fs: allow no-params fsPromises fileHandle readNitzan Uziely2021-04-211-0/+3
* bootstrap: freeze more intrinsicsAntoine du Hamel2021-04-211-106/+134
* tls: fix `tlsSocket.setMaxSendFragment` aborteladkeyshawn2021-04-211-1/+3
* Revert "timers: refactor to use optional chaining"Matteo Collina2021-04-192-3/+9
* lib: revert primordials in a hot pathAntoine du Hamel2021-04-1920-222/+182
* repl: fix declaring a variable with the name `util`eladkeyshawn2021-04-181-2/+6
* typings: add JSDoc to os module functionsDavid Brownman2021-04-181-0/+72
* typings: add JSDoc Types to lib/querystringSimon Knott2021-04-182-11/+69
* buffer,errors: add missing n literal in range error stringCactysman2021-04-171-2/+2
* lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel2021-04-177-30/+44
* stream: fix multiple Writable.destroy() callsRobert Nagy2021-04-161-6/+3
* typings: add JSDoc typings for httpVoltrex2021-04-161-0/+51
* typings: add JSDoc typings for assertVoltrex2021-04-151-8/+123
* lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel2021-04-157-31/+59
* typings: add JSDoc types to lib/pathSimon Knott2021-04-141-6/+105
* typings: add types for internalBinding('fs')Michaël Zasso2021-04-144-1/+20
* module: clarify CJS global-like variables not defined error messageAntoine du Hamel2021-04-132-1/+43
* repl: fix error message printingAnna Henningsen2021-04-131-1/+1
* lib: add `globalThis` to primordialsAntoine du Hamel2021-04-136-0/+23
* util: add getSystemErrorMap() impleladkeyshawn2021-04-132-0/+14
* lib: add `WeakRef` and `FinalizationRegistry` to `primordials`ExE Boss2021-04-134-15/+30
* crypto: reduce range of size to int maxQingyu Deng2021-04-121-2/+2
* esm: use correct URL for error decorationBradley Farias2021-04-121-1/+5
* fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso2021-04-122-13/+13
* tls: fix session and keylog add listener segfaultNitzan Uziely2021-04-121-2/+6
* crypto: fix webcrypto derive(Bits|Key) resolve values and docsFilip Skokan2021-04-122-2/+2
* tls: extract out SecureContext configurationJames M Snell2021-04-123-292/+342
* fs: validate encoding to binding.writeString()cjihrig2021-04-112-1/+8
* deps: update llhttp to 5.1.0Fedor Indutny2021-04-102-4/+15
* http: fixup perf regressionJames M Snell2021-04-093-37/+34
* crypto: fixup randomFill size and offset handlingJames M Snell2021-04-091-3/+3
* lib: add tsconfig for code completionsBradley Farias2021-04-083-1/+11
* tls: fix typoArkerone2021-04-081-1/+1
* net: fix typoLuigi Pinca2021-04-081-1/+1
* crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan2021-04-084-56/+53
* lib: properly process JavaScript exceptions on async_hooks fatal errorlegendecas2021-04-081-2/+10
* tools: relax max-len lint rule for template stringsRich Trott2021-04-071-4/+5
* worker: fix exit code for error thrown in handlerNitzan Uziely2021-04-061-0/+12
* crypto: remove check for condition that is always trueRich Trott2021-04-061-1/+1
* fs: move constants to internal/fs/utils.jsDarshan Sen2021-04-064-26/+42
* process: do not lazily load AsyncResourceMichaël Zasso2021-04-061-11/+8
* path: fix POSIX path.resolve() perf regressionBrian White2021-04-061-13/+19
* lib: refactor to use primordials in lib/internal/cli_tableAkhil Marsonya2021-04-051-10/+20
* fs: add support for async iterators to `fsPromises.writeFile`HiroyukiYagihashi2021-04-041-7/+22
* crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan2021-04-044-36/+41
* module: improve error message for invalid data URLAntoine du Hamel2021-04-031-0/+11
* crypto: add buffering to randomIntTobias Nießen2021-04-031-25/+62
* fs: fix chown abortDarshan Sen2021-04-021-7/+9
* path: fix posix.relative() on WindowsRich Trott2021-04-021-1/+15
* net: allow net.BlockList to use net.SocketAddress objectsJames M Snell2021-04-022-36/+62