3834 Commits (2498e2934495a58794bd0aa498b6297b234655f3)

Author SHA1 Message Date
Fedor Indutny 89e88e96df crypto: fix memory leak in CipherBase::Final 11 years ago
Fedor Indutny 0f3b72460b crypto: work around OpenSSL oddness 11 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Trevor Norris c7f424e44b fs: return blksize on stats object 11 years ago
Geir Hauge c61b0e9cbc
main: Handle SIGINT properly. 11 years ago
Fedor Indutny 4c36f3e7e6 buffer: truncate buffer after string decode 11 years ago
Timothy J Fontaine 632c135622 src: use monotonic time for process.uptime() 11 years ago
Fedor Indutny 592be014b6
dgram: introduce `reuseAddr` option 11 years ago
Saúl Ibarra Corretgé a0a180a0ad src: fix use of uv_cwd, len includes the NULL byte 11 years ago
Saúl Ibarra Corretgé 42b9343710 src: update uv callbacks after API changes 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Ben Noordhuis c7214fe355 src: fix up after v8 upgrade 11 years ago
Ben Noordhuis 490d5ab780 configure: make --v8-options switch more robust 11 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny b55c9d68aa configure: --v8-options option 11 years ago
Fedor Indutny e781832ea1 crypto: fix lint 11 years ago
Ben Noordhuis f68a116c3c src: ensure that openssl's PRNG is fully seeded 11 years ago
Ben Noordhuis 70f198ddb1 src: seed V8's random number generator at startup 12 years ago
Fedor Indutny b76a1ff940 vm: share security token between contexts 11 years ago
Trevor Norris b84ebfe886 pipe_wrap: use Instantiate() method 11 years ago
Fedor Indutny 7b9771f569 headers: remove env.h from node_internals.h 11 years ago
Ben Noordhuis 23dfa71dd5 src: fix tracing infrastructure after v8 upgrade 11 years ago
Ben Noordhuis c30cc4e3a5 src: don't call DecodeWrite() on Buffers 11 years ago
Ben Noordhuis e87ceb2b42 src: fix up smalloc weak persistent usage 11 years ago
Ben Noordhuis ad15d75750 src: add CHECK_{GE,GT,LE,LT} macros 11 years ago
Ben Noordhuis 8eb76075cf src: deduplicate CHECK_EQ/CHECK_NE macros 11 years ago
Ben Noordhuis f6ea0c203a src: fix segfaults, fix 32 bits integer negation 11 years ago
Ben Noordhuis a3dca9a3a6 src: squelch -Wmaybe-uninitialized warning 11 years ago
Ben Noordhuis 91b4a561df src: remove unused ExternString constructor 11 years ago
Ben Noordhuis 1f17f88071 src, test: fix up ObjectWrap, `make test-addons` 11 years ago
Fedor Indutny d0ff900a65 node: fix exported signatures of MakeCallback 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Timothy J Fontaine 9bd934cb96 Now working on 0.11.13 11 years ago
Timothy J Fontaine 7d6b8db40f src: accommodate uv_cwd including null on win32 11 years ago
Timothy J Fontaine 0c2e28d68f 2014.03.11, Version 0.11.12 (Unstable) 11 years ago
Timothy J Fontaine e2fcfea46e src: update from uv_read2_start removal 11 years ago
Saúl Ibarra Corretgé d2f2a32b89 src: adapt to API change in uv_cwd 11 years ago
Ben Noordhuis bd8a5755dc src: add default visibility to NODE_MODULE 11 years ago
Brian White 31ce34887f crypto: allow setting add'l authenticated data 11 years ago
Brian White caca4f33aa crypto: fix CipherFinal return value check 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Fedor Indutny 34bf6e46be smalloc: remove `env.h` include 11 years ago
Fedor Indutny 5596f936d8 node: invoke `beforeExit` again if loop was active 11 years ago
Fedor Indutny 3b88dc6f19 stream_wrap: don't write twice on uv_try_write err 11 years ago
Ben Noordhuis a2eeb43ded src: emit 'beforeExit' event on process object 11 years ago
Saúl Ibarra Corretgé 6e1eac744b src: use new loop API 11 years ago
Saúl Ibarra Corretgé 269de79fbf src: spawn_sync should close handles upon exit 11 years ago