Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-16src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-11src: always use diagnostic file sequence numbercjihrig
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-31src: allow per-Environment set of env varsAnna Henningsen
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-09src: merge debug-only `SealHandleScope`sAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-25src: add debugging array allocatorAnna Henningsen
2019-02-21src: move function from header to source fileBen Noordhuis
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-15process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src: move the declaration of http parser versions into node_metadata.hJoyee Cheung
2018-12-18process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-17src: mark some global state as constAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-01src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-19src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-14src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-12src: replace NO_RETURN with [[noreturn]]Refael Ackermann