summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
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
2019-03-09src: delete unused method SetTemplateMethodgengjiawen
2019-03-09src: delete unused method SetTemplateMethodNoSideEffectgengjiawen
2019-03-09src: delete unused variable in env.hgengjiawen
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-03-02worker: provide process.execArgvAnna Henningsen
2019-03-01src: simplify native immediate by using v8::GlobalAnna Henningsen
2019-03-01src: do not access Environment-owned handles after cleanupAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: add allocation utils to envAnna Henningsen
2019-02-25src: make IsolateData store ArrayBufferAllocatorAnna Henningsen
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-20src: simplify InspectorConsoleCallAnna Henningsen
2019-02-20src: move req_wrap_queue to base class of ReqWrapAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-18process: start coverage collection before bootstrapJoyee Cheung