summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* deps: update undici to 5.22.1Node.js GitHub Bot2023-05-161-1/+1
* doc: fix typo in binding functionsDeokjin Kim2023-05-161-1/+1
* permission: remove unused function declarationDeokjin Kim2023-05-151-3/+0
* src: deduplicate X509Certificate::Fingerprint*Tobias Nießen2023-05-152-36/+18
* vm: fix crash when setting __proto__ on context's globalThisFeng Yu2023-05-151-1/+2
* src: stop copying code cache, part 2Keyhan Vakil2023-05-153-51/+81
* src: add cjs_module_lexer_version base64_versionJithil P Ponnan2023-05-144-2/+20
* src: move BlobSerializerDeserializer to a separate header fileDarshan Sen2023-05-113-332/+488
* dns: call `ada::idna::to_ascii` directly from c++Yagiz Nizipli2023-05-101-11/+14
* src: rename SKIP_CHECK_SIZE to SKIP_CHECK_STRLENTobias Nießen2023-05-101-4/+4
* src: register external references for source codeKeyhan Vakil2023-05-105-103/+88
* src: support V8 experimental shared values in messagingShu-yu Guo2023-05-092-4/+31
* quic: fix typo in endpoint.hTobias Nießen2023-05-081-1/+1
* src: register ext reference for Fingerprint512Tobias Nießen2023-05-081-0/+1
* dgram: convert macro to templateTobias Nießen2023-05-082-33/+30
* src: stop copying code cacheKeyhan Vakil2023-05-072-6/+13
* src: clarify the parameter name in `Permission::Apply`Daeyeon Jeong2023-05-077-7/+7
* node-api: get Node API version used by addonVladimir Morozov2023-05-0510-44/+159
* http2: improve nghttp2 error callbackTobias Nießen2023-05-052-12/+8
* src: throw DataCloneError on transfering untransferable objectsChengzhong Wu2023-05-052-6/+14
* src: fix creating an ArrayBuffer from a Blob created with `openAsBlob`Daeyeon Jeong2023-05-041-2/+2
* src: avoid strcmp() with Utf8ValueTobias Nießen2023-05-044-8/+5
* quic: address recent coverity warningMichael Dawson2023-05-041-1/+1
* src: get binding data store directly from the realmJoyee Cheung2023-05-041-6/+6
* sea: add option to disable the experimental SEA warningDarshan Sen2023-05-043-18/+114
* worker: use snapshot in workers spawned by workersJoyee Cheung2023-05-041-4/+12
* src: prefer data accessor of string and vectorMohammed Keyvanzadeh2023-05-037-10/+11
* bootstrap: initialize per-isolate properties of bindings separatelyJoyee Cheung2023-05-0322-289/+384
* fs: move fs_use_promises_symbol to per-isolate symbolsJoyee Cheung2023-05-033-11/+12
* bootstrap: log isolate data info in mksnapshot debug logsJoyee Cheung2023-05-031-2/+2
* src: add per-isolate SetFastMethod and Set[Fast]MethodNoSideEffectJoyee Cheung2023-05-032-0/+69
* url: reduce revokeObjectURL cpp callsYagiz Nizipli2023-04-302-8/+24
* test_runner: fix --require with --experimental-loaderMoshe Atlow2023-04-291-0/+3
* src: avoid copying string in fs_permissionYagiz Nizipli2023-04-292-2/+2
* src: replace idna functions with ada::idnaYagiz Nizipli2023-04-282-0/+30
* test_runner: support combining coverage reportscjihrig2023-04-281-7/+0
* src: fix typo in comment in quic/sessionticket.ccTobias Nießen2023-04-281-1/+1
* src: mark fatal error functions as noreturnChengzhong Wu2023-04-277-20/+14
* quic: add additional QUIC implementationJames M Snell2023-04-2610-14/+2002
* src: split BlobSerializer/BlobDeserializerJoyee Cheung2023-04-262-100/+169
* src: prevent changing FunctionTemplateInfo after publishShelley Vohr2023-04-252-3/+8
* deps: update undici to 5.22.0Node.js GitHub Bot2023-04-251-1/+1
* deps: update ada to 2.2.0Node.js GitHub Bot2023-04-251-3/+3
* crypto: update root certificates to NSS 3.89Node.js GitHub Bot2023-04-231-83/+0
* src: add v8 fast api for url canParseKhafra2023-04-203-3/+29
* src: make AliasedBuffers in the binding data weakJoyee Cheung2023-04-2010-89/+213
* 2023-04-18, Version 20.0.0 (Current)RafaelGSS2023-04-181-1/+1
* node-api: remove unused mark_arraybuffer_as_untransferableChengzhong Wu2023-04-183-13/+0
* quic: add more QUIC implementationJames M Snell2023-04-179-8/+1479
* crypto: remove INT_MAX restriction in randomBytesTobias Nießen2023-04-171-6/+0