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
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny
2014-04-08Merge branch 'v0.10'Fedor Indutny
2014-04-07doc: add missing spaceBrian White
2014-04-03util: made util.isArray a direct alias for Array.isArrayEvan Carroll
2014-04-02docs: correct tls docs. server -> clientDominic Tarr
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-31doc: typo clean up in tlsGoh Yisheng (Andrew)
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-03-26doc: remove `agent.request()` call in exampleNathan Rajlich
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-03-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-11doc: remove an unused arg in process.stdin.Shuhei Kagawa
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-28doc: document `beforeExit` and add more testsSam Roberts
2014-02-23doc: update assert.markdownNicolas Talle
2014-02-19Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-19build: readd missing installer resourcesv0.10.26Timothy J Fontaine
2014-02-19docs: clarify process.stdin and old modeAnton Khlynovskiy
2014-02-19doc: stdout blocking or non-blocking behaviourPedro Ballesteros
2014-02-18doc: mention objectMode for Writable streamsRaynos
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine
2014-02-18net: add localPort to connect optionsTimothy J Fontaine
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18repl: REPLServer inherits from readline.InterfaceYazhong Liu
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-14Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-14doc: re-add node.1 man pageTimothy J Fontaine
2014-02-14Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-14website: move website to joyent/node-websiteTimothy J Fontaine
2014-02-13doc: changed timer id to objectChristian
2014-02-11child_process: js bits for spawnSync/execSyncTimothy J Fontaine
2014-02-09Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-09doc: fix diffieHellman.getGenerator() descriptionBrian White
2014-02-07website: update cla email addressTimothy J Fontaine
2014-02-06src: move AsyncListener from process to tracingTrevor Norris
2014-02-05doc: document the tracing apiTimothy J Fontaine
2014-02-05tls: more session configuration options, methodsFedor Indutny
2014-02-04doc: fix references to error keywordBenjamin Waters
2014-02-04doc: fix after message in addAsyncListener exampleYuriy Nemtsov
2014-02-04zlib: separate sync/async methodsFedor Indutny
2014-02-03doc: add an example about multiple extensionsMaxime Quandalle
2014-02-01zlib: add sync versions for convenience methodsNikolai Vavilov
2014-01-29blog: Post for v0.11.11Timothy J Fontaine
2014-01-29docs: clarify origin in agent.maxSockets sectionWyatt Preul
2014-01-27Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-26doc: readline document TTY utilsFedor Indutny
2014-01-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-24doc: fix typo in readlineScott González