summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inspector,cluster: fix inspect port assignmentcornholio2017-06-156-58/+166
* test: refactor test-fs-watch-stop-asyncRich Trott2017-06-151-1/+2
* test: change deprecated method to recommendedRich Trott2017-06-158-16/+16
* doc: fixes a typo in the async_hooks documentationChris Young2017-06-151-2/+2
* doc: update minimum g++ version to 4.9.4Ben Noordhuis2017-06-151-3/+3
* internal/util: use internal/errors.jsSebastian Van Sande2017-06-154-7/+16
* 2017-06-15, Version 8.1.2 (Current)Rod Vagg2017-06-152-1/+11
* errors,stream-transform: migrate to use internal/errors.jssreepurnajasti2017-06-153-6/+11
* test: refactor test-fs-read-stream-inheritRich Trott2017-06-141-56/+59
* errors, repl: migrate to use internal/errors.jsDan Homola2017-06-143-2/+12
* net: return this from getConnections()Sam Roberts2017-06-143-5/+13
* net: return this from destroy()Sam Roberts2017-06-144-3/+10
* doc: document and test that methods return thisSam Roberts2017-06-145-24/+51
* tls: add host and port info to ECONNRESET errorsJosé F. Romaniello2017-06-145-0/+99
* https: make opts optional & immutable when createXadillaX2017-06-143-1/+51
* doc: removed redundant mentions to error codesjklepatch2017-06-141-99/+79
* doc: sort and update /cc list for inspector issuesAditya Anand2017-06-141-7/+7
* doc: note that EoL platforms are not supportedGibson Fahnestock2017-06-141-0/+4
* async_hooks: rename currentId and triggerIdAndreas Madsen2017-06-1465-307/+395
* child_process: do not extend result for *Sync()Brian White2017-06-135-85/+113
* 2017-06-13, Version 8.1.1 (Current)Anna Henningsen2017-06-132-1/+84
* doc: fix minor issues reported in #9538Tobias Nießen2017-06-147-160/+164
* http: edit _storeHeader to check for Trailer headerArtur G Vieira2017-06-133-0/+44
* doc: update async_hooks providers listAnna Henningsen2017-06-131-3/+3
* test: use mustNotCall() in test-fs-watchRich Trott2017-06-131-2/+2
* errors: add missing ERR_ prefix on util.callbackify errorJames M Snell2017-06-134-5/+11
* test: add mustCall() to child-process testRich Trott2017-06-131-3/+3
* url: ensure search property is consistently null vs emptyJustin Beckwith2017-06-132-4/+4
* zlib: improve performanceBrian White2017-06-137-360/+482
* stream: improve Transform performanceBrian White2017-06-132-37/+53
* lib: correct typo in createSecureContextDaniel Bevenius2017-06-131-1/+1
* errors, readline: migrate to use internal/errors.jsScott McKenzie2017-06-135-13/+28
* configure: add mips64el to valid_archAditya Anand2017-06-131-2/+2
* doc: fix out of date napi_callback docXadillaX2017-06-131-7/+6
* http: fix timeout reset after keep-alive timeoutAlexey Orlenko2017-06-133-8/+119
* http: always cork outgoing writesBrian White2017-06-123-40/+38
* test: use mustNotCall in test-http-eof-on-connectRich Trott2017-06-121-1/+1
* test: increase bufsize in child process write testRich Trott2017-06-121-5/+6
* profiler: declare missing `printErr`Fedor Indutny2017-06-121-0/+5
* http: handle cases where socket.server is nullLuigi Pinca2017-06-122-0/+44
* v8: add a js class for Serializer/DserializerRajaram Gaunker2017-06-122-1/+23
* doc: fix links and typos in fs.mdVse Mozhet Byt2017-06-121-4/+5
* test: fix typo in test-cli-node-options.jsVse Mozhet Byt2017-06-121-2/+2
* benchmark: fix some RegExp nitsVse Mozhet Byt2017-06-125-5/+6
* doc: fix incorrect fs.utimes() linkJustin Beckwith2017-06-111-1/+1
* doc: fs constants for Node < v6.3.0 in fs.mdAnshul Guleria2017-06-111-0/+7
* test: fix flaky test-http-client-get-urlSebastian Plesciuc2017-06-111-9/+13
* test: refactor async-hooks test-callback-errorRich Trott2017-06-111-8/+7
* util: add callbackifyRefael Ackermann2017-06-106-0/+374
* build,windows: check for VS version and archRefael Ackermann2017-06-101-5/+8