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
2014-09-252014.09.24, Version 0.11.14 (Unstable)v0.11.14Timothy J Fontaine
2014-09-25deps: upgrade npm to 2.0.0Timothy J Fontaine
2014-09-25test: disable dgram-bind-shared-ports on win32Timothy J Fontaine
2014-09-24tests: add test for buffer.slice.Julien Gilli
2014-09-24tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny
2014-09-24buffer: fix map and set parent to undefinedTrevor Norris
2014-09-24uv: apply floating patch 2f54947bFedor Indutny
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny
2014-09-23crypto: export externals to internal structsFedor Indutny
2014-09-23http: write() after end() emits an error.Julien Gilli
2014-09-20buffer: improve Buffer constructorKang-Hao Kenny
2014-09-20doc: corrected typo in vm docsAndrew Teich
2014-09-19node: support v8 microtask queueVladimir Kurchatkin
2014-09-19test: add test for cluster.worker.destroy()Julien Gilli
2014-09-18crypto: never store pointer to conn in SSL_CTXFedor Indutny
2014-09-18crypto: clarify RandomBytes() error msgMickael van der Beek
2014-09-18win: manifest node.exe for Windows 8.1Alexis Campailla
2014-09-18doc: console example improvementGuilherme de Souza
2014-09-17doc: http.request() improved code exampleGuilherme de Souza
2014-09-17Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-17Now working on 0.10.33Timothy J Fontaine
2014-09-17Merge branch 'v0.10.32-release' into v0.10Timothy J Fontaine
2014-09-172014.09.16, Version 0.10.32 (Stable)v0.10.32Timothy J Fontaine
2014-09-17npm: Update to 1.4.28Timothy J Fontaine
2014-09-17http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-17crypto: use domains for any callback-taking methodChris Dickinson
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej Małecki
2014-09-16doc: document `process.env` betterMaciej Małecki
2014-09-15tls: fix encoding in certificate-related functionsAdam Lippai
2014-09-15doc: fix modules require.resolve documentationMathias Schreck
2014-09-10deps: backport 60c316 from v8 trunkFedor Indutny
2014-09-10gyp: fix post-mortem in v0.11Fedor Indutny
2014-09-10deps: cherry-pick r21466 from v8 trunkBen Noordhuis
2014-09-10deps: cherry-pick r21297 from v8 trunkBen Noordhuis
2014-09-10deps: fix up v8 postmortem codegenBen Noordhuis
2014-09-10v8: Upgrade 3.26.33 with 14 patchesTrevor Norris
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-09-05src: update and expand comments in base-object.hBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05src: add ClearWrap() to util.hBen Noordhuis
2014-09-05src: fix handle leak in Parser::Execute()Ben Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-09-05test: listen on exclusive port in cluster workerscjihrig
2014-09-04net,dgram: workers can listen on exclusive portscjihrig
2014-09-04src: be more intelligent about use of "arguments"Trevor Norris
2014-09-03tls: support multiple keys/certsFedor Indutny