summaryrefslogtreecommitdiff
path: root/lib/net.js
Commit message (Expand)AuthorAgeFilesLines
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-10/+22
* net: remove deprecated getters for internalsAnna Henningsen2017-11-221-28/+0
* async_hooks: deprecate undocumented APIAndreas Madsen2017-11-201-1/+1
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-2/+2
* test,net: remove scatological terminologyRich Trott2017-11-011-1/+1
* net: fix timeout with null handleAnatoli Papirovski2017-10-251-7/+9
* net: fix timeouts during long writesAnatoli Papirovski2017-10-211-0/+8
* lib: refactor wrap_js_stream for ES6/readabilityAnna Henningsen2017-10-191-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-12/+9
* net: convert to using internal/errorsmatzavinos2017-10-151-14/+28
* net: change assert to conform to other filesJames Hodgskiss2017-10-101-2/+2
* child_process: fix memory leak in .fork()Ben Noordhuis2017-09-301-0/+4
* net: support passing null to listen()cjihrig2017-09-221-4/+5
* net: multiple listen() events fail silentlyEduard Bondarenko2017-09-041-0/+4
* net: check EADDRINUSE after binding localPortJoyee Cheung2017-09-031-14/+23
* net: move debug statementBrian White2017-08-261-3/+2
* uv: improvements to process.binding('uv')James M Snell2017-08-231-4/+8
* net: use rest parameters instead of argumentsTobias Nießen2017-08-101-17/+5
* doc,net: assign deprecation codeAnna Henningsen2017-08-021-5/+5
* net: fix bytesWritten during writevBrendan Ashworth2017-07-291-2/+13
* net,child_process: improve naming in internal codeAnna Henningsen2017-07-261-18/+46
* lib: adjust indentation for impending lint changeRich Trott2017-07-241-3/+3
* lib: improve lazy requiresRuben Bridgewater2017-07-191-12/+5
* lib: update indentation of ternariesRich Trott2017-07-171-1/+1
* async-hooks,net: ensure asyncId=null if no handleMatt Sergeant2017-07-051-1/+2
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-4/+8
* net: fix abort on bad address inputRuben Bridgewater2017-06-191-3/+11
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-171-2/+2
* net: return this from getConnections()Sam Roberts2017-06-141-1/+4
* lib: return this from net.Socket.end()Sam Roberts2017-06-071-0/+2
* net: fix permanent deoptBrian White2017-06-051-2/+2
* lib,src: improve writev() performance for BuffersBrian White2017-05-261-6/+15
* Revert "net: remove unnecessary process.nextTick()"Evan Lucas2017-05-231-1/+4
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-47/+15
* net: add symbol to normalized connect() argscjihrig2017-05-191-4/+12
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-5/+40
* net: check and throw on error for getsocknameDaniel Bevenius2017-05-091-2/+4
* net: ensure net.connect calls Socket connectThomas Watson2017-05-081-14/+18
* net: fix permanent deoptimizationsBrian White2017-04-301-16/+17
* net: require 'dns' only onceBen Noordhuis2017-04-181-3/+11
* net: don't normalize twice in Socket#connect()Ben Noordhuis2017-04-181-2/+6
* net: don't concatenate strings in debug loggingBen Noordhuis2017-04-181-3/+3
* net: remove unnecessary process.nextTick()Ben Noordhuis2017-04-181-4/+1
* net: don't create unnecessary closureBen Noordhuis2017-04-181-10/+4
* net: don't create unnecessary closureBen Noordhuis2017-04-181-3/+3
* tools,lib: enable strict equality lint ruleRich Trott2017-04-181-2/+3
* net: refactor onSlaveClose in Server.closeClaudio Rodriguez2017-04-181-8/+6
* net: rename internal functions for readabilityJoyee Cheung2017-04-021-30/+43
* net: refactor net module to module.exportsClaudio Rodriguez2017-03-261-32/+34
* net: avoid using forEachJames M Snell2017-03-171-6/+5