summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* esm: working mock testBradley Farias2021-11-293-33/+98
* perf_hooks: use spec-compliant `structuredClone`Michaƫl Zasso2021-11-292-17/+2
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-297-17/+17
* cluster: use linkedlist for round_robin_handletwchn2021-11-282-8/+12
* stream: drain Transform with 0 highWaterMarkRobert Nagy2021-11-271-0/+1
* stream: stricter isReadableNodeStreamRobert Nagy2021-11-262-2/+6
* stream: fix the ReadableStreamBYOBReader error messageJames M Snell2021-11-251-1/+3
* repl: fix and extend require/import tab completeMestery2021-11-251-108/+106
* module: import assertions improvementsGeoffrey Booth2021-11-242-21/+26
* doc: fix spelling of 'WebAssembly'Geoffrey Booth2021-11-241-1/+1
* lib: add reason to AbortSignalJames M Snell2021-11-241-6/+30
* stream: pipeline with end optionRobert Nagy2021-11-222-16/+28
* stream: fix finished regression when working with legacy StreamMatteo Collina2021-11-221-2/+2
* stream: unify writableErrored and readableErroredRobert Nagy2021-11-182-2/+2
* Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen2021-11-185-69/+14
* Revert "lib: use helper for readability"Darshan Sen2021-11-181-13/+24
* stream: pipeline should drain empty readableRobert Nagy2021-11-181-1/+9
* stream: add writableAbortedRobert Nagy2021-11-181-0/+11
* process: support hrtime in the snapshotJoyee Cheung2021-11-173-43/+38
* stream: fix non readable Duplex readableAbortedRobert Nagy2021-11-151-2/+5
* stream: allow calling callback before promiseRobert Nagy2021-11-142-4/+12
* async_hooks: eliminate require side effectsStephen Belanger2021-11-131-2/+4
* stream: add errored and closed propsRobert Nagy2021-11-135-12/+61
* lib: fix typos in lib code commentsYoshiki2021-11-123-3/+3
* async_hooks: expose async_wrap providersRafael Gonzaga2021-11-122-0/+6
* fs: nullish coalescing to respect zero positional readsOmar El-Mihilmy2021-11-121-1/+1
* src: add x509.fingerprint512 to crypto module3nprob2021-11-101-0/+10
* http: change totalSocketCount only on socket creation/closeSubhi Al Hasan2021-11-091-2/+2
* test: add semicolons for linter updateRich Trott2021-11-084-5/+5
* process: refactor executionVoltrex2021-11-061-8/+2
* esm: add support for JSON import assertionAntoine du Hamel2021-11-0311-51/+251
* v8: multi-tenant promise hook apiStephen Belanger2021-11-014-10/+146
* typings: add JSDoc typings for inspectorVoltrex2021-10-311-1/+36
* dgram: fix send with out of bounds offset + lengthNitzan Uziely2021-10-251-0/+8
* http: response should always emit 'close'Robert Nagy2021-10-251-1/+1
* policy: fix message for invalid manifest specifierRich Trott2021-10-241-3/+2
* module: resolver & spec hardening /w refactoringGuy Bedford2021-10-241-45/+32
* stream: remove no longer necessary ComposeDuplexRobert Nagy2021-10-231-23/+1
* tty: support more CI services in `getColorDepth`Richie Bendall2021-10-231-2/+9
* lib: fix regular expression to detect `/` and `\`Francesco Trotta2021-10-211-1/+1
* stream: support array of streams in promises pipelineMestery2021-10-201-7/+4
* lib: add unsubscribe method to non-active DC channelssimon-id2021-10-191-0/+4
* lib: add return value for DC channel.unsubscribesimon-id2021-10-191-7/+9
* stream: fix fromAsyncGenRobert Nagy2021-10-191-4/+10
* src: get embedder options on-demandJoyee Cheung2021-10-162-15/+20
* net: check if option is undefinedDaijiro Wachi2021-10-131-2/+2
* net: remove unused ObjectKeysDaijiro Wachi2021-10-131-1/+0
* net: check objectMode first and then readble || writableDaijiro Wachi2021-10-131-14/+15
* net: throw error to object mode in SocketDaijiro Wachi2021-10-131-0/+15
* lib: refactor to use letgdccwxx2021-10-091-5/+3