aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-03-31fs: 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-17pipe_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-11src: accommodate uv_cwd including null on win32Timothy J Fontaine
2014-03-112014.03.11, Version 0.11.12 (Unstable)Timothy J Fontaine
2014-03-10src: update from uv_read2_start removalTimothy J Fontaine
2014-03-10src: adapt to API change in uv_cwdSaúl Ibarra Corretgé
2014-03-10Merge 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-03src: 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-26src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé
2014-02-26src: 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-25windows: 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-18Now working on v0.10.27Timothy J Fontaine