summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2018-10-24build: allow for overwriting of use_openssl_defShelley Vohr
2018-10-18src: initial large page (2M) supportSuresh Srinivas
2018-10-10build: restore js2c direct dependency on config.gypiRefael Ackermann
2018-10-04build: add loader path to rpath for cctestSam Ruby
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-02build: encapsulate node/inspector gyp scafoldingRefael Ackermann
2018-10-02build: reduce chance of unneeded rebuildRefael Ackermann
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-17build: skip cctest on Windows shared lib buildYihong Wang
2018-09-11build,win: exclude warning 4244 only for depsRefael Ackermann
2018-09-11build,win: WHOLEARCHIVE needs just lib nameRefael Ackermann
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-20os: improve networkInterfaces performanceRuben Bridgewater
2018-08-10inspector: add inspector_protocol as a direct dependencyAndrey Lushnikov
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-12trace_events: add traced_value.cc/traced_value.hJames M Snell
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-20dns: add promisified dns modulecjihrig
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung
2018-06-14src: add node_process.ccJames M Snell
2018-06-13build: expose openssl scrypt functions to addonsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13src: unify native symbol inspection codeAnna Henningsen
2018-06-08src: add node_encoding.ccJames M Snell
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: improve error (de)serializationAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-24src: re-integrate headers into node.hAnna Henningsen
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-19src: move *Exceptions out to separate cc/hJames M Snell