aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_netstream.c
Commit message (Expand)AuthorAge
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
* 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
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* 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