log stream/udp.c @ 31774:ba2ae47a445f

age author description
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-25 reimar Use memset to make sure all parts of struct sockaddr_in are always initialized.
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-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-14 diego Use standard license headers with standard formatting.
2007-09-19 reimar Fix a few typos
2007-08-12 diego Fix UDP select timeout.
2007-03-08 nicodvb optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan (sio4 users sf net) simplified by me
2006-08-26 reimar Fix mingw compilation
2006-08-20 rfelker missing header for struct timeval
2006-08-05 ben kill a warning in getsockopt()
2006-08-04 ben removed udp socket creation code from rtp stack to a new dedicated udp helper file