summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: avoid copy when creating BlobTobias Nießen2022-09-142-12/+7
* src: make ReqWrap weakRafael Gonzaga2022-09-146-14/+15
* src: make NearHeapLimitCallback() more robustJoyee Cheung2022-09-134-19/+38
* src: dump isolate stats when process exitsdaomingq2022-09-131-0/+1
* inspector: expose inspector.close on workersChengzhong Wu2022-09-131-2/+2
* bootstrap: generate bootstrapper arguments in BuiltinLoaderJoyee Cheung2022-09-136-79/+103
* test_runner: support using `--inspect` with `--test`Moshe Atlow2022-09-101-3/+0
* v8: add setHeapSnapshotNearHeapLimittheanarkh2022-09-085-14/+52
* src: consolidate environment cleanup queuelegendecas2022-09-087-103/+201
* bootstrap: remove unused global parameter in per-context scriptsJoyee Cheung2022-09-062-2/+1
* test: add more cases for parse-encodingTony Gorez2022-09-061-0/+4
* src: use automatic memory mgmt in SecretKeyGenTobias Nießen2022-09-052-11/+9
* cli: add `--watch`Moshe Atlow2022-09-055-2/+50
* src: use V8 entropy source if RAND_bytes() != 1Tobias Nießen2022-09-043-7/+15
* src: rename misleading arg in ClientHelloParserTobias Nießen2022-09-042-3/+3
* crypto: add digest name to INVALID_DIGEST errorsTobias Nießen2022-09-024-5/+6
* report: get stack trace with cross origin contextsChengzhong Wu2022-09-022-1/+10
* report: fix missing section javascriptHeap on OOMErrorlegendecas2022-09-021-18/+28
* src: improve error handling in CloneSSLCertsTobias Nießen2022-09-011-2/+3
* src: fix incorrect comments in cryptoTobias Nießen2022-09-012-3/+3
* src: avoid casting std::trunc(... / ...) to size_tTobias Nießen2022-09-011-2/+1
* src: expose environment RequestInterrupt apilegendecas2022-09-012-0/+19
* src: simplify enable_if logic of `ToStringHelper::BaseConvert`Feng Yu2022-09-011-2/+2
* src: add error handling to `uv_uptime` callJuan José Arboleda2022-08-311-2/+7
* src: introduce node::RealmChengzhong Wu2022-08-3119-829/+1131
* node-api: avoid calling virtual methods in base's dtorChengzhong Wu2022-08-313-8/+15
* src: remove base64_select_table and base64_tableTobias Nießen2022-08-312-17/+5
* crypto: use actual option name in error messageTobias Nießen2022-08-311-1/+1
* src: fix uv_err_name memory leaktheanarkh2022-08-301-1/+2
* src: make Endianness an enum classTobias Nießen2022-08-301-8/+5
* src: remove v8abbr.hTobias Nießen2022-08-302-127/+5
* doc: fix spacing issue in `--build-snapshot` help textShohei YOSHIDA2022-08-301-1/+1
* src: fix ssize_t error from nghttp2.hDarshan Sen2022-08-291-2/+3
* os: add machine methodtheanarkh2022-08-291-5/+5
* src: trace fs async apitheanarkh2022-08-282-27/+239
* src: restore context default IsCodeGenerationFromStringsAllowed valueChengzhong Wu2022-08-282-3/+29
* src: simplify and optimize GetOpenSSLVersion()Tobias Nießen2022-08-281-11/+6
* src: use `if constexpr` where appropriateAnna Henningsen2022-08-274-8/+8
* src: simplify ECDH::GetCurves()Tobias Nießen2022-08-261-17/+8
* inspector: prevent integer overflow in open()Tobias Nießen2022-08-251-0/+1
* crypto: simplify control flow in HKDFTobias Nießen2022-08-251-40/+26
* src: make minor improvements to EnabledDebugListTobias Nießen2022-08-252-17/+16
* node-api: cleanup redundant static modifierslegendecas2022-08-253-33/+30
* src: remove KeyObjectData::symmetric_key_len_Tobias Nießen2022-08-242-12/+4
* report: expose report public native apisChengzhong Wu2022-08-245-140/+172
* report: add queue info for udptheanarkh2022-08-241-1/+8
* vm: avoid unnecessary property getter interceptor callsJoyee Cheung2022-08-243-53/+44
* vm: include vm context in the embedded snapshotJoyee Cheung2022-08-244-11/+45
* vm: make ContextifyContext template context-independentJoyee Cheung2022-08-246-113/+162
* src: fix multiple format string bugsTobias Nießen2022-08-223-36/+23