summaryrefslogtreecommitdiffstats
path: root/stream/udp.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Use memset to make sure all parts of struct sockaddr_in are always initialized.reimar2009-02-251-0/+1
* Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-011-7/+5
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-5/+5
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-011-2/+2
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-1/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-1/+11
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-11/+1
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-9/+9
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Use standard license headers with standard formatting.diego2008-05-141-13/+16
* Fix a few typosreimar2007-09-191-1/+1
* Fix UDP select timeout.diego2007-08-121-2/+2
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...nicodvb2007-03-081-0/+6
* Fix mingw compilationreimar2006-08-261-1/+1
* missing header for struct timevalrfelker2006-08-201-0/+1
* kill a warning in getsockopt()ben2006-08-051-1/+2
* removed udp socket creation code from rtp stack to a new dedicated udp helper...ben2006-08-041-0/+191