summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.c
Commit message (Expand)AuthorAgeFilesLines
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-11/+11
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-3/+3
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itdiego2008-10-161-1/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-1/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-0/+9
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-9/+0
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-3/+3
* Use standard license headers with standard formatting.diego2008-05-141-17/+15
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+308