summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2015-03-16net: use cached peername to resolve remote fieldsJames Hartig
2015-03-10lib: allow server.listen({ port: "1234" })Ben Noordhuis
2015-03-05net: allow port 0 in connect()cjihrig
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-20net: make Server.prototype.unref() persistentcjihrig
2015-02-19net: unref timer in parent socketsFedor Indutny
2015-02-13net: remove use of arguments in Server constructorcjihrig
2015-02-13net: throw on invalid socket timeoutscjihrig
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-02-02net: check close callback is functionYosuke Furukawa
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-23lib: move default address logic to `net._listen2`Vladimir Kurchatkin
2015-01-21lib: use const to define constantscjihrig
2015-01-19net: fix error details in connect()cjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-11net: remove TODO for moving isIP to dnsEvan Lucas
2015-01-08util: _detailedException to _exceptionWithHostPortEvan Lucas
2015-01-08util,net: move _detailedException into utilEvan Lucas
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2015-01-03net: make connect() input validation synchronouscjihrig
2014-12-18stream: switch _writableState.buffer to queueChris Dickinson
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-12-07net: give better error messagesEvan Lucas
2014-12-05src: all wrap's now use actual FunctionTemplateTrevor Norris
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-27net: add pauseOnConnect option to createServer()cjihrig
2014-09-24net: Make server.connections un-enumerablePatrick Mooney
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris
2014-09-03net: Improve Socket.prototype.write()Jackson Tian
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson
2014-08-07Cluster: fix shared handles on WindowsAlexis Campailla
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-07-31Revert "Cluster: fix shared handles on Windows"Fedor Indutny
2014-07-31Cluster: fix shared handles on WindowsAlexis Campailla
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-23net: add remoteFamily for socketJackson Tian
2014-07-10lib: remove and restructure calls to isNaN()cjihrig
2014-07-03net: reset `errorEmitted` on reconnectEd Umansky
2014-07-02net: don't emit listening if handle is closedEli Skeggs
2014-06-11lib: remove unused variablesBrian White
2014-05-29net: Ensure consistent binding to IPV6 if address is absentRaymond Feng
2014-05-18net: don't throw on net.Server.close()cjihrig
2014-04-14net: deduplicate Socket.prototype.addressYazhong Liu
2014-04-14net: bind to `::` TCP address by defaultFedor Indutny
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-25net: fix listening on FDs on WindowsAlexis Campailla
2014-02-18net: add localPort to connect optionsTimothy J Fontaine
2014-02-13cluster: handle bind errors on WindowsAlexis Campailla