net: use `_server` for internal book-keeping
[platform/upstream/nodejs.git] / lib / net.js
2016-03-02 Fedor Indutnynet: use `_server` for internal book-keeping
2016-03-02 Rich Trottnet: refactor redeclared variables
2016-03-02 Fedor Indutnytls_wrap: reach error reporting for UV_EPROTO
2016-03-02 Evan Lucasnet: move isLegalPort to internal/net
2016-03-02 Minwoo Junglib: use arrow functions instead of bind
2016-03-02 Michaël Zassolib,test: remove extra semicolons
2016-02-15 Evan Lucasnet: remove hot path comment from connect
2016-02-15 James M Snellnet, doc: fix line wrapping lint in net.js
2016-02-15 Josh Daguenet: fix dns lookup for android
2016-02-15 Michaël Zassolib: fix style issues after eslint update
2016-01-19 Jan Schärnet: small code cleanup
2015-12-23 Jan Schärnet: add local address/port for better errors
2015-10-12 Trevor Norrisnet: don't throw on bytesWritten access
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-08 Fedor Indutnycluster: allow shared reused dgram sockets
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuislib: add net.Socket#localFamily property
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-06 Ryan Grahamnet: ensure Socket reported address is current
2015-08-04 Julien Gillinet: do not set V4MAPPED on FreeBSD
2015-07-27 Evan Lucasnet: don't throw on immediately destroyed socket
2015-07-03 Sakthipriyan Vairamaniutil: prepend '(node) ' to deprecation messages
2015-07-01 Evan Lucasnet: wrap connect in nextTick
2015-06-26 Evan Lucasnet: fix debug for dnsopts
2015-06-15 Roman Reisslib,test: fix whitespace issues
2015-06-11 Roman Reisslib: don't use global Buffer
2015-05-25 Brian Whitelib: simplify nextTick() usage
2015-05-23 Roman Reissnet: return this from setNoDelay and setKeepAlive
2015-05-23 Roman Reissnet,dgram: return this from ref and unref methods
2015-05-19 Evan Lucasnet: persist net.Socket options before connect
2015-05-16 Evan Lucashttp,net,tls: return this from setTimeout methods
2015-05-09 Yosuke Furukawalib: fix eslint styles
2015-05-03 Fedor Indutnynet: ensure Write/ShutdownWrap references handle
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-04-24 Evan Lucasnet: add lookup option to Socket.prototype.connect
2015-04-24 Evan Lucasnet: cleanup connect logic
2015-04-16 Jackson Tiannet: add fd into listen2 debug info
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-04-09 Brendan Ashworthlib: reduce process.binding() calls
2015-03-16 James Hartignet: use cached peername to resolve remote fields
2015-03-10 Ben Noordhuislib: allow server.listen({ port: "1234" })
2015-03-05 cjihrignet: allow port 0 in connect()
2015-02-22 Fedor Indutnystream_base: introduce StreamBase
2015-02-21 cjihrignet: make Server.prototype.unref() persistent
2015-02-19 Fedor Indutnynet: unref timer in parent sockets
2015-02-13 cjihrignet: remove use of arguments in Server constructor
2015-02-13 cjihrignet: throw on invalid socket timeouts
2015-02-09 Glen Keanetracing: add lttng support for tracing on linux
2015-02-02 Yosuke Furukawanet: check close callback is function
2015-02-01 cjihriglib: reduce util.is*() usage
2015-01-23 Vladimir Kurchatkinlib: move default address logic to `net._listen2`
2015-01-21 cjihriglib: use const to define constants
2015-01-19 cjihrignet: fix error details in connect()
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-11 Evan Lucasnet: remove TODO for moving isIP to dns
2015-01-08 Evan Lucasutil: _detailedException to _exceptionWithHostPort
2015-01-08 Evan Lucasutil,net: move _detailedException into util
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2015-01-04 cjihrignet: make connect() input validation synchronous
2014-12-18 Chris Dickinsonstream: switch _writableState.buffer to queue
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Trevor Norrissrc: all wraps now use actual FunctionTemplate
2014-12-06 Evan Lucasnet: give better error messages
2014-12-05 Trevor Norrissrc: all wrap's now use actual FunctionTemplate
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-27 cjihrignet: add pauseOnConnect option to createServer()
2014-09-24 Patrick Mooneynet: Make server.connections un-enumerable
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-03 cjihrignet,dgram: workers can listen on exclusive ports
2014-09-03 Trevor Norrissrc: be more intelligent about use of "arguments"
2014-09-03 Jackson Tiannet: Improve Socket.prototype.write()
2014-09-03 Trevor Norrisstream_wrap: Add support to write binary strings
2014-08-20 Chris Dickinsonnet,stream: add isPaused, don't read() when paused
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Alexis CampaillaCluster: fix shared handles on Windows
2014-08-04 cjihrignet: don't prefer IPv4 addresses during resolution
2014-07-31 Fedor IndutnyRevert "Cluster: fix shared handles on Windows"
2014-07-31 Alexis CampaillaCluster: fix shared handles on Windows
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-23 Jackson Tiannet: add remoteFamily for socket
2014-07-10 cjihriglib: remove and restructure calls to isNaN()
2014-07-03 Ed Umanskynet: reset `errorEmitted` on reconnect
2014-07-02 Eli Skeggsnet: don't emit listening if handle is closed
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-12 Brian Whitelib: remove unused variables
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-28 Raymond Fengnet: Ensure consistent binding to IPV6 if address is...
2014-05-18 cjihrignet: don't throw on net.Server.close()
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-14 Yazhong Liunet: deduplicate Socket.prototype.address
2014-04-14 Fedor Indutnynet: bind to `::` TCP address by default
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
next