summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-21atomis: add notify aliasGus Caplan
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-06-14src: add node_process.ccJames M Snell
2018-06-14doc: update NODE_OPTIONS section in cli.mdVse Mozhet Byt
2018-06-12Revert "src: restore stdio on program exit"Evan Lucas
2018-06-12src: reset TTY mode before cleaning up resourcesAnna Henningsen
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-08src: add node_encoding.ccJames M Snell
2018-06-08src: cleanup beforeExit for consistencyJames M Snell
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31trace_events: add version metadataJames M Snell
2018-05-31src: restore stdio on program exitBen Noordhuis
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-24src: remove --expose-http2 optionDaniel Bevenius
2018-05-23src,doc: add doc of --prof flag to help commandohbarye
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-21src: trace_events: background thread eventsAli Ijaz Sheikh
2018-05-19src: move *Exceptions out to separate cc/hJames M Snell
2018-05-19src: fix odd linting issueJames M Snell
2018-05-19src: move CallbackScope to separate cc/hJames M Snell
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-05-16src: handle TryCatch with empty messageBen Noordhuis
2018-05-14src: add public API to create isolate and contexthelloshuangzi
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-10src: add can_call_into_js flagAnna Henningsen
2018-05-10src: use cleanup hooks to tear down BaseObjectsAnna Henningsen
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-10src: fix nullptr dereference for signal during startupAnna Henningsen
2018-05-09src: protect global state with mutexesAnna Henningsen
2018-05-06src: add public API to expose the main V8 PlatformAllen Yonghuang Wang
2018-04-27src: improve fatal exceptionRuben Bridgewater
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-23Revert "src: make process.env.TZ setter clear tz cache"Ruben Bridgewater
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23src: make process.env.TZ setter clear tz cacheBen Noordhuis
2018-04-23src: cover extra load-via-special-symbol scenarioGabriel Schulhof
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-13process: add version constants and compareGus Caplan