aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/udp.c
Commit message (Expand)AuthorAge
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Use memset to make sure all parts of struct sockaddr_in are always initialized.Gravatar reimar2009-02-25
* Restructure network tests: Always check for both inet_aton and inet_pton.Gravatar diego2009-02-01
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.Gravatar diego2009-02-01
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Fix a few typosGravatar reimar2007-09-19
* Fix UDP select timeout.Gravatar diego2007-08-12
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...Gravatar nicodvb2007-03-08
* Fix mingw compilationGravatar reimar2006-08-26
* missing header for struct timevalGravatar rfelker2006-08-20
* kill a warning in getsockopt()Gravatar ben2006-08-05
* removed udp socket creation code from rtp stack to a new dedicated udp helper...Gravatar ben2006-08-04