summaryrefslogtreecommitdiffstats
path: root/stream/network.h
Commit message (Expand)AuthorAgeFilesLines
* cache: refactor how cache enabling is doneUoti Urpala2012-12-031-1/+0
* stream, demux: replace off_t with int64_twm42012-11-201-3/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-1/+2
* stream: http: Allow setting custom http headercehoyos2011-04-131-0/+2
* stream/http.c: Move mime_type_table extern declaration to network.hdiego2010-11-021-0/+2
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-021-0/+6
* Declare functions from network.c in network.h.diego2010-02-221-0/+3
* Move struct streaming_control from network.h to stream.h, where it is used.diego2010-02-221-19/+1
* Remove commented-out declaration of non-existing function streaming_start.diego2010-02-221-1/+0
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-2/+18
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.diego2009-02-011-2/+2
* Move socklen_t typedef from config.h to stream/network.h.diego2008-10-121-0/+3
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-0/+4
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-4/+0
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-0/+4
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Remove useless #include.diego2008-03-101-1/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-2/+0
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+68