aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/network.c
Commit message (Expand)AuthorAge
* network: set default user-agent to MPlayer'sGravatar wm42013-02-26
* stream: set default HTTP user agent to "Mozilla/5.0"Gravatar wm42013-01-31
* Fix lots of bugs in mp_http URL handlingGravatar Rudolf Polzer2013-01-10
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* network: fix crash with -playlist http://...Gravatar wm42012-11-14
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* url: simplifyGravatar cboesch2012-10-30
* core, timeline: cache external ordered chapter files tooGravatar Stefano Pigozzi2012-09-18
* libmpdemux: remove demux_real, demux_viv, demux_audioGravatar wm42012-08-20
* Remove some demuxers and decodersGravatar wm42012-07-30
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* stream/network: don't clobber buffer byte counts on errorGravatar reimar2011-07-06
* stream/network: distinguish EOF/error in streaming control APIGravatar reimar2011-07-06
* stream: http: Allow setting custom http headerGravatar cehoyos2011-04-13
* stream/http: Add support for login/password in http_proxy env variableGravatar cboesch2010-12-16
* stream/network.c, stream/http.c: cleanupGravatar cboesch2010-12-16
* stream/http: Do not keep authentication in URL when proxiedGravatar cboesch2010-12-16
* stream/http: Add Proxy-Authorization header to authenticate on proxiesGravatar cboesch2010-12-16
* stream/http: don't use proxy values for "Authorization" headerGravatar cboesch2010-12-16
* stream/network.c: Replace hardcoded str size with sizeofGravatar cboesch2010-11-14
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream_network: Fix possible crash for invalid http_proxy URLsGravatar reimar2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* 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