summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url: update IDNA handlingTimothy Gu2017-06-067-253/+543
* doc: Add URL argument with http/https requestVladimir Trifonov2017-06-062-10/+55
* test: increase coverage of async_hooksDavid Cai2017-06-0711-4/+184
* inspector: allow --inspect=host:port from jsSam Roberts2017-06-069-3/+193
* path: use internal/errors.jsSebastian Van Sande2017-06-064-35/+25
* 2017-06-06, Version 6.11.0 'Boron' (LTS)Myles Borins2017-06-063-5/+171
* lib: "iff" changed to "if and only if"Jacob Jones2017-06-061-1/+1
* deps: upgrade npm to 5.0.3Kat Marchán2017-06-06243-979/+1738
* doc: fix typo "ndapi" in n-api.mdJamen Marz2017-06-061-2/+2
* doc: emphasize Collaborators in GOVERNANCE.mdRich Trott2017-06-061-28/+25
* errors,tty: migrate to use internal/errors.jsGautam Mittal2017-06-063-7/+16
* src: remove `'` print modifierRefael Ackermann2017-06-061-1/+1
* win, doc: document per-drive current working dirBartosz Sosnowski2017-06-062-0/+14
* tools: fix order of ESLint rulesMichaël Zasso2017-06-061-17/+17
* src: remove process._inspectorEnbalecjihrig2017-06-051-7/+1
* doc: add ref to option to enable n-apiMichael Dawson2017-06-051-0/+8
* doc: minimal documentation for Emeritus statusRich Trott2017-06-051-3/+3
* test: fix build warning in addons-napi/test_objectJason Ginchereau2017-06-051-3/+6
* doc: remove note highlighting in GOVERNANCE docRich Trott2017-06-051-4/+3
* test: consolidate n-api test addons - part2Michael Dawson2017-06-054-54/+34
* assert: fix deepEqual similar sets and maps bugJoseph Gentle2017-06-052-8/+64
* test,module: make message check MUI dependentRefael Ackermann2017-06-051-6/+21
* http: assert parser.consume argument's typeGireesh Punathil2017-06-052-0/+29
* net: fix permanent deoptBrian White2017-06-051-2/+2
* process: fix permanent deoptBrian White2017-06-051-1/+1
* events: fix potential permanent deoptBrian White2017-06-051-2/+17
* tools: fix node args passing in test runnerBrian White2017-06-051-0/+4
* test: rearrange inspector headers into conventionSam Roberts2017-06-058-5/+16
* errors,process: migrate to use internal/errors.jssreepurnajasti2017-06-056-32/+74
* zlib: revert back to FunctionsJames M Snell2017-06-052-293/+329
* inspector: Allows reentry when pausedEugene Ostroukhov2017-06-057-24/+181
* doc: fix nits in code examples of async_hooks.mdVse Mozhet Byt2017-06-051-17/+20
* doc: use prefer-rest-params eslint rule in docsVse Mozhet Byt2017-06-053-2/+4
* repl: remove unused function convertToContextNikolai Vavilov2017-06-053-50/+1
* doc,stream: clarify 'data', pipe() and 'readable'Matteo Collina2017-06-051-1/+2
* doc: resume a stream after pipe() and unpipe()Matteo Collina2017-06-051-4/+18
* doc: add missing backticks to doc/api/tls.mdPaul Bininda2017-06-041-2/+2
* url: do not pass WHATWG host to http.requestTobias Nießen2017-06-041-1/+0
* test: improve async hooks test error messagesAnna Henningsen2017-06-0336-306/+234
* async_hooks: use parent promise as triggerIdJiaLi.Passion2017-06-034-1/+98
* async_hooks,http: fix socket reuse with AgentAnna Henningsen2017-06-032-0/+80
* doc: update who to cc for async_hooksAnna Henningsen2017-06-031-2/+2
* test: test async-hook triggerId propertiesDávid Szakállas2017-06-031-0/+28
* doc: suggest xcode-select --installGibson Fahnestock2017-06-031-7/+6
* test: add documentation for common.mustNotCall()Rich Trott2017-06-031-0/+6
* doc: add require modules in url.mdDaijiro Wachi2017-06-031-0/+19
* doc: add object-curly-spacing to doc/.eslintrcVse Mozhet Byt2017-06-031-0/+2
* doc: unify spaces in object literalsVse Mozhet Byt2017-06-039-23/+25
* doc: use destructuring in code examplesVse Mozhet Byt2017-06-038-49/+49
* test: check destroy hooks are called before exitAnna Henningsen2017-06-022-0/+64