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
/
network.h
Commit message (
Expand
)
Author
Age
*
stream: http: Allow setting custom http header
cehoyos
2011-04-13
*
stream/http.c: Move mime_type_table extern declaration to network.h
diego
2010-11-02
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
*
Declare functions from network.c in network.h.
diego
2010-02-22
*
Move struct streaming_control from network.h to stream.h, where it is used.
diego
2010-02-22
*
Remove commented-out declaration of non-existing function streaming_start.
diego
2010-02-22
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
diego
2009-02-01
*
Move socklen_t typedef from config.h to stream/network.h.
diego
2008-10-12
*
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
*
Remove useless #include.
diego
2008-03-10
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31