Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcp.Connection.prototype.write should return boolean | Ryan Dahl | 2010-03-02 | 2 | -5/+7 |
| | |||||
* | Add hack to get error event on socket timeout | Ryan Dahl | 2010-02-23 | 1 | -0/+5 |
| | | | | | See http://groups.google.com/group/nodejs/browse_thread/thread/4898a1ed3b99dcf0 | ||||
* | Initial Solaris support | Ryan Dahl | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | use SUN_LEN to calculate length of unix address @ FreeBSD. | Vanilla Hsu | 2010-01-15 | 1 | -6/+12 |
| | |||||
* | Add 'drain' event to tcp.Connection | Ryan Dahl | 2009-11-10 | 2 | -0/+6 |
| | |||||
* | Add Makefiles which were forgotten. | Ryan Dahl | 2009-10-03 | 1 | -0/+75 |
| | |||||
* | Add connection.setNoDelay() to disable Nagle algorithm. | Ryan Dahl | 2009-09-23 | 2 | -0/+10 |
| | |||||
* | Upgrade evcom - disable EPIPE error output. | Ryan | 2009-09-04 | 1 | -9/+16 |
| | |||||
* | Upgrade evcom; Add setTimeout method to node.tcp.Connection | Ryan | 2009-08-31 | 4 | -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. | Ryan | 2009-08-22 | 3 | -0/+15 |
| | |||||
* | Sync evcom | Ryan | 2009-08-21 | 3 | -28/+78 |
| | |||||
* | Upgrade evcom - fix API issues. | Ryan | 2009-08-19 | 6 | -510/+1436 |
| | |||||
* | Sync evcom after refactor; fix binding issues | Ryan | 2009-08-13 | 3 | -619/+601 |
| | |||||
* | Sync evcom. | Ryan | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | (evcom) SOL_SOCKET got renamed in socket,stream renaming | Ryan | 2009-08-10 | 1 | -1/+1 |
| | | | | This was breaking the build on Macintosh. | ||||
* | (evcom) Add fix for pausing against big buffers. | Ryan | 2009-08-10 | 1 | -3/+3 |
| | | | | | discussion: http://groups.google.com/group/nodejs/browse_thread/thread/11a920da4d0ed21d | ||||
* | Upgrade evcom | Ryan | 2009-08-09 | 4 | -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 8192 | Ryan | 2009-08-06 | 1 | -3/+3 |
| | |||||
* | Upgrade evcom - fix accepting too many connections issue | Ryan | 2009-08-04 | 3 | -70/+113 |
| | |||||
* | Rename evnet to evcom. | Ryan | 2009-07-25 | 5 | -0/+1968 |