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
path: root/doc
AgeCommit message (Expand)Author
2015-07-24doc: note about custom inspect functionsSakthipriyan Vairamani
2015-07-24cluster: emit 'message' event on cluster masterSam Roberts
2015-07-23tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny
2015-07-23doc: Replace util.debug with console.errorYosuke Furukawa
2015-07-20doc: add TSC meeting minutes 2015-07-15Rod Vagg
2015-07-17docs: link to more up-to-date v8 docsJeremiah Senkpiel
2015-07-16doc: add TSC meeting minutes 2015-07-08Rod Vagg
2015-07-15doc: add TSC meeting minutes 2015-07-01Rod Vagg
2015-07-14doc,test: empty strings in path moduleSakthipriyan Vairamani
2015-07-11src: add --track-heap-objectsBradley Meck
2015-07-11doc: document fs.watchFile behaviour on ENOENTBrendan Ashworth
2015-07-07doc: document current release procedureRod Vagg
2015-07-04doc: don't recommend domains for error handlingBenjamin Gruenbaum
2015-06-25doc: make the abbreviation 1MM clearIvan Yan
2015-06-25doc: add TSC meeting minutes 2015-06-17Rod Vagg
2015-06-24doc: add TSC meeting minutes 2015-05-27Rod Vagg
2015-06-24doc: archive io.js TC minutesRod Vagg
2015-06-24doc: rename tc-meetings to tsc-meetingsRod Vagg
2015-06-23doc: add TC meeting 2015-05-13 minutesRod Vagg
2015-06-17doc: add TSC meeting notes 2015-06-10Bert Belder
2015-06-16doc: minor clarification in the modules API doc.Сковорода Никита Андреевич
2015-06-09doc: add references to crypto.getCurves()Roman Reiss
2015-06-08crypto: add getCurves() to get supported ECsBrian White
2015-06-07doc: remove comma spliceRich Trott
2015-06-07doc: add note about available ECC curvesRyan Petschek
2015-06-06os: add homedir()cjihrig
2015-06-05fs: Add string encoding option for Stream methodYosuke Furukawa
2015-06-02fs: set encoding on fs.createWriteStreamYosuke Furukawa
2015-06-02doc: fix http.IncomingMessage.socket documentationСковорода Никита Андреевич
2015-06-01docs: add return value for sync fs functionsTyler Anton
2015-06-01docs: delete unused/duplicate css filesRobert Kowalski
2015-05-27doc: `fs.*File()` also accept encoding stringsRich Trott
2015-05-26doc: add documentation for AtExit hookSteve Sharp
2015-05-26doc: clarify stability of fs.watch and relativesRich Trott
2015-05-25doc: state url decoding behaviorJosh Gummersall
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-22doc: path is ignored in url.formatMaurice Butler
2015-05-20tls: make server not use DHE in less than 1024bitsShigeki Ohtsu
2015-05-20doc: add notes to child_process.fork() and .exec()Rich Trott
2015-05-18doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger
2015-05-17doc: recommend against use of NODE_PATHsmikes
2015-05-17doc: fix connectListener description in net docsJosh Gummersall
2015-05-17repl: support non-array `.scope`, document itYazhong Liu
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-11tls: update default ciphers to use gcm and aes128Mike MacCana
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke
2015-05-07doc: add TC meeting 2015-04-29 minutesRod Vagg
2015-05-03doc: add require() lines to child.stdio exampleNick Raienko
2015-05-02doc: fix some cross-referencesAlexander Gromnitsky