summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-03-21, Version 7.7.4 (Current)cjihrig2017-03-212-1/+63
* 2017-03-21, Version 6.10.1 'Boron' (LTS)Myles Borins2017-03-212-1/+330
* 2017-03-21, Version 4.8.1 'Argon' (LTS)Myles Borins2017-03-212-1/+169
* benchmark: fix fs\bench-realpathSync.jsVse Mozhet Byt2017-03-211-0/+2
* benchmark: remove v8ForceOptimization callsLucas Lago2017-03-213-5/+0
* test: add hasCrypto check to tls-socket-closeDaniel Bevenius2017-03-211-0/+4
* buffer: remove unneeded eslint-disable commentRich Trott2017-03-201-1/+0
* tools: ignore URLs in line length lintingRich Trott2017-03-205-11/+4
* http: replace uses of selfJames M Snell2017-03-202-78/+67
* http: use more efficient module.exports patternJames M Snell2017-03-207-48/+70
* doc: fix gitter badge in READMERoman Reiss2017-03-201-1/+1
* src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski2017-03-203-1/+34
* doc: add missing word in stream.mdJyotman Singh2017-03-201-1/+1
* test: synchronize WPT url setters tests dataDaijiro Wachi2017-03-201-1/+50
* url: restrict setting protocol to "file"Daijiro Wachi2017-03-201-0/+7
* doc: add supported platforms listMichael Dawson2017-03-201-6/+74
* test: add tests for unixtimestamp generationLuca Maraschi2017-03-201-0/+16
* test: added net.connect lookup type checkLuca Maraschi2017-03-201-0/+34
* tls: fix segfault on destroy after partial readBen Noordhuis2017-03-202-0/+42
* test: fix assertion in vm testAnnaMag2017-03-201-1/+6
* doc: add vsemozhetbyt to collaboratorsVse Mozhet Byt2017-03-201-0/+2
* deps: cherry-pick 09de996 from V8 upstreamFranziska Hinkelmann2017-03-194-2/+55
* readline: add option to stop duplicates in historyDanny Nemer2017-03-173-0/+73
* test: add coverage for child_process bounds checkRich Trott2017-03-171-0/+11
* doc: add note that vm module is not a security mechanismRuslan Bekenev2017-03-171-0/+3
* lib: avoid using forEachJames M Snell2017-03-171-25/+40
* util: avoid using forEachJames M Snell2017-03-171-11/+12
* module: avoid using forEachJames M Snell2017-03-171-3/+2
* repl: avoid using forEachJames M Snell2017-03-171-30/+33
* readline: avoid using forEachJames M Snell2017-03-171-3/+2
* net: avoid using forEachJames M Snell2017-03-171-6/+5
* lib: avoid using forEach in LazyTransformJames M Snell2017-03-171-25/+41
* fs: avoid using forEachJames M Snell2017-03-171-4/+5
* tls: avoid using forEachJames M Snell2017-03-171-3/+7
* stream: avoid using forEachJames M Snell2017-03-172-7/+7
* benchmark: benchmark comparing forEach with forJames M Snell2017-03-171-0/+82
* lib: Fix swallowed events in inspect integrationJan Krems2017-03-171-1/+3
* deps: Add node-inspect 1.10.6Jan Krems2017-03-1719-71/+207
* Fix #7065: cli help documentation for --inspectNoj Vek2017-03-172-0/+32
* test: failing behaviour on sandboxed ProxyAnnaMag2017-03-172-13/+20
* build: add cpp linting to windows buildliusi2017-03-173-8/+53
* repl: Empty command should be sent to eval functionJan Krems2017-03-172-6/+29
* build: mac OBJ_DIR should point to obj.targetDaniel Bevenius2017-03-171-1/+1
* test: delay child exit in AIX for pseudo-tty testsGireesh Punathil2017-03-174-10/+19
* src: remove explicit UTF-8 validity check in urlTimothy Gu2017-03-161-30/+0
* tls: keep track of stream that is closedjBarz2017-03-164-1/+60
* doc: linkable commit message guidelinesSam Roberts2017-03-162-1/+5
* test: fix flaky test-domain-abort-on-uncaughtRich Trott2017-03-161-0/+0
* doc: gcc version is at least 4.8.5 in BUILDING.mddetailyang2017-03-161-1/+1
* test: add more and refactor test cases to net.connectJoyee Cheung2017-03-166-180/+498