summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-18tools: fix license-builder.sh again for ICUSteven R. Loomis
2016-04-18gitignore: adding .vs/ directory to .gitignoreMike Kaufman
2016-04-18gitignore: ignore VS 2015 *.VC.opendb filesMike Kaufman
2016-04-18doc: fix broken referencesAlexander Gromnitsky
2016-04-18doc: explain differences in console.assert between node and browsersJames M Snell
2016-04-18repl: keep the built-in modules non-enumerableAnna Henningsen
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-04-18test,repl: use deepStrictEqual for false-y valuesJeremiah Senkpiel
2016-04-18doc: native module reloading is not supportedBryan English
2016-04-18tools: move message listener to worker objectsBrian White
2016-04-18deps: cherry-pick 1ef7487b from v8 upstreamMichael Dawson
2016-04-18process: fix incorrect usage of assert.fail()Rich Trott
2016-04-18tools,doc: parse types in braces everywhereAlexander Makarenko
2016-04-18doc: clarify fs.watch() and inodes on linux, os xJoran Dirk Greef
2016-04-18test: move the debugger tests back to parallelSantiago Gimeno
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-17test,vm: enable strict mode for vm testsRich Trott
2016-04-17zlib: Make the finish flush flag configurableAnna Henningsen
2016-04-16build: allow test-ci to run tests in parallelJohan Bergström
2016-04-15doc: add domain postmortemTrevor Norris
2016-04-15doc: add stefanmb to collaboratorsStefan Budeanu
2016-04-15doc: add iWuzHere to collaboratorsImran Iqbal
2016-04-15doc: add santigimeno to collaboratorsSantiago Gimeno
2016-04-15doc: add addaleax to collaboratorsAnna Henningsen
2016-04-15doc: minor copy improvement in buffer.markdownJames M Snell
2016-04-15buffer: docs-only deprecate SlowBufferJames M Snell
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-15tools: improve js linterBrian White
2016-04-14test: move debugger tests to sequentialRich Trott
2016-04-14src: add SIGINFO to supported signalsJames Reggio
2016-04-14lib: improve module loading performanceBrian White
2016-04-14benchmark: add module loader benchmark parameterBrian White
2016-04-14debugger: run last command on presssing enterRich Trott
2016-04-14test: update error message for JSON.parseMichaël Zasso
2016-04-14deps: upgrade V8 to 5.0.71.32Ali Ijaz Sheikh
2016-04-14deps: floating fix for npm's test-node scriptKat Marchán
2016-04-14deps: upgrade npm to 3.8.6Kat Marchán
2016-04-14doc: fix incorrect references in buffer docsAmery
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-04-14streams: support unlimited synchronous cork/uncork cyclesMatteo Collina
2016-04-13deps: cherry-pick 1383d00 from v8 upstreamFedor Indutny
2016-04-12os: add userInfo() methodcjihrig
2016-04-12test: fix flaky test-child-process-fork-netRich Trott
2016-04-12tools: remove simplejson dependencySakthipriyan Vairamani
2016-04-11stream: Fix readableState.awaitDrain mechanismAnna Henningsen
2016-04-11querystring: using toString for objects on querystring.escapeIgor Kalashnikov
2016-04-10doc: add copy about how to curl SHA256.txtMyles Borins
2016-04-10doc: clarification for maxBuffer and Unicode outputJames M Snell
2016-04-10test: fix issues for ESLint 2.7.0silverwind