Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-29build: allow for overwriting of use_openssl_defShelley Vohr
2018-11-29src: initial large page (2M) supportSuresh Srinivas
2018-10-10build: restore js2c direct dependency on config.gypiRefael Ackermann
2018-10-07src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-07util: move inspect in separate fileRuben Bridgewater
2018-10-05build: add loader path to rpath for cctestSam Ruby
2018-10-03build: reduce chance of unneeded rebuildRefael Ackermann
2018-10-03build: encapsulate node/inspector gyp scafoldingRefael Ackermann
2018-09-25inspector: workers debuggingEugene Ostroukhov
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-21crypto: add API for key pair generationTobias Nießen
2018-09-20build: skip cctest on Windows shared lib buildYihong Wang
2018-09-12build,win: exclude warning 4244 only for depsRefael Ackermann
2018-09-12build,win: WHOLEARCHIVE needs just lib nameRefael Ackermann
2018-09-06coverage: expose native V8 coverageBenjamin Coe
2018-09-06cli: generate --help text in JSAnna Henningsen
2018-09-06src: refactor options parsingAnna Henningsen
2018-09-03os: improve networkInterfaces performanceRuben Bridgewater
2018-08-15inspector: add inspector_protocol as a direct dependencyAndrey Lushnikov
2018-08-04repl: support mult-line string-keyed objectsSam Ruby
2018-08-01vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-31dgram: hide underscored Socket propertiescjihrig
2018-07-18process: split bootstrappers by threads that can run themJoyee Cheung
2018-07-16src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-14src: add node_process.ccJames M Snell
2018-07-14inspector: split main thread interface from transportEugene Ostroukhov
2018-07-14src: enable more detailed memory trackingAnna Henningsen
2018-07-14trace_events: add traced_value.cc/traced_value.hJames M Snell
2018-07-04messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-28src: move context bootstrap to jsGus Caplan
2018-06-28build: speed up startup with V8 code cacheJoyee Cheung
2018-06-20dns: add promisified dns modulecjihrig
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-13src: add node_encoding.ccJames M Snell
2018-06-13worker: rename to worker_threadsAnna Henningsen
2018-06-13worker: improve error (de)serializationAnna Henningsen
2018-06-13worker: initial implementationAnna Henningsen
2018-06-13worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-13worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-13src: refactor bootstrap to use bootstrap objectJames M Snell
2018-06-13fs: refactor fs moduleJames M Snell
2018-06-13process: backport process/methods fileMichaël Zasso
2018-06-06lib: introduce internal/validatorsMichaël Zasso
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-24src: re-integrate headers into node.hAnna Henningsen
2018-05-22src: move *Exceptions out to separate cc/hJames M Snell
2018-05-22src: move CallbackScope to separate cc/hJames M Snell
2018-05-22lib,src: use V8 API for collection inspectionAnna Henningsen