summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: prefer data accessor of string and vectorMohammed Keyvanzadeh2023-05-031-2/+2
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-091-0/+5
* src: don't reset embeder signal handlersDmitry Vyukov2023-03-311-0/+11
* src: share common code paths for SEA and embedder scriptAnna Henningsen2023-03-021-26/+9
* lib,src: update exit codes as per todosDebadree Chatterjee2023-02-261-9/+6
* src: apply ABI-breaking API simplificationsAnna Henningsen2023-02-201-4/+0
* src: add initial support for single executable applicationsDarshan Sen2023-02-181-0/+17
* src: allow optional Isolate termination in node::Stop()Shelley Vohr2023-02-171-1/+5
* src: allow blobs in addition to `FILE*`s in embedder snapshot APIAnna Henningsen2023-02-061-2/+2
* src: avoid leaking snapshot fp on errorTobias Nießen2023-02-061-2/+3
* src: allow snapshotting from the embedder APIAnna Henningsen2023-02-031-5/+12
* src: make build_snapshot a per-Isolate option, rather than a global oneAnna Henningsen2023-02-031-2/+2
* src: use uint32_t for process initialization flags enumAnna Henningsen2023-02-021-1/+7
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-5/+0
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* build,deps,src: fix Intel VTune profiling supportShi Lei2022-11-221-0/+4
* src: lock-free init_process_flagsJérémy Lal2022-10-311-1/+1
* src: clarify OptionEnvvarSettings member namesChengzhong Wu2022-10-271-3/+3
* src: remap invalid file descriptors using `dup2`Obiwac2022-10-261-2/+23
* src: forbid running watch mode in REPLMoshe Atlow2022-10-201-1/+1
* src: return void in InitializeInspector()Joyee Cheung2022-10-141-3/+3
* src,test: disable freezing V8 flags on initializationClemens Backes2022-10-111-0/+5
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-57/+90
* crypto: fix weak randomness in WebCrypto keygenBen Noordhuis2022-09-231-10/+15
* bootstrap: generate bootstrapper arguments in BuiltinLoaderJoyee Cheung2022-09-131-9/+1
* v8: add setHeapSnapshotNearHeapLimittheanarkh2022-09-081-3/+2
* cli: add `--watch`Moshe Atlow2022-09-051-0/+4
* src: use V8 entropy source if RAND_bytes() != 1Tobias Nießen2022-09-041-2/+4
* src: introduce node::RealmChengzhong Wu2022-08-311-153/+3
* bootstrap: check more metadata when loading the snapshotJoyee Cheung2022-08-091-2/+12
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-17/+16
* src: add detailed embedder process initialization APIAnna Henningsen2022-08-051-206/+270
* bootstrap: support more builtins in the embedded code cacheJoyee Cheung2022-08-051-48/+20
* src: remove usages of GetBackingStore in startupKeyhan Vakil2022-08-031-2/+2
* bootstrap: implement --snapshot-blob and --build-snapshotJoyee Cheung2022-08-031-22/+111
* src: split property helpers from node::Environmentlegendecas2022-08-021-3/+3
* src: turn embedder api overload into default argumentAlena Khineika2022-07-261-7/+0
* src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung2022-07-211-5/+4
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-8/+0
* src: pass only Isolate* and env_vars to EnabledDebugList::Parse()Darshan Sen2022-07-151-1/+1
* bootstrap: move global initialization to jsAlena Khineika2022-07-081-5/+0
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-0/+8
* src,doc,test: add --openssl-shared-config optionDaniel Bevenius2022-05-311-1/+6
* src,deps,build,test: add OpenSSL config appnameDaniel Bevenius2022-05-311-18/+33
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-171-2/+4
* src: delete AllocatedBufferDarshan Sen2022-05-131-1/+0
* src: make --no-node-snapshot a per-process optionJoyee Cheung2022-04-281-2/+1
* bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung2022-04-201-2/+3
* test_runner: add initial CLI runnerColin Ihrig2022-04-151-0/+4
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-0/+10