summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* url: replace url-parser with adaYagiz Nizipli2023-04-111-2/+0
* deps: add ada as a dependencyYagiz Nizipli2023-04-111-0/+4
* src: add initial support for single executable applicationsDarshan Sen2023-04-111-1/+6
* build,test: add proper support for IBM iXu Meng2023-04-051-6/+6
* build: export more OpenSSL symbols on WindowsMohamed Akram2023-03-041-1/+2
* build: add extra semi checkJiawen Geng2023-01-311-0/+1
* src: use simdutf for converting externalized builtins to UTF-16Anna Henningsen2023-01-311-0/+1
* deps: add simdutf dependencyYagiz Nizipli2023-01-311-0/+1
* node-api: generalize finalizer second pass callbacklegendecas2023-01-241-1/+0
* build,deps,src: fix Intel VTune profiling supportShi Lei2023-01-031-0/+1
* build: make scripts in gyp run with right pythonJiawen Geng2023-01-031-1/+1
* src: print nghttp2 logs when using --debug-nghttp2Santiago Gimeno2023-01-031-0/+3
* src: add support for externally shared js builtinsMichael Dawson2023-01-031-3/+1
* src: create BaseObject with node::RealmChengzhong Wu2023-01-031-0/+1
* src: introduce node::RealmChengzhong Wu2023-01-031-0/+4
* src: support WeakReference in snapshotJoyee Cheung2023-01-031-0/+1
* src: add initial shadow realm supportlegendecas2022-11-041-0/+2
* gyp: libnode for ios app embeddingchexiongsheng2022-09-261-1/+1
* tls: fix out-of-bounds read in ClientHelloParserTobias Nießen2022-09-261-0/+1
* build: remove redundant entry in cryptoJiawen Geng2022-09-261-1/+0
* src: consolidate environment cleanup queuelegendecas2022-09-261-0/+3
* crypto: fix weak randomness in WebCrypto keygenBen Noordhuis2022-09-221-0/+2
* report: expose report public native apisChengzhong Wu2022-09-051-0/+1
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-221-2/+2
* src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung2022-07-251-2/+0
* deps,src: use SIMD for normal base64 encodingBrian White2022-07-251-0/+2
* build,test: increase stack size limit on WindowsTobias Nießen2022-07-121-0/+6
* src,deps,build,test: add OpenSSL config appnameDaniel Bevenius2022-06-301-5/+5
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-301-95/+11
* src: delete AllocatedBufferDarshan Sen2022-05-161-2/+0
* build: fix various shared library build issuesWilliam Marlow2022-05-101-1/+54
* lib,src: implement WebAssembly Web APITobias Nießen2022-04-281-0/+1
* bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung2022-04-281-0/+1
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-14/+39
* test: move test-crypto-engine to addonMichael Dawson2022-02-071-26/+0
* lib: add fetchMichaël Zasso2022-02-011-0/+1
* src: prevent extra copies of `TimerWrap::TimerCb`Darshan Sen2021-11-121-0/+1
* test: test `crypto.setEngine()` using an actual engineDarshan Sen2021-10-301-0/+26
* deps,build,tools: fix openssl-is-fips for ninja buildsDaniel Bevenius2021-10-211-7/+13
* deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius2021-10-111-1/+77
* build: preserves symbols during LTO with macOS linkerJesse Chan2021-09-051-0/+13
* build: override python executable path on configurelegendecas2021-07-301-2/+2
* deps: extract gtest source files to deps/googletestlegendecas2021-07-161-2/+3
* build: add `library_files` to gyp variableshimself652021-07-141-1/+1
* node-api: cctest on v8impl::Referencelegendecas2021-07-051-0/+2
* deps: update Acorn to v8.4.1Michaël Zasso2021-06-291-4/+0
* build: pass directory instead of list of files to js2c.pyJoyee Cheung2021-06-241-246/+19
* debugger: rename internal library for clarityRich Trott2021-06-201-3/+3
* src,url: separate some tables out of node_url.ccXadillaX2021-06-171-0/+1
* tools: refactor snapshot builderJoyee Cheung2021-06-101-2/+0