summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2016-10-14net: fix ambiguity in EOF handlingFedor Indutny
2016-09-26http: socket connection timeout for http requestRene Weber
2016-09-12net: refactor Server.prototype.listenJan Schär
2016-08-27net: make holding the buffer in memory more robustAnna Henningsen
2016-08-23net: add length check when normalizing argsBrian White
2016-08-23net: remove unnecessary variablesBrian White
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-08net: export isIPv4, isIPv6 directly from caresSakthipriyan Vairamani
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-04-20net: Validate port in createServer().listen()Dirceu Pereira Tiegs
2016-04-20net: replace __defineGetter__ with definePropertyFedor Indutny
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20net: set ADDRCONFIG DNS hint in connectionscjihrig
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