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/src
AgeCommit message (Expand)Author
2014-03-29configure: --v8-options optionFedor Indutny
2014-03-26crypto: fix lintFedor Indutny
2014-03-26Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-03-26src: ensure that openssl's PRNG is fully seededBen Noordhuis
2014-03-26src: seed V8's random number generator at startupBen Noordhuis
2014-03-21vm: share security token between contextsFedor Indutny
2014-03-18pipe_wrap: use Instantiate() methodTrevor Norris
2014-03-18headers: remove env.h from node_internals.hFedor Indutny
2014-03-16src: fix tracing infrastructure after v8 upgradeBen Noordhuis
2014-03-16src: don't call DecodeWrite() on BuffersBen Noordhuis
2014-03-16src: fix up smalloc weak persistent usageBen Noordhuis
2014-03-16src: add CHECK_{GE,GT,LE,LT} macrosBen Noordhuis
2014-03-16src: deduplicate CHECK_EQ/CHECK_NE macrosBen Noordhuis
2014-03-16src: fix segfaults, fix 32 bits integer negationBen Noordhuis
2014-03-16src: squelch -Wmaybe-uninitialized warningBen Noordhuis
2014-03-16src: remove unused ExternString constructorBen Noordhuis
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-03-13node: fix exported signatures of MakeCallbackFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-12Now working on 0.11.13Timothy J Fontaine
2014-03-12src: accommodate uv_cwd including null on win32v0.11.12Timothy J Fontaine
2014-03-122014.03.11, Version 0.11.12 (Unstable)Timothy J Fontaine
2014-03-11src: update from uv_read2_start removalTimothy J Fontaine
2014-03-11src: adapt to API change in uv_cwdSaúl Ibarra Corretgé
2014-03-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-05src: add default visibility to NODE_MODULEBen Noordhuis
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-03-04crypto: fix CipherFinal return value checkBrian White
2014-03-04src: domain should not replace nextTick functionTimothy J Fontaine
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-03-02smalloc: remove `env.h` includeFedor Indutny
2014-03-01node: invoke `beforeExit` again if loop was activeFedor Indutny
2014-02-28stream_wrap: don't write twice on uv_try_write errFedor Indutny
2014-02-28src: emit 'beforeExit' event on process objectBen Noordhuis
2014-02-28src: use new loop APISaúl Ibarra Corretgé
2014-02-27src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé
2014-02-27src: update to latest libuv apiTimothy J Fontaine
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-26tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn
2014-02-26windows: fix module registrationAlexis Campailla
2014-02-24src: node.cc use isolate->ThrowExceptionAlexis Campailla
2014-02-22node_internals: add missing env-inl.h includeFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-21dtrace: workaround linker bug on FreeBSDFedor Indutny
2014-02-19Now working on v0.10.27Timothy J Fontaine
2014-02-192014.02.18, Version 0.10.26 (Stable)Timothy J Fontaine
2014-02-18os: networkInterfaces include scopeid for ipv6Xidorn Quan
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-18crypto: make NewSessionDoneCb publicFedor Indutny