log stream/udp.c @ 27575:83b2c3cd2553

age author description
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