summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-03src: move version metadata into node_metadata{.h, .cc}Joyee Cheung
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-26build,src: sync src files with node.gypRefael Ackermann
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-17src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-11-09build: move headers out of c++ src sectionDaniel Bevenius
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-25build: expose more openssl categories for addonsJonathan Cardoso Machado
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