summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
...
* embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen2019-03-131-2/+4
* src: refactor coverage connectionJoyee Cheung2019-03-121-2/+2
* src: merge debug-only `SealHandleScope`sAnna Henningsen2019-03-091-0/+14
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen2019-02-251-5/+7
* src: add debugging array allocatorAnna Henningsen2019-02-251-0/+23
* src: move function from header to source fileBen Noordhuis2019-02-211-14/+0
* src: unify uptime base used across the code baseJoyee Cheung2019-02-181-1/+1
* process: start coverage collection before bootstrapJoyee Cheung2019-02-181-1/+3
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-3/+3
* src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung2019-02-061-1/+1
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-0/+1
* src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung2019-02-011-3/+0
* process: split execution into main scriptsJoyee Cheung2019-01-301-2/+3
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-100/+0
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-161-1/+1
* src: move node::errno_string into node_errors.h/ccJoyee Cheung2019-01-141-326/+0
* src: dispose of V8 platform in `process.exit()`Anna Henningsen2019-01-121-0/+1
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-31/+0
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-3/+4
* buffer: move initialization of buffer prototype into node.jsJoyee Cheung2019-01-101-0/+1
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-10/+4
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-061-0/+4
* src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen2019-01-061-0/+3
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-2/+0
* src: move more process methods initialization in bootstrap/node.jsJoyee Cheung2018-12-211-14/+1
* src: move the declaration of http parser versions into node_metadata.hJoyee Cheung2018-12-211-3/+0
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-12/+5
* src: always compile and store code cache for native modulesJoyee Cheung2018-12-181-1/+0
* process: move environment variable proxy code into node_env_var.ccJoyee Cheung2018-12-171-10/+3
* src: mark some global state as constAnna Henningsen2018-12-161-2/+2
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-0/+3
* src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung2018-11-301-109/+3
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-0/+5
* src: compile native modules and their code cache in C++Joyee Cheung2018-11-151-0/+1
* src: bundle persistent-to-local methods as classGabriel Schulhof2018-11-131-8/+0
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-71/+40
* src: refactor FillStatsArrayRefael Ackermann2018-10-241-52/+0
* src: remove `Environment::tracing_agent_writer()`Anna Henningsen2018-10-241-0/+2
* src: replace NO_RETURN with [[noreturn]]Refael Ackermann2018-10-111-1/+1
* src: define zlib constants in node_zlib.ccAnna Henningsen2018-09-251-0/+2
* src: deprecate global COUNTER_* and remove perfctrJames M Snell2018-09-191-1/+1
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-1/+3
* src: move DebugPortGetter/Setter to node_process.ccJames M Snell2018-09-141-0/+5
* src: move getActiveResources/Handles to node_process.ccJames M Snell2018-09-141-0/+2
* process: generate list of allowed env flags programmaticallyAnna Henningsen2018-09-091-5/+0
* src: fix a typo in the commentGireesh Punathil2018-09-031-1/+1
* src: make CLI options programatically accesibleAnna Henningsen2018-09-011-0/+2
* process: add allowedNodeEnvironmentFlags propertyChristopher Hiller2018-08-241-0/+5
* src: move more to node_process.cc from node.ccJames M Snell2018-08-221-0/+23