Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25net: fix timeout with null handleAnatoli Papirovski
2017-10-23net: fix timeouts during long writesAnatoli Papirovski
2017-10-18net: change assert to conform to other filesJames Hodgskiss
2017-09-25net: support passing null to listen()cjihrig
2017-09-21lib: improve lazy requiresRuben Bridgewater
2017-09-12net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-12net: move debug statementBrian White
2017-08-10net: use rest parameters instead of argumentsTobias Nießen
2017-08-01net: fix bytesWritten during writevBrendan Ashworth
2017-07-28lib: adjust indentation for impending lint changeRich Trott
2017-07-19lib: update indentation of ternariesRich Trott
2017-07-19async-hooks,net: ensure asyncId=null if no handleMatt Sergeant
2017-07-18benchmark,lib,test: use braces for multiline blockRich Trott
2017-07-18src,lib,test,doc: correct misspellingsRoman Reiss
2017-07-11net: return this from getConnections()Sam Roberts
2017-06-21net: fix abort on bad address inputRuben Bridgewater
2017-06-07lib: return this from net.Socket.end()Sam Roberts
2017-06-07net: fix permanent deoptBrian White
2017-05-28lib,src: improve writev() performance for BuffersBrian White
2017-05-28stream: add destroy and _destroy methods.Matteo Collina
2017-05-28Revert "net: remove unnecessary process.nextTick()"Evan Lucas
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-01net: 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-15test,net: add tests for server.connectionsRich Trott
2016-11-02net: name anonymous functionsPedro Victor
2016-10-20test,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