aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/network.c
Commit message (Expand)AuthorAge
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\
| * Add a referrer option to set the HTTP Referer field.Gravatar reimar2010-05-30
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\|
| * Make http_read_response fail if parsing the response failed.Gravatar reimar2010-03-23
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30529Gravatar Uoti Urpala2010-03-09
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
| | | | | * Remove unused static function streaming_stop().Gravatar cehoyos2010-02-27
| | | | |/
| | | | * Print response headers as debugging output also for HTTP seeks.Gravatar reimar2010-02-20
| | | | * 10l, fix a close() that should be a closesocket()Gravatar reimar2010-02-20
| | | |/
| | | * Fix mov reference files: for video/quicktime mime do not force a demuxerGravatar reimar2010-02-20
| | | * stream: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| | |/
| | * Prefer libavformat over our own mov demuxer also for video/quicktimeGravatar reimar2010-02-05
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Forgotten reindentGravatar reimar2008-11-02
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.Gravatar reimar2008-11-02
* 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
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* mime_type_table is const as wellGravatar reimar2007-12-02
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750Gravatar rtogni2007-06-29
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Force lavf on flv streams. Closes bugzilla #354Gravatar rtogni2006-12-15
* Close fd on error.Gravatar reimar2006-12-09
* Change demuxer for "application/octet-stream" http streams fromGravatar eugeni2006-09-15
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* kill a warning in getsockopt()Gravatar ben2006-08-05
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31