summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: export more openssl symbols on WindowsAlex Hultman2016-08-101-1/+2
* test: fix flaky test-*-connect-address-familyRich Trott2016-08-102-35/+71
* crypto: fix undefined behavior in ParseExtensionFedor Indutny2016-08-102-3/+3
* buffer: fix unintended unsigned overflowFedor Indutny2016-08-101-3/+3
* repl: add support for custom completionsDiosney Sarmiento2016-08-103-7/+80
* src: suppress coverity messagecjihrig2016-08-101-0/+1
* src: guard against overflow in ParseArrayIndex()Ben Noordhuis2016-08-102-0/+12
* src: move ParseArrayIndex() to src/node_buffer.ccBen Noordhuis2016-08-102-18/+19
* src: alias BINARY to LATIN1Ben Noordhuis2016-08-084-10/+8
* src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis2016-08-085-1/+66
* src: remove final trace of raw encodingTrevor Norris2016-08-082-9/+1
* buffer: introduce latin1 encoding termTrevor Norris2016-08-0837-124/+246
* deps: cherry-pick 43547df from V8 upstreamFranziska Hinkelmann2016-08-043-1/+26
* deps: cherry-pick a51f429 from V8 upstreamFranziska Hinkelmann2016-08-033-1/+7
* repl: prevent undefined ref in completionEvan Lucas2016-08-022-14/+14
* doc: add princejwesley to collaboratorsPrince J Wesley2016-08-021-0/+1
* doc: clarify that the node.js irc channel is not under tsc oversightJames M Snell2016-08-021-4/+21
* doc: fix `added:` date for `NODE_REPL_HISTORY`Anna Henningsen2016-08-021-1/+1
* test: make import common as the first lineSakthipriyan Vairamani2016-08-0246-97/+94
* repl: default useGlobal to truecjihrig2016-08-022-1/+29
* deps: backport 2bcbe2f from V8 upstreamofrobots2016-07-292-11/+3
* Working on v6.3.2Evan Lucas2016-07-211-2/+2
* 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