summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2017-07-24lib: adjust indentation for impending lint changeRich Trott
2017-07-19lib: improve lazy requiresRuben Bridgewater
2017-07-17lib: update indentation of ternariesRich Trott
2017-07-05async-hooks,net: ensure asyncId=null if no handleMatt Sergeant
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19net: fix abort on bad address inputRuben Bridgewater
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-14net: return this from getConnections()Sam Roberts
2017-06-07lib: return this from net.Socket.end()Sam Roberts
2017-06-05net: fix permanent deoptBrian White
2017-05-26lib,src: improve writev() performance for BuffersBrian White
2017-05-23Revert "net: remove unnecessary process.nextTick()"Evan Lucas
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-19net: add symbol to normalized connect() argscjihrig
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-09net: check and throw on error for getsocknameDaniel Bevenius
2017-05-08net: ensure net.connect calls Socket connectThomas Watson
2017-04-30net: fix permanent deoptimizationsBrian White
2017-04-18net: require 'dns' only onceBen Noordhuis
2017-04-18net: don't normalize twice in Socket#connect()Ben Noordhuis
2017-04-18net: don't concatenate strings in debug loggingBen Noordhuis
2017-04-18net: remove unnecessary process.nextTick()Ben Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18net: don't create unnecessary closureBen Noordhuis
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-18net: refactor onSlaveClose in Server.closeClaudio Rodriguez
2017-04-02net: rename internal functions for readabilityJoyee Cheung
2017-03-26net: refactor net module to module.exportsClaudio Rodriguez
2017-03-17net: avoid using forEachJames M Snell
2017-03-13net: allow missing callback for Socket.connectJuwan Yoo
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09lib, test: fix server.listen error messageJoyee Cheung
2017-03-08net: refactor overloaded argument handlingJoyee Cheung
2017-03-01net: remove misleading commentBen Noordhuis
2017-02-27net: prefer === to ==Arseniy Maximov
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-14test,net: add tests for server.connectionsRich Trott
2016-11-01net: name anonymous functionsPedro Victor
2016-10-19test,lib,benchmark: match function namesRich Trott
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