log stream/tcp.c @ 27359:d788e177a35e

age author description
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 15 May 2008 16:11:50 +0000 diego Add missing stream.h #include, fixes the warning:
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