summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2016-07-21, Version 6.3.1 (Current)v6.3.1Evan Lucas2016-07-213-2/+106
* deps: bump V8 patchlevel for instanceof cherry-picksFranziska Hinkelmann2016-07-211-1/+1
* test: add regression test for instanceofFranziska Hinkelmann2016-07-211-0/+7
* deps: cherry-pick 5b5d24b for X87 from V8 upstreamFranziska Hinkelmann2016-07-211-0/+5
* deps: cherry-pick 3a903c4 for PPC from V8 upstreamFranziska Hinkelmann2016-07-211-1/+5
* deps: cherry-pick 2aa070be from V8 upstreamFranziska Hinkelmann2016-07-217-5/+30
* build: add conflict marker check during CI lintBrian White2016-07-211-0/+9
* test: add known issue test for #7788cjihrig2016-07-212-0/+34
* test: increase RAM requirement for intensive testsRich Trott2016-07-212-1/+8
* doc: correcting misspellingVitaly Tomilov2016-07-211-2/+2
* doc: general improvments to events documentationSakthipriyan Vairamani2016-07-211-28/+28
* test: ensure callback runs in test-vm-sigintRich Trott2016-07-211-2/+2
* doc: update readme with andrasq as a collaboratorAndras2016-07-211-0/+1
* child_process: Check stderr before accessing itRobert Chiras2016-07-212-2/+14
* repl: Mitigate vm #548 function redefinition issuePrince J Wesley2016-07-213-13/+64
* deps: cherry-pick 1f53e42 from v8 upstreamBen Noordhuis2016-07-213-29/+63
* test: use mustCall() for simple flow trackingcjihrig2016-07-20213-2881/+1101
* deps: v8_inspector no longer depends on wtfAli Ijaz Sheikh2016-07-204-370/+0
* doc: update CTC governance informationRich Trott2016-07-201-26/+19
* test: avoid usage of mixed IPV6 addressesGireesh Punathil2016-07-201-1/+1
* doc: correct sample output of buf.compareHargobind S. Khalsa2016-07-201-1/+1
* src: remove unnecessary HandleScopesBen Noordhuis2016-07-201-7/+0
* src: fix handle leak in UDPWrap::Instantiate()Ben Noordhuis2016-07-201-1/+1
* src: fix handle leak in BuildStatsObject()Ben Noordhuis2016-07-201-2/+2
* src: fix handle leak in Buffer::New()Ben Noordhuis2016-07-201-3/+3
* doc: add `added:` information for streamItalo A. Casas2016-07-201-3/+90
* test: fix flaky test-http-server-consumed-timeoutRich Trott2016-07-201-3/+2
* buffer: optimize hex_decodeChristopher Jeffrey2016-07-203-13/+93
* util: inspect boxed symbols like other primitivesAnna Henningsen2016-07-202-0/+5
* deps: no /safeseh for ml64.exeFedor Indutny2016-07-201-3/+5
* test: s/assert.fail/common.fail as appropriatecjihrig2016-07-2027-57/+47
* doc: fix inconsistencies in code stylesaadq2016-07-2011-24/+24
* timers: fix processing of nested timersJeremy Whitlock2016-07-204-2/+133
* doc: Warn against `uncaughtException` dependency.Lance Ball2016-07-201-12/+17
* doc: fix typo in stream docKevin Donahue2016-07-201-1/+1
* cluster: remove bind() and selfcjihrig2016-07-201-18/+16
* deps: back-port d721121 from v8 upstreamBen Noordhuis2016-07-204-50/+19
* buffer: fix creating from zero-length ArrayBufferIngvar Stepanyan2016-07-202-1/+6
* doc: removed old git conflict markers from fs.mdJaime Hidalgo GarcĂ­a2016-07-201-3/+0
* test: improve error message in test-tick-processorRich Trott2016-07-201-6/+6
* test: cleanup IIFE testscjihrig2016-07-2034-752/+667
* fs: rename event to eventType in fs.watch listenerClaudio Rodriguez2016-07-202-8/+17
* test: add common.rootDircjihrig2016-07-204-15/+8
* inspector: Unify event queuesEugene Ostroukhov2016-07-201-103/+110
* tools: consistent .eslintrc formattingsilverwind2016-07-202-34/+34
* doc: fix typo in the CHANGELOG_V6vsemozhetbyt2016-07-201-1/+1
* test,doc: clarify `buf.indexOf(num)` input rangeAnna Henningsen2016-07-203-2/+36
* tools: increase lint coverageRich Trott2016-07-204-59/+55
* doc: fix util.deprecate() exampleEvan Lucas2016-07-151-1/+1
* doc: link and highlight Object.assignSakthipriyan Vairamani2016-07-151-2/+3