summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2016-04-05net: remove implicit setting of DNS hintscjihrig
2016-04-01net: support DNS hints in createConnection()Colin Ihrig
2016-04-01net: improve socket.write() error messagePhillip Johnsen
2016-03-27net: refactor self=this to arrow functionsBenjamin Gruenbaum
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-20net: remove unused `var self = this` from old codeBenjamin Gruenbaum
2016-03-18net: emit host in lookup eventHUANG Wei
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-15net: type check createServer options objectSam Roberts
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-02-17net: use `_server` for internal book-keepingFedor Indutny
2016-02-01net: refactor redeclared variablesRich Trott
2016-01-30net: move isLegalPort to internal/netEvan Lucas
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-01-21net: add net.listening boolean property over a getterJosé Moreira
2016-01-18Revert "stream: add bytesRead property for readable"cjihrig
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-14stream: add bytesRead property for readableJackson Tian
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-12net: remove hot path comment from connectEvan Lucas
2016-01-08net, doc: fix line wrapping lint in net.jsJames M Snell
2016-01-08net: fix dns lookup for androidJosh Dague
2015-12-17lib: use arrow functions instead of bindMinwoo Jung
2015-11-24net: add local address/port for better errorsJan Schär
2015-11-20net: small code cleanupJan Schär
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-12net: don't throw on bytesWritten accessTrevor Norris
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-07cluster: allow shared reused dgram socketsFedor Indutny
2015-08-28Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis
2015-08-27lib: add net.Socket#localFamily propertyBen Noordhuis
2015-08-27lib,src: add unix socket getsockname/getpeernameBen Noordhuis
2015-08-06net: ensure Socket reported address is currentRyan Graham
2015-08-04net: do not set V4MAPPED on FreeBSDJulien Gilli
2015-07-27net: don't throw on immediately destroyed socketEvan Lucas
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-30net: wrap connect in nextTickEvan Lucas
2015-06-26net: fix debug for dnsoptsEvan Lucas
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-23net: return this from setNoDelay and setKeepAliveRoman Reiss
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-19net: persist net.Socket options before connectEvan Lucas
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-03net: ensure Write/ShutdownWrap references handleFedor Indutny
2015-04-24net: add lookup option to Socket.prototype.connectEvan Lucas
2015-04-24net: cleanup connect logicEvan Lucas