summaryrefslogtreecommitdiff
path: root/deps/evcom
Commit message (Collapse)AuthorAgeFilesLines
* tcp.Connection.prototype.write should return booleanRyan Dahl2010-03-022-5/+7
|
* Add hack to get error event on socket timeoutRyan Dahl2010-02-231-0/+5
| | | | | See http://groups.google.com/group/nodejs/browse_thread/thread/4898a1ed3b99dcf0
* Initial Solaris supportRyan Dahl2010-01-191-1/+1
|
* use SUN_LEN to calculate length of unix address @ FreeBSD.Vanilla Hsu2010-01-151-6/+12
|
* Add 'drain' event to tcp.ConnectionRyan Dahl2009-11-102-0/+6
|
* Add Makefiles which were forgotten.Ryan Dahl2009-10-031-0/+75
|
* Add connection.setNoDelay() to disable Nagle algorithm.Ryan Dahl2009-09-232-0/+10
|
* Upgrade evcom - disable EPIPE error output.Ryan2009-09-041-9/+16
|
* Upgrade evcom; Add setTimeout method to node.tcp.ConnectionRyan2009-08-314-31/+59
| | | | | | The default timeout is 60 seconds, but it can now be changed. evcom upgrade includes fixes to force_close.
* evcom upgrade - ignore sigpipe. remove error output.Ryan2009-08-223-0/+15
|
* Sync evcomRyan2009-08-213-28/+78
|
* Upgrade evcom - fix API issues.Ryan2009-08-196-510/+1436
|
* Sync evcom after refactor; fix binding issuesRyan2009-08-133-619/+601
|
* Sync evcom.Ryan2009-08-101-1/+1
|
* (evcom) SOL_SOCKET got renamed in socket,stream renamingRyan2009-08-101-1/+1
| | | | This was breaking the build on Macintosh.
* (evcom) Add fix for pausing against big buffers.Ryan2009-08-101-3/+3
| | | | | discussion: http://groups.google.com/group/nodejs/browse_thread/thread/11a920da4d0ed21d
* Upgrade evcomRyan2009-08-094-455/+448
| | | | Made API changes in evcom and had to make minor change src/net.cc to comply.
* (evcom) Increase recv buffer from 4 bytes (!!!) to 8192Ryan2009-08-061-3/+3
|
* Upgrade evcom - fix accepting too many connections issueRyan2009-08-043-70/+113
|
* Rename evnet to evcom.Ryan2009-07-255-0/+1968