summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: refactor options parsingAnna Henningsen2018-08-221-63/+3
* src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen2018-08-121-3/+0
* src: fix up doc comment for experimental-worker boolAnna Henningsen2018-08-091-2/+2
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-2/+4
* src: make heap snapshot & embedder graph accessible for testsAnna Henningsen2018-07-151-0/+1
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-1/+1
* src: avoid common case heap allocationBen Noordhuis2018-06-221-0/+34
* process: implement process.hrtime.bigint()Joyee Cheung2018-06-171-0/+1
* src: add node_process.ccJames M Snell2018-06-141-0/+14
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-131-0/+2