aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_netstream.c
Commit message (Expand)AuthorAge
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * 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
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* 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