summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* stream: dont access Object.prototype.type during TransformStream initDebadree Chatterjee2023-02-021-0/+2
* test_runner: top-level diagnostics not ommited when running with --testPulkit Gupta2023-02-021-1/+11
* async_hooks: remove experimental onPropagate optionJames M Snell2023-02-011-13/+2
* stream: validate writable defaultEncodingMarco Ippolito2023-01-301-1/+8
* http: keep HTTP/1.1 conns alive even if the Connection header is removedTim Perry2023-01-301-2/+3
* lib: remove unnecessary ObjectGetValueSafeChengzhong Wu2023-01-301-18/+8
* fs: add statfs() functionsColin Ihrig2023-01-293-0/+58
* test: fix tap escaping with and without --testPulkit Gupta2023-01-281-3/+3
* vm: expose cachedDataRejected for vm.compileFunctionAnna Henningsen2023-01-251-0/+4
* tools: require more trailing commasAntoine du Hamel2023-01-251-2/+2
* v8: support gc profiletheanarkh2023-01-251-1/+21
* stream: remove brandchecks from stream duplexifyDebadree Chatterjee2023-01-251-10/+2
* http: throw error if options of http.Server is arrayDeokjin Kim2023-01-252-19/+24
* src,lib: add constrainedMemory API for processtheanarkh2023-01-251-0/+1
* lib: refactor to use validators in http2Debadree Chatterjee2023-01-241-11/+12
* readline: fix detection of carriage returnAntoine du Hamel2023-01-241-0/+1
* url: refactor to use more primordialsAntoine du Hamel2023-01-223-25/+29
* lib: cache parsed source maps to reduce memory footprintChengzhong Wu2023-01-221-8/+18
* events: refactor to use `validateNumber`Deokjin Kim2023-01-221-12/+4
* doc: mark some parameters as optional in webstreamsDeokjin Kim2023-01-212-7/+7
* stream: fix readable stream as async iterator functionErick Wendel2023-01-201-0/+2
* buffer: add isAscii methodYagiz Nizipli2023-01-201-0/+10
* lib: add webstreams to Duplex.from()Debadree Chatterjee2023-01-191-15/+23
* test_runner: update comment to comply with eslint no-fallthrough ruleAntoine du Hamel2023-01-191-3/+1
* doc: fix mismatched arguments of `NodeEventTarget`Deokjin Kim2023-01-191-1/+1
* stream: fix pipeline calling end on destination more than onceDebadree Chatterjee2023-01-191-1/+1
* trace_events: refactor to use `validateStringArray`Deokjin Kim2023-01-191-7/+2
* events: add `initEvent` to EventDeokjin Kim2023-01-191-0/+18
* events: change status of `event.returnvalue` to legacyDeokjin Kim2023-01-191-1/+1
* crypto: add CryptoKey Symbol.toStringTagFilip Skokan2023-01-181-0/+5
* readline: refactor to use `validateNumber`Deokjin Kim2023-01-181-8/+2
* buffer: use min/max of `validateNumber`Deokjin Kim2023-01-181-6/+3
* stream: implement finished() for ReadableStream and WritableStreamDebadree Chatterjee2023-01-184-9/+69
* crypto: add cipher update/final methods encoding validationvitpavlenko2023-01-171-2/+8
* http: refactor to use `validateHeaderName`Deokjin Kim2023-01-171-5/+3
* http: writeHead if statusmessage is undefined dont override headersMarco Ippolito2023-01-171-1/+1
* crypto: use WebIDL converters in WebCryptoAPIFilip Skokan2023-01-1713-311/+1291
* src,lib: the handle keeps loop alive in cluster rr modetheanarkh2023-01-161-7/+26
* lib: use kEmptyObject and update JSDoc in webstreamsDeokjin Kim2023-01-153-17/+10
* lib: refactor to use validate functionDeokjin Kim2023-01-143-21/+12
* vm: refactor to use validate functionDeokjin Kim2023-01-141-16/+7
* http: refactor to use min of validateNumber for maxTotalSocketsDeokjin Kim2023-01-131-10/+1
* lib: reuse invalid state errors on webstreamsRafael Gonzaga2023-01-132-10/+50
* esm: mark `importAssertions` as requiredAntoine du Hamel2023-01-121-6/+2
* esm: allow resolve to return import assertionsGeoffrey Booth2023-01-122-19/+38
* perf_hooks: fix checking range of `options.figures` in createHistogramDeokjin Kim2023-01-101-2/+1
* tools: add `prefer-proto` ruleJordan Harband2023-01-1042-133/+84
* http: res.setHeaders first implementationMarco Ippolito2023-01-092-3/+22
* doc,lib,src,test: rename --test-coveragecjihrig2023-01-083-4/+6
* test_runner: add initial code coverage supportcjihrig2023-01-088-32/+495