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-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-15fs: return blksize on stats objectTrevor Norris
2014-04-12main: Handle SIGINT properly.Geir Hauge
2014-04-11buffer: truncate buffer after string decodeFedor Indutny
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny
2014-04-07src: fix use of uv_cwd, len includes the NULL byteSaúl Ibarra Corretgé
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-04-02src: fix up after v8 upgradeBen Noordhuis
2014-04-01configure: make --v8-options switch more robustBen Noordhuis
2014-04-01fs: improve performance of all stat functionsJames Pickard
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
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