log stream/tcp.c @ 26326:5bfc1d8bece9

age author description
Wed, 09 Apr 2008 00:36:28 +0000 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
Sat, 27 Oct 2007 17:46:09 +0000 zuxy Make functions static if they aren't referenced externally.
Wed, 19 Sep 2007 13:01:08 +0000 reimar (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
Wed, 19 Sep 2007 12:54:10 +0000 reimar Fix a few typos
Thu, 01 Mar 2007 14:57:44 +0000 ivo winsocks expects an int in milliseconds instead of struct timeval to set
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Sun, 04 Feb 2007 16:08:29 +0000 reimar Use defined() syntax instead without ().
Sun, 04 Feb 2007 14:18:56 +0000 rtogni Add timeout to tcp connections, avoid hanging forever.
Sat, 26 Aug 2006 19:35:55 +0000 reimar Cosmetics: recommit patch changing return values to defines
Sat, 26 Aug 2006 19:23:14 +0000 reimar Recreate tcp.c as partial copy from network.c
Sun, 20 Aug 2006 23:19:18 +0000 rfelker missing header for struct timeval
Sat, 05 Aug 2006 10:30:06 +0000 ben isolated tcp socket code from network.c to a dedicated file