| Commit message (Expand) | Author | Age | Files | Lines |
| * | src: prefer data accessor of string and vector | Mohammed Keyvanzadeh | 2023-05-03 | 1 | -2/+2 |
| * | sea: use JSON configuration and blob content for SEA | Joyee Cheung | 2023-04-09 | 1 | -0/+5 |
| * | src: don't reset embeder signal handlers | Dmitry Vyukov | 2023-03-31 | 1 | -0/+11 |
| * | src: share common code paths for SEA and embedder script | Anna Henningsen | 2023-03-02 | 1 | -26/+9 |
| * | lib,src: update exit codes as per todos | Debadree Chatterjee | 2023-02-26 | 1 | -9/+6 |
| * | src: apply ABI-breaking API simplifications | Anna Henningsen | 2023-02-20 | 1 | -4/+0 |
| * | src: add initial support for single executable applications | Darshan Sen | 2023-02-18 | 1 | -0/+17 |
| * | src: allow optional Isolate termination in node::Stop() | Shelley Vohr | 2023-02-17 | 1 | -1/+5 |
| * | src: allow blobs in addition to `FILE*`s in embedder snapshot API | Anna Henningsen | 2023-02-06 | 1 | -2/+2 |
| * | src: avoid leaking snapshot fp on error | Tobias Nießen | 2023-02-06 | 1 | -2/+3 |
| * | src: allow snapshotting from the embedder API | Anna Henningsen | 2023-02-03 | 1 | -5/+12 |
| * | src: make build_snapshot a per-Isolate option, rather than a global one | Anna Henningsen | 2023-02-03 | 1 | -2/+2 |
| * | src: use uint32_t for process initialization flags enum | Anna Henningsen | 2023-02-02 | 1 | -1/+7 |
| * | src: make BuiltinLoader threadsafe and non-global | Anna Henningsen | 2023-01-18 | 1 | -5/+0 |
| * | src: rename internal module declaration as internal bindings | legendecas | 2022-11-29 | 1 | -3/+3 |
| * | build,deps,src: fix Intel VTune profiling support | Shi Lei | 2022-11-22 | 1 | -0/+4 |
| * | src: lock-free init_process_flags | Jérémy Lal | 2022-10-31 | 1 | -1/+1 |
| * | src: clarify OptionEnvvarSettings member names | Chengzhong Wu | 2022-10-27 | 1 | -3/+3 |
| * | src: remap invalid file descriptors using `dup2` | Obiwac | 2022-10-26 | 1 | -2/+23 |
| * | src: forbid running watch mode in REPL | Moshe Atlow | 2022-10-20 | 1 | -1/+1 |
| * | src: return void in InitializeInspector() | Joyee Cheung | 2022-10-14 | 1 | -3/+3 |
| * | src,test: disable freezing V8 flags on initialization | Clemens Backes | 2022-10-11 | 1 | -0/+5 |
| * | src: consolidate exit codes in the code base | Joyee Cheung | 2022-10-06 | 1 | -57/+90 |
| * | crypto: fix weak randomness in WebCrypto keygen | Ben Noordhuis | 2022-09-23 | 1 | -10/+15 |
| * | bootstrap: generate bootstrapper arguments in BuiltinLoader | Joyee Cheung | 2022-09-13 | 1 | -9/+1 |
| * | v8: add setHeapSnapshotNearHeapLimit | theanarkh | 2022-09-08 | 1 | -3/+2 |
| * | cli: add `--watch` | Moshe Atlow | 2022-09-05 | 1 | -0/+4 |
| * | src: use V8 entropy source if RAND_bytes() != 1 | Tobias Nießen | 2022-09-04 | 1 | -2/+4 |
| * | src: introduce node::Realm | Chengzhong Wu | 2022-08-31 | 1 | -153/+3 |
| * | bootstrap: check more metadata when loading the snapshot | Joyee Cheung | 2022-08-09 | 1 | -2/+12 |
| * | src: disambiguate terms used to refer to builtins and addons | Joyee Cheung | 2022-08-09 | 1 | -17/+16 |
| * | src: add detailed embedder process initialization API | Anna Henningsen | 2022-08-05 | 1 | -206/+270 |
| * | bootstrap: support more builtins in the embedded code cache | Joyee Cheung | 2022-08-05 | 1 | -48/+20 |
| * | src: remove usages of GetBackingStore in startup | Keyhan Vakil | 2022-08-03 | 1 | -2/+2 |
| * | bootstrap: implement --snapshot-blob and --build-snapshot | Joyee Cheung | 2022-08-03 | 1 | -22/+111 |
| * | src: split property helpers from node::Environment | legendecas | 2022-08-02 | 1 | -3/+3 |
| * | src: turn embedder api overload into default argument | Alena Khineika | 2022-07-26 | 1 | -7/+0 |
| * | src: merge NativeModuleEnv into NativeModuleLoader | Joyee Cheung | 2022-07-21 | 1 | -5/+4 |
| * | build: remove dtrace & etw support | Ben Noordhuis | 2022-07-17 | 1 | -8/+0 |
| * | src: pass only Isolate* and env_vars to EnabledDebugList::Parse() | Darshan Sen | 2022-07-15 | 1 | -1/+1 |
| * | bootstrap: move global initialization to js | Alena Khineika | 2022-07-08 | 1 | -5/+0 |
| * | v8: add v8.startupSnapshot utils | Joyee Cheung | 2022-06-17 | 1 | -0/+8 |
| * | src,doc,test: add --openssl-shared-config option | Daniel Bevenius | 2022-05-31 | 1 | -1/+6 |
| * | src,deps,build,test: add OpenSSL config appname | Daniel Bevenius | 2022-05-31 | 1 | -18/+33 |
| * | bootstrap: include code cache in the embedded snapshot | Joyee Cheung | 2022-05-17 | 1 | -2/+4 |
| * | src: delete AllocatedBuffer | Darshan Sen | 2022-05-13 | 1 | -1/+0 |
| * | src: make --no-node-snapshot a per-process option | Joyee Cheung | 2022-04-28 | 1 | -2/+1 |
| * | bootstrap: move embedded snapshot to SnapshotBuilder | Joyee Cheung | 2022-04-20 | 1 | -2/+3 |
| * | test_runner: add initial CLI runner | Colin Ihrig | 2022-04-15 | 1 | -0/+4 |
| * | build: add --node-snapshot-main configure option | Joyee Cheung | 2022-03-31 | 1 | -0/+10 |