summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
2018-08-04src: remove unused env->vm_parsing_context_symbolJon Moss
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: reduce unnecessary includesAnna Henningsen
2018-07-16src: fix async hooks crashing when there is no node contextJavier Gonzalez
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-15src: add iteration over all base objects to EnvironmentAnna Henningsen
2018-07-11src: make Environment::is_stopping_worker inlineJon Moss
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-25inspector: add debugging for WebSocket messagesTimothy Gu
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-24src: remove tick_info->has_thrownAnatoli Papirovski
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-20workers,trace_events: set thread name for workersJames M Snell
2018-06-15Revert "workers,trace_events: set thread name for workers"James M Snell
2018-06-15workers,trace_events: set thread name for workersJames M Snell
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-08src: cleanup beforeExit for consistencyJames M Snell
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06src: add Env::profiler_idle_notifier_started()Timothy Gu
2018-06-06worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06src: make handle onclose property a SymbolAnna Henningsen
2018-06-01Revert "src: fix GetCpuProfiler() deprecation warning"Michaël Zasso
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-10src: add can_call_into_js flagAnna Henningsen
2018-05-10src: keep track of open requestsAnna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-06http2: rename http2_state class to Http2StateDaniel Bevenius
2018-05-05src: removed unnecessary prototypes from Environment::SetProtoMethodBrandon Ruggles
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-03-30src: general C++ cleanup in node_url.ccAnna Henningsen
2018-03-30net: track bytesWritten in C++ landAnna Henningsen
2018-03-29src: sort ENVIRONMENT_STRONG_PERSISTENT_PROPERTIESDaniel Bevenius
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27src: use `unordered_map` for perf marksAnna Henningsen
2018-03-25src: remove unused 'ares.h' include from env.hAnna Henningsen
2018-03-15src: simplify Environment::HandleCleanupJoyee Cheung
2018-03-15http: align parser with StreamBase interface changesAnna Henningsen
2018-03-15src: use ObjectTemplate for creating stream req objsAnna Henningsen
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen