summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tls: set _connecting before starting the flowfix/orangemocha-readable-stuffFedor Indutny2014-04-141-2/+9
* main: Handle SIGINT properly.Geir Hauge2014-04-121-6/+9
* buffer: return uint if MSB is 1 in readUInt32goussardg2014-04-102-2/+25
* buffer: truncate buffer after string decodeFedor Indutny2014-04-113-1/+49
* test: remove vm-infinite-recursionFedor Indutny2014-04-111-30/+0
* test: add `reuseAddr` in dgram-multicast...Fedor Indutny2014-04-101-1/+4
* dgram: introduce `reuseAddr` optionFedor Indutny2014-04-104-4/+33
* openssl: fix keypress requirement in apps on win32Alexis Campailla2014-04-081-6/+13
* test: fix test-cryptoFedor Indutny2014-04-081-1/+2
* Merge branch 'v0.10'Fedor Indutny2014-04-08133-244/+14983
|\
| * deps: update openssl to 1.0.1gfix/openssl-1.0.1gFedor Indutny2014-04-08256-6208/+49230
| * http: do not emit EOF non-readable socketFedor Indutny2014-04-082-3/+97
| * doc: add missing spaceBrian White2014-04-071-1/+1
| * docs: correct tls docs. server -> clientDominic Tarr2014-04-021-1/+1
| * doc: typo clean up in tlsGoh Yisheng (Andrew)2014-03-311-2/+2
| * build: windows signing should include timestampsJosh Dague2014-03-271-2/+4
* | src: fix use of uv_cwd, len includes the NULL byteSaúl Ibarra Corretgé2014-04-071-7/+1
* | src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-078-20/+18
* | deps: update libuv to v0.11.23Fedor Indutny2014-04-0782-310/+1807
* | util: made util.isArray a direct alias for Array.isArrayEvan Carroll2014-04-032-4/+3
* | domain: don't crash on "throw null"Alex Kocharin2014-04-022-2/+19
* | lib: use triple equalsYuki KAN2014-04-025-10/+10
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-0223-145/+211
* | buffer: improve {read,write}{U}Int* methodsNick Apperson2014-04-013-144/+80
* | src: fix up after v8 upgradeBen Noordhuis2014-04-023-9/+13
* | deps: fix up v8 postmortem codegenBen Noordhuis2014-04-021-3/+7
* | deps: upgrade v8 to 3.25.30Ben Noordhuis2014-04-02689-22900/+112826
* | test: make test-smalloc endian awareAndrew Low2014-04-011-2/+8
* | v8: upgrade to 3.24.35.22Trevor Norris2014-04-0136-152/+529
* | configure: make --v8-options switch more robustBen Noordhuis2014-04-013-28/+9
* | fs: improve performance of all stat functionsJames Pickard2014-03-314-40/+100
* | crypto: move `createCredentials` to tlsFedor Indutny2014-03-2917-163/+222
* | configure: --v8-options optionFedor Indutny2014-03-294-1/+41
* | http: better client "protocol not supported" errorNathan Rajlich2014-03-282-7/+8
* | deps: apply floating patch to v8dcarney@chromium.org2014-03-281-0/+1
* | tls: do not call SNICallback unless presentFedor Indutny2014-03-272-1/+4
* | tls: force readable/writable to `true`Fedor Indutny2014-03-272-5/+7
* | crypto: fix lintFedor Indutny2014-03-261-1/+3
* | Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-26320-4042/+5604
|\ \ | |/
| * src: ensure that openssl's PRNG is fully seededBen Noordhuis2014-03-261-0/+37
| * src: seed V8's random number generator at startupBen Noordhuis2014-03-263-0/+15
| * npm: upgrade to 1.4.6isaacs2014-03-25318-4042/+5566
| * build: fix g++ 4.8 build, disable -WerrorBen Noordhuis2014-03-232-3/+1
* | doc: remove `agent.request()` call in exampleNathan Rajlich2014-03-251-1/+2
* | http: use defaultAgent.protocol in protocol checkNathan Rajlich2014-03-242-2/+57
* | vm: share security token between contextsFedor Indutny2014-03-212-1/+35
* | pipe_wrap: use Instantiate() methodTrevor Norris2014-03-171-2/+1
* | headers: remove env.h from node_internals.hFedor Indutny2014-03-182-20/+77
* | deps: update v8 to 3.24.35.17Fedor Indutny2014-03-18312-79458/+5836
* | test: update our branched weakref to v8 3.24Timothy J Fontaine2014-03-171-31/+27