summaryrefslogtreecommitdiffstats
path: root/stream/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Make functions static if they aren't referenced externally.zuxy2007-10-271-2/+2
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionreimar2007-09-191-3/+2
* Fix a few typosreimar2007-09-191-3/+3
* winsocks expects an int in milliseconds instead of struct timeval to setivo2007-03-011-4/+12
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-0/+1
* Use defined() syntax instead without ().reimar2007-02-041-1/+1
* Add timeout to tcp connections, avoid hanging forever.rtogni2007-02-041-0/+7
* Cosmetics: recommit patch changing return values to definesreimar2006-08-261-11/+11
* Recreate tcp.c as partial copy from network.creimar2006-08-261-0/+242
* remove to allow readding as copy from network.creimar2006-08-261-291/+0
* missing header for struct timevalrfelker2006-08-201-0/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+290