summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v8: backport HGraphBuilder patchhgraph-backportTrevor Norris2014-03-2620-133/+418
* v8: upgrade to 3.24.35.20Trevor Norris2014-03-2631-151/+422
* 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
* | src: fix tracing infrastructure after v8 upgradeBen Noordhuis2014-03-165-25/+38
* | src: don't call DecodeWrite() on BuffersBen Noordhuis2014-03-162-28/+8
* | src: fix up smalloc weak persistent usageBen Noordhuis2014-03-161-82/+151
* | src: add CHECK_{GE,GT,LE,LT} macrosBen Noordhuis2014-03-161-0/+4
* | src: deduplicate CHECK_EQ/CHECK_NE macrosBen Noordhuis2014-03-161-4/+3
* | src: fix segfaults, fix 32 bits integer negationBen Noordhuis2014-03-163-8/+12
* | src: squelch -Wmaybe-uninitialized warningBen Noordhuis2014-03-161-1/+1
* | src: remove unused ExternString constructorBen Noordhuis2014-03-161-3/+0
* | src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis2014-03-144-22/+30
* | node: fix exported signatures of MakeCallbackFedor Indutny2014-03-131-0/+3
* | deps: allow allocations in gc epilogue/prologueFedor Indutny2014-03-135-25/+113
* | deps: backport a6fed7c5 from v8's trunkFedor Indutny2014-03-132-8/+8
* | src: update to v8 3.24 APIsFedor Indutny2014-03-1337-374/+438
* | deps: update v8 to 3.24.40Fedor Indutny2014-03-131130-54450/+136344
* | readline: consider newlines for cursor positionYazhong Liu2014-03-122-1/+33
* | Now working on 0.11.13Timothy J Fontaine2014-03-121-2/+2
* | Merge branch 'v0.11.12-release'Timothy J Fontaine2014-03-124-2/+80
|\ \
| * | src: accommodate uv_cwd including null on win32v0.11.12v0.11.12-releaseTimothy J Fontaine2014-03-111-0/+6
| * | 2014.03.11, Version 0.11.12 (Unstable)Timothy J Fontaine2014-03-113-2/+74
|/ /
* | mdb_v8: update to latest versionBryan Cantrill2014-03-104-118/+503
* | src: update from uv_read2_start removalTimothy J Fontaine2014-03-102-17/+8
* | src: adapt to API change in uv_cwdSaúl Ibarra Corretgé2014-03-101-6/+8
* | uv: Upgrade to v0.11.22Timothy J Fontaine2014-03-1046-359/+943
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-109-6/+189
|\ \ | |/
| * doc: remove an unused arg in process.stdin.Shuhei Kagawa2014-03-101-1/+1
| * crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-112-3/+10
| * deps: fix v8 valgrind warningBen Noordhuis2014-03-071-1/+1
| * child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
| * test: test sending a handle twiceBenoit Vallée2014-03-051-0/+56
| * src: add default visibility to NODE_MODULEBen Noordhuis2014-03-051-1/+1
| * timer: don't reschedule timer bucket in a domainGreg Brail2014-03-032-0/+82
| * src: domain should not replace nextTick functionTimothy J Fontaine2014-03-034-3/+38
* | test: timers-ordering should be more preciseTimothy J Fontaine2014-03-101-2/+4
* | buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin2014-03-102-1/+11
* | buffer: allow toString to accept Infinity for endBrian White2014-03-102-1/+8