summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-05-01buffer: normalize compare() outputTrevor Norris
2014-04-30child_process: fix assertion error in spawnSyncShigeki Ohtsu
2014-04-29crypto: improve error messagesIngmar Runge
2014-04-29crypto: fix a couple of VC++ warningsRasmus Christian Pedersen
2014-04-28buffer: add compare and equals methodsSean McArthur
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-04-24deps: provide TXT chunk info in c-aresFedor Indutny
2014-04-23crypto: fix memory leak in CipherBase::FinalFedor Indutny
2014-04-22crypto: work around OpenSSL oddnessFedor Indutny
2014-04-18src: lint after OCSP commitsFedor Indutny
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-14fs: 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-10src: use monotonic time for process.uptime()Timothy J Fontaine
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-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