aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/network.h
Commit message (Expand)AuthorAge
* stream: implement some HTTP specific options for stream_lavfGravatar wm42013-01-24
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* stream: http: Allow setting custom http headerGravatar cehoyos2011-04-13
* stream/http.c: Move mime_type_table extern declaration to network.hGravatar diego2010-11-02
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* Declare functions from network.c in network.h.Gravatar diego2010-02-22
* Move struct streaming_control from network.h to stream.h, where it is used.Gravatar diego2010-02-22
* Remove commented-out declaration of non-existing function streaming_start.Gravatar diego2010-02-22
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.Gravatar diego2009-02-01
* Move socklen_t typedef from config.h to stream/network.h.Gravatar diego2008-10-12
* 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
* Remove useless #include.Gravatar diego2008-03-10
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31