aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-20benchmark: fix CLI arguments check in common.jsVse Mozhet Byt
2017-04-19test: minimize time for child_process benchmarkRich Trott
2017-04-20test: console.log removed from test-net-localportFaiz Halde
2017-04-19module: standardize strip shebang behaviourSebastian Van Sande
2017-04-19test: dynamic port in cluster worker disconnectSebastian Plesciuc
2017-04-19test: remove uses of common.PORT in test-tls-client testsAhmed Taj elsir
2017-04-19src: add missing "http_parser.h" includeAnna Henningsen
2017-04-19tools: add table parsing capability to the doctoolRoman Reiss
2017-04-19doc: clarify the callback arguments of dns.resolveRoman Reiss
2017-04-19test: dynamic port in cluster worker wait closeSebastian Plesciuc
2017-04-19test: dynamic port in cluster worker sendSebastian Plesciuc
2017-04-19test: increase coverage for buffer.jsRich Trott
2017-04-19buffer: add pending deprecation warningJames M Snell
2017-04-19src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell
2017-04-19doc: unify spaces in a querystring.md code exampleVse Mozhet Byt
2017-04-19test: add test for child_process benchmarkJoyee Cheung
2017-04-19doc: unify quotes in an assert.md code exampleVse Mozhet Byt
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-04-18net: require 'dns' only onceBen Noordhuis
2017-04-18net: don't normalize twice in Socket#connect()Ben Noordhuis
2017-04-18net: don't concatenate strings in debug loggingBen Noordhuis
2017-04-18net: remove unnecessary process.nextTick()Ben Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18test: complete coverage of lib/child_process.jscjihrig
2017-04-18doc: upgrade Clang requirement to 3.4.2Michaël Zasso
2017-04-18crypto: remove unused C++ parameter in sign/verifyTobias Nießen
2017-04-18test: buffer should always be stringifiedLuca Maraschi
2017-04-18test: fix coverity UNINIT_CTOR cctest warningBen Noordhuis
2017-04-18test: add cwd ENOENT known issue testcjihrig
2017-04-18crypto: update root certificatesBen Noordhuis
2017-04-18tools: update certdata.txtBen Noordhuis
2017-04-18build: enable cctest to use objects (gyp part)Daniel Bevenius
2017-04-18tools: add compile_commands.json gyp generatorBen Noordhuis
2017-04-18gyp: inherit parent for `*.host`Johan Bergström
2017-04-18tools: fix gyp to work on MacOSX without XCodeShigeki Ohtsu
2017-04-18tools: update gyp to eb296f6Refael Ackermann
2017-04-18doc: run tests before landing changesRich Trott
2017-04-18doc: avoid colloquialismRich Trott
2017-04-18test: use dynamic port in test-cluster-bind-twiceRich Trott
2017-04-18test: remove common.PORT from test-cluster*.jsTarun Batra
2017-04-18doc: fix encoding string in buffer exampleMapleUncle
2017-04-18buffer: fix backwards incompatibilityBrian White
2017-04-18test: use dynamic port in 3 test-cluster-worker testsSebastian Plesciuc
2017-04-18doc: correct git fix whitespace commandMateusz Konieczny
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-18test: remove common.PORT from multiple testsTarun Batra
2017-04-18test: add --use-bundled-ca to tls-cnnic-whitelistDaniel Bevenius
2017-04-18net: refactor onSlaveClose in Server.closeClaudio Rodriguez