summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+1
|\
| * 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-11/+11
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-3/+3
|\|
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-3/+3
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itdiego2008-10-161-1/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-4/+4
|\|
| * 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
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-17/+15
|\|
| * Use standard license headers with standard formatting.diego2008-05-141-17/+15
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* 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