summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src,tools: speed up startup by 2.5%Ben Noordhuis2016-10-252-151/+62
* test: case sensitivity of env variablesOliver Salzburg2016-10-251-1/+15
* doc: mention case-insensitive env on windowsOliver Salzburg2016-10-251-0/+10
* child_process: remove unreachable execSync() codecjihrig2016-10-241-1/+1
* test: add coverage for execFileSync() errorscjihrig2016-10-241-0/+16
* lib: fix beforeExit not working with -eBen Noordhuis2016-10-244-25/+48
* test: remove test-v8-inspector-json-protocol testBen Noordhuis2016-10-241-22/+0
* inspector: fix request path nullptr dereferenceBen Noordhuis2016-10-243-12/+42
* module: skip directories known not to existBen Noordhuis2016-10-241-3/+3
* doc: add performance warning to require.extensionsBen Noordhuis2016-10-241-1/+8
* test: add more module loader test coverageBen Noordhuis2016-10-243-0/+5
* test: make flaky pummel test more reliableBen Noordhuis2016-10-241-1/+1
* test: move flaky test to test/pummelBen Noordhuis2016-10-241-0/+0
* src: clean up program/isolate/env init logicBen Noordhuis2016-10-242-82/+81
* src: simplify code, remove NodeInstanceDataBen Noordhuis2016-10-242-116/+16
* src: speed up module loading, don't resize bufferBen Noordhuis2016-10-241-11/+7
* src: speed up module loading, skip EOF readBen Noordhuis2016-10-241-2/+0
* src: add NODE_PRESERVE_SYMLINKS environment variableMarc Udoff2016-10-243-1/+23
* deps: update V8 to 5.4.500.36Michaël Zasso2016-10-2414-25/+152
* doc: change os x tag to macosGibson Fahnestock2016-10-241-1/+1
* doc: change solaris tag to smartosGibson Fahnestock2016-10-241-1/+1
* doc: add teams for platform-specific issuesGibson Fahnestock2016-10-241-0/+1
* doc: add s390 and ppc architecture labelsGibson Fahnestock2016-10-241-2/+2
* doc: fixes formatting in processRod Machen2016-10-241-4/+6
* tools: enable ES2016 syntax support in ESLintMichaël Zasso2016-10-241-0/+3
* deps: revert default gtest reporter changeBrian White2016-10-231-1/+1
* test: fix flaky test-timers-blocking-callbackRich Trott2016-10-211-6/+5
* test: remove arbitrary timerRich Trott2016-10-211-7/+2
* doc: improve header styling for API docsJeremiah Senkpiel2016-10-211-29/+29
* fs: clarify fs.link and fs.linkSync argumentsKyle E. Mitchell2016-10-211-10/+10
* doc: clarify fs.link and fs.linkSync argumentsKyle E. Mitchell2016-10-211-6/+6
* tools: replace custom lint rule for getter/setterRich Trott2016-10-212-33/+6
* test: remove duplicate required moduleRich Trott2016-10-201-11/+10
* inspector: no URLs when the debugger is connectedEugene Ostroukhov2016-10-203-65/+82
* buffer: fix range checks for slice()Trevor Norris2016-10-202-1/+78
* tools: fix release script on macOS 10.12Evan Lucas2016-10-201-9/+2
* test: add regression test for instanceofFranziska Hinkelmann2016-10-201-0/+10
* test,lib,benchmark: match function namesRich Trott2016-10-1914-21/+21
* 2016-10-19, Version 6.9.1 'Boron' (LTS) ReleaseMyles Borins2016-10-192-2/+20
* doc: add CTC meeting minutes for 2016-10-12Michael Dawson2016-10-191-0/+157
* doc: remove confusing reference in governance docRich Trott2016-10-191-4/+11
* doc: v6 is now LTS rather than CurrentJeremiah Senkpiel2016-10-191-1/+1
* doc: fix some table problems in changelog.mdJeremiah Senkpiel2016-10-191-4/+4
* test: rename target to exports for consistencyDaniel Bevenius2016-10-1911-23/+23
* assert: name anonymous functionsMiguel Angel Asencio Hurtado2016-10-191-4/+5
* doc: suggest nodejs/help for general supportMyles Borins2016-10-191-0/+6
* doc: fix header level for crypto.constantsEvan Lucas2016-10-191-1/+1
* doc: add ctc-review label informationRich Trott2016-10-193-9/+13
* test: add regression test for `unpipe()`Niels Nielsen2016-10-191-0/+30
* streams: fix regression in `unpipe()`Anna Henningsen2016-10-191-1/+1