Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Make functions static if they aren't referenced externally. | zuxy | 2007-10-27 |
* | (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition | reimar | 2007-09-19 |
* | Fix a few typos | reimar | 2007-09-19 |
* | winsocks expects an int in milliseconds instead of struct timeval to set | ivo | 2007-03-01 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 |
* | Use defined() syntax instead without (). | reimar | 2007-02-04 |
* | Add timeout to tcp connections, avoid hanging forever. | rtogni | 2007-02-04 |
* | Cosmetics: recommit patch changing return values to defines | reimar | 2006-08-26 |
* | Recreate tcp.c as partial copy from network.c | reimar | 2006-08-26 |
* | remove to allow readding as copy from network.c | reimar | 2006-08-26 |
* | missing header for struct timeval | rfelker | 2006-08-20 |
* | isolated tcp socket code from network.c to a dedicated file | ben | 2006-08-05 |