index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
udp.c
Commit message (
Expand
)
Author
Age
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Fix a few typos
reimar
2007-09-19
*
Fix UDP select timeout.
diego
2007-08-12
*
optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...
nicodvb
2007-03-08
*
Fix mingw compilation
reimar
2006-08-26
*
missing header for struct timeval
rfelker
2006-08-20
*
kill a warning in getsockopt()
ben
2006-08-05
*
removed udp socket creation code from rtp stack to a new dedicated udp helper...
ben
2006-08-04