aboutsummaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2017-09-22net: support passing null to listen()cjihrig
2017-09-04net: multiple listen() events fail silentlyEduard Bondarenko
2017-09-03net: check EADDRINUSE after binding localPortJoyee Cheung
2017-08-26net: move debug statementBrian White
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-10net: use rest parameters instead of argumentsTobias Nießen
2017-08-02doc,net: assign deprecation codeAnna Henningsen
2017-07-29net: fix bytesWritten during writevBrendan Ashworth
2017-07-26net,child_process: improve naming in internal codeAnna Henningsen
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