aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tcp.c
Commit message (Expand)AuthorAge
* Make functions static if they aren't referenced externally.Gravatar zuxy2007-10-27
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionGravatar reimar2007-09-19
* Fix a few typosGravatar reimar2007-09-19
* winsocks expects an int in milliseconds instead of struct timeval to setGravatar ivo2007-03-01
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Use defined() syntax instead without ().Gravatar reimar2007-02-04
* Add timeout to tcp connections, avoid hanging forever.Gravatar rtogni2007-02-04
* Cosmetics: recommit patch changing return values to definesGravatar reimar2006-08-26
* Recreate tcp.c as partial copy from network.cGravatar reimar2006-08-26
* remove to allow readding as copy from network.cGravatar reimar2006-08-26
* missing header for struct timevalGravatar rfelker2006-08-20
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05