summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: clean up embedder APIAnna Henningsen2020-11-021-45/+0
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-0/+4
* src: fix incorrect SIGSEGV handling in NODE_USE_V8_WASM_TRAP_HANDLERAnatoly Korniltsev2020-09-261-0/+1
* src: enable wasm trap handler on windowsGus Caplan2020-09-151-2/+30
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-08-291-0/+1
* module: unflag Top-Level AwaitMyles Borins2020-08-031-0/+7
* src: make code cache test work with snapshotsJoyee Cheung2020-07-181-0/+1
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-8/+3
* src: add an ExternalReferenceRegistry classJoyee Cheung2020-07-181-0/+1
* src: exit explicitly after printing V8 helpAnna Henningsen2020-07-071-5/+7
* lib,src: remove cpu profiler idle notifierBen Noordhuis2020-06-251-11/+1
* src: tolerate EPERM returned from tcsetattrpatr0nus2020-06-251-1/+4
* src: remove _third_party_main supportAnna Henningsen2020-06-241-7/+0
* src: remove deprecated node debug commandJames M Snell2020-06-011-1/+1
* src: extract AllocatedBuffer from env.hJames M Snell2020-05-301-0/+1
* src: add default: case to silence compiler warningAnna Henningsen2020-05-181-1/+1
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-151-0/+45
* src: remove unused using declarations in node.ccDaniel Bevenius2020-05-131-2/+0
* src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius2020-05-121-2/+2
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-2/+1
* src: make creating per-binding data structures easierAnna Henningsen2020-04-061-1/+1
* Revert "embedding: make Stop() stop Workers"Anna Henningsen2020-04-031-1/+1
* embedding: make Stop() stop WorkersAnna Henningsen2020-04-021-1/+1
* src: provide a variant of LoadEnvironment taking a callbackAnna Henningsen2020-03-211-7/+22
* src: align worker and main thread code with embedder APIAnna Henningsen2020-03-211-12/+7
* lib: add option to disable __proto__Gus Caplan2020-03-181-0/+7
* src: unconditionally include report featurecjihrig2020-03-151-6/+1
* src: implement per-process native Debug() printerJoyee Cheung2020-03-101-0/+4
* src: move InternalCallbackScope to StartExecutionShelley Vohr2020-02-271-0/+6
* src: include large pages source unconditionallyGabriel Schulhof2020-02-241-17/+3
* src: allow to reuse env options handlingDenys Otrishko2020-02-131-67/+6
* build: enable loading internal modules from diskGus Caplan2020-01-311-0/+1
* src: reduce code duplication in BootstrapNodeDenys Otrishko2020-01-251-29/+13
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-1/+1
* src: use uv_guess_handle() to detect TTYscjihrig2020-01-151-11/+1
* tools: add clang-tidy rule in srcgengjiawen2020-01-111-1/+1
* src: remove uses of node::InitializeV8Platform()Ben Noordhuis2020-01-091-1/+2
* src: make large_pages node.cc include conditionalDenys Otrishko2019-12-271-0/+2
* src: port --bash-completion to C++Joyee Cheung2019-12-251-3/+12
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-10/+20
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2019-12-201-7/+40
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2019-12-131-0/+20
* src: fix the false isatty() issue on IBMiXu Meng2019-12-101-0/+10
* src: expose ability to set optionsShelley Vohr2019-11-181-6/+10
* src: enhance feature access `CHECK`s during bootstrapAnna Henningsen2019-11-181-1/+2
* src: use unique_ptr for InitializeInspector()Anna Henningsen2019-11-061-4/+3
* src: make WaitForInspectorDisconnect an exit hookAnna Henningsen2019-11-061-25/+1
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-1/+0
* src: use callback scope for main scriptAnna Henningsen2019-11-061-7/+2
* cli: add --trace-uncaught flagAnna Henningsen2019-10-221-0/+2