log stream/tcp.c @ 31114:857b043e1b84

age author description
2010-02-20 reimar Make sure we do not try to use IPv6 with winsock2, we end up connecting
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2009-06-26 reimar Replace incorrect use of strncpy by av_strlcpy.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-01 diego Restructure network tests: Always check for both inet_aton and inet_pton.
2009-02-01 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
2009-02-01 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
2008-12-27 diego Avoid u_ BSD type names.
2008-09-01 diego Move '#define closesocket close' preprocessor directive to a common place
2008-08-31 diego Revert moving closesocket definition and network headers to network.h.
2008-08-29 diego Move duplicated '#define closesocket close' into network.h along with
2008-08-29 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
2008-08-01 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-05-15 diego Add missing stream.h #include, fixes the warning:
2008-04-09 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
2007-10-27 zuxy Make functions static if they aren't referenced externally.
2007-09-19 reimar (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
2007-09-19 reimar Fix a few typos
2007-03-01 ivo winsocks expects an int in milliseconds instead of struct timeval to set
2007-02-05 rathann Fix a few gcc warnings, approved by Diego and Reimar.
2007-02-04 reimar Use defined() syntax instead without ().
2007-02-04 rtogni Add timeout to tcp connections, avoid hanging forever.
2006-08-26 reimar Cosmetics: recommit patch changing return values to defines
2006-08-26 reimar Recreate tcp.c as partial copy from network.c
2006-08-20 rfelker missing header for struct timeval
2006-08-05 ben isolated tcp socket code from network.c to a dedicated file