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-06-12tls: make server not use DHE in less than 1024bitsShigeki Ohtsu
2015-04-16node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-11doc: remove keepAlive options from http.requestJeremiah Senkpiel
2015-04-11doc: remove redundant parameter in `end` listener.Alex Yursha
2015-04-11doc: document Console classJackson Tian
2015-04-09doc: properly indent http.Agent keepAlive optionsJeremiah Senkpiel
2015-04-09doc: add TC meeting 2015-03-18 minutesRod Vagg
2015-04-09doc: add TC meeting 2015-04-01 minutesRod Vagg
2015-04-07build: Remove building against a shared V8Johan Bergström
2015-04-04doc,src: remove references to --max-stack-sizeAria Stewart
2015-04-03doc: add back quote to boolean variable 'true'Kohei TAKATA
2015-04-01doc: add TC meeting minutes 2015-03-04Rod Vagg
2015-03-31doc: fix util.isObject documentationJeremiah Senkpiel
2015-03-28doc: decouple sidebar scrollingRoman Reiss
2015-03-27doc: fix spelling error in feature flagsPhillip Lamplugh
2015-03-25doc: fix format docs discrepancyBrendan Ashworth
2015-03-25doc: document repl on-demand module loadingRoman Reiss
2015-03-21doc: call js function in null contextBen Noordhuis
2015-03-21doc: don't use `using namespace v8`Ben Noordhuis
2015-03-21doc: replace v8::Handle<T> with v8::Local<T>Ben Noordhuis
2015-03-21doc: remove unnecessary v8::HandleScopesBen Noordhuis
2015-03-21doc: remove uses of v8::Isolate::GetCurrent()Ben Noordhuis
2015-03-19src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-17doc: fix typo in buffer module documentationAlex Yursha
2015-03-17http: add flushHeaders and deprecate flushYosuke Furukawa
2015-03-16doc: fix '\\' typos on WindowsSteven Vercruysse
2015-03-16lib: remove broken NODE_MODULE_CONTEXTS featureBen Noordhuis
2015-03-16doc: reflect new require('events') behaviourAlex Yursha
2015-03-14src: revert -r/--require flagsChris Dickinson
2015-03-14doc: fix vm module examplesFangDun Cai
2015-03-13src: add -r/--require flags for preloading modulesAli Ijaz Sheikh
2015-03-10doc: move checkServerIdentity option to tls.connect()skenqbx
2015-03-10doc: fix missing periods in url.markdownRyuichi Okumura
2015-03-09doc: fix confusion markdown in util.markdownYazhong Liu
2015-03-07doc: replace article "an" with "a" in net docsEvan Lucas
2015-03-05buffer: add indexOf() methodTrevor Norris
2015-03-04doc: add TC meeting 2015-02-18 minutesRod Vagg
2015-03-03doc: fix child_process heading depthSam Roberts
2015-03-03doc: add explanations for querystringRobert Kowalski
2015-03-03doc: fix default value of opts.decodeURIComponenth7lin
2015-03-01doc: Clean up net.SocketRyan Scheel
2015-03-01doc: suggest alternatives to deprecated APsBenjamin Gruenbaum
2015-02-28doc: update stability indexChris Dickinson
2015-02-27doc: update os.markdownBenjamin Gruenbaum
2015-02-26doc: fix process.stdout reference to console.logBrendan Ashworth
2015-02-26doc: fix 'dhparam' description of tls.createServersilverwind
2015-02-26http: emit abort event from ClientRequestEvan Lucas
2015-02-25doc: document 'unhandledRejection' and 'rejectionHandled'Benjamin Gruenbaum
2015-02-25doc: update documentation.markdown for io.js.Ryan Scheel
2015-02-25doc: link cluster worker.send() to child.send()Sam Roberts