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
/
tcp.c
Commit message (
Expand
)
Author
Age
*
Restructure network tests: Always check for both inet_aton and inet_pton.
diego
2009-02-01
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
diego
2009-02-01
*
Avoid u_ BSD type names.
diego
2008-12-27
*
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
*
Add missing stream.h #include, fixes the warning:
diego
2008-05-15
*
Remove the need for code using stream to export an mp_input_check_interrupt()
albeu
2008-04-09
*
Make functions static if they aren't referenced externally.
zuxy
2007-10-27
*
(Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
reimar
2007-09-19
*
Fix a few typos
reimar
2007-09-19
*
winsocks expects an int in milliseconds instead of struct timeval to set
ivo
2007-03-01
*
Fix a few gcc warnings, approved by Diego and Reimar.
rathann
2007-02-05
*
Use defined() syntax instead without ().
reimar
2007-02-04
*
Add timeout to tcp connections, avoid hanging forever.
rtogni
2007-02-04
*
Cosmetics: recommit patch changing return values to defines
reimar
2006-08-26
*
Recreate tcp.c as partial copy from network.c
reimar
2006-08-26
*
remove to allow readding as copy from network.c
reimar
2006-08-26
*
missing header for struct timeval
rfelker
2006-08-20
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05