summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-10worker: use DataCloneError for unknown native objectsAnna Henningsen
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-09src: fix typosgengjiawen
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-04src: remove unnecessary semicolons after macrosYang Guo
2019-05-02src: refactor profile initializationJoyee Cheung
2019-05-02src: move Environment::context out of strong propertiesJoyee Cheung
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04src: implement MemoryRetainer in EnvironmentJoyee Cheung
2019-04-04process: store argv in EnvironmentJoyee Cheung
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30src: implement generic backend for process.envAnna Henningsen
2019-03-30src: allow per-Environment set of env varsAnna Henningsen
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-27src: move TrackingTraceStateObserver out of EnvironmentJoyee Cheung
2019-03-27src: move TickInfo out of EnvironmentJoyee Cheung
2019-03-27src: move ImmediateInfo out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-24src: micro-optimize ALPN negotiationBen Noordhuis
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-22src: refactor thread stopping mechanismAnna Henningsen
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-17src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-13src: clean up MultiIsolatePlatform interfaceAnna Henningsen
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-12src: rename Init and Start overloads to something more distinctiveJoyee Cheung