summaryrefslogtreecommitdiff
path: root/lib/net.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'forward/v0.12'Ben Noordhuis2014-10-291-4/+14
|\
| * net: add pauseOnConnect option to createServer()cjihrig2014-10-271-3/+13
| * net: Make server.connections un-enumerablePatrick Mooney2014-09-241-1/+1
* | net: remove use of arguments in Server constructorcjihrig2014-09-301-12/+12
|/
* net,dgram: workers can listen on exclusive portscjihrig2014-09-031-13/+31
* src: be more intelligent about use of "arguments"Trevor Norris2014-09-031-1/+2
* net: Improve Socket.prototype.write()Jackson Tian2014-09-031-1/+1
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* net,stream: add isPaused, don't read() when pausedChris Dickinson2014-08-201-1/+1
* Cluster: fix shared handles on WindowsAlexis Campailla2014-08-071-17/+1
* net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-041-2/+11
* Revert "Cluster: fix shared handles on Windows"Fedor Indutny2014-07-311-1/+17
* Cluster: fix shared handles on WindowsAlexis Campailla2014-07-311-17/+1
* Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-291-1/+1
|\
| * lib: remove and restructure calls to isNaN()cjihrig2014-07-101-1/+1
| * net: do not re-emit stream errorsFedor Indutny2014-02-101-3/+2
* | net: add remoteFamily for socketJackson Tian2014-07-231-0/+3
* | net: reset `errorEmitted` on reconnectEd Umansky2014-07-031-0/+1
* | net: don't emit listening if handle is closedEli Skeggs2014-07-021-1/+3
* | lib: remove unused variablesBrian White2014-06-111-24/+0
* | net: Ensure consistent binding to IPV6 if address is absentRaymond Feng2014-05-291-1/+3
* | net: don't throw on net.Server.close()cjihrig2014-05-181-7/+11
* | net: deduplicate Socket.prototype.addressYazhong Liu2014-04-141-7/+1
* | net: bind to `::` TCP address by defaultFedor Indutny2014-04-141-5/+13
* | src: make stdout/sterr pipes blockingAlexis Campailla2014-02-261-1/+10
* | net: fix listening on FDs on WindowsAlexis Campailla2014-02-251-2/+1
* | net: add localPort to connect optionsTimothy J Fontaine2014-02-181-7/+43
* | cluster: handle bind errors on WindowsAlexis Campailla2014-02-131-4/+23
* | stream: use `errorEmitted` from `_writableState`Fedor Indutny2014-02-101-2/+2
* | lib: fix unnecessary coercion in lib/net.jsThom Seddon2014-01-291-3/+3
* | stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-4/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-271-1/+5
|\ \ | |/
| * net: make Socket destroy() re-entrance safeJun Ma2014-01-271-1/+4
| * net: reset `endEmitted` on reconnectFedor Indutny2014-01-251-0/+1
| * src: lint lib/net.jsv0.10.25v0.10.25-releaseTimothy J Fontaine2014-01-221-20/+21
| * cluster: report more errors to workersFedor Indutny2013-12-311-1/+8
* | tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-3/+3
* | tls: emit `clientError` on early socket closeFedor Indutny2014-01-241-3/+2
* | src: revert domain using AsyncListenersTrevor Norris2014-01-091-11/+0
* | domain: use AsyncListener APITrevor Norris2013-10-311-0/+11
* | tls: reuse hostname from underlying net.SocketFedor Indutny2013-10-311-1/+4
* | net: add a port validation to `connect`Maciej MaƂecki2013-09-191-4/+10
* | net: family option in net.connectVsevolod Strukchinsky2013-08-201-1/+2
* | lib: remove unused variables and functionsBrian White2013-08-151-1/+0
* | src: don't call v8::Object::SetHiddenValue()Ben Noordhuis2013-08-091-2/+8
* | http: Use streams3 directly, not .ondata/endisaacs2013-08-081-7/+1
* | src: Replace macros with util functionsisaacs2013-08-011-29/+29
* | cluster: fix shared handle bind error propagationBen Noordhuis2013-07-281-15/+18
* | lib: macro-ify type checksBen Noordhuis2013-07-241-35/+31
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-104/+114