index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
network.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream_network: Fix possible crash for invalid http_proxy URLs
reimar
2010-11-02
1
-0
/
+4
*
build: enable/disable all FFmpeg libraries together
Uoti Urpala
2010-11-02
1
-1
/
+1
*
Factorize MPlayer/MEncoder version string handling.
diego
2010-11-02
1
-7
/
+3
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
1
-1
/
+1
*
Merge svn changes up to r31291
Uoti Urpala
2010-06-02
1
-0
/
+18
|
\
|
*
Add a referrer option to set the HTTP Referer field.
reimar
2010-05-30
1
-0
/
+18
*
|
Merge svn changes up to r30967
Uoti Urpala
2010-04-26
1
-1
/
+4
|
\
|
|
*
Make http_read_response fail if parsing the response failed.
reimar
2010-03-23
1
-1
/
+4
*
|
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
|
Merge svn changes up to r30798
Uoti Urpala
2010-03-10
1
-7
/
+0
|
\
|
|
*
Remove unused static function streaming_stop().
cehoyos
2010-02-27
1
-6
/
+0
*
|
Merge svn changes up to r30672
Uoti Urpala
2010-03-10
1
-1
/
+4
|
\
|
|
*
Print response headers as debugging output also for HTTP seeks.
reimar
2010-02-20
1
-0
/
+3
|
*
10l, fix a close() that should be a closesocket()
reimar
2010-02-20
1
-1
/
+1
*
|
Merge svn changes up to r30663
Uoti Urpala
2010-03-10
1
-1
/
+5
|
\
|
|
*
Fix mov reference files: for video/quicktime mime do not force a demuxer
reimar
2010-02-20
1
-1
/
+5
|
*
stream: Mark functions not used outside of their files as static.
diego
2010-02-16
1
-1
/
+1
*
|
Merge svn changes up to r30529
Uoti Urpala
2010-03-09
1
-4
/
+5
|
\
|
|
*
Prefer libavformat over our own mov demuxer also for video/quicktime
reimar
2010-02-05
1
-4
/
+5
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-2
/
+18
|
\
|
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-2
/
+18
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-10
/
+10
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-10
/
+10
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-17
/
+23
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-17
/
+17
|
/
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
1
-1
/
+1
*
Forgotten reindent
reimar
2008-11-02
1
-1
/
+1
*
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
reimar
2008-11-02
1
-0
/
+1
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
1
-3
/
+1
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
1
-0
/
+8
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
1
-8
/
+0
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
1
-1
/
+1
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-1
/
+1
*
mime_type_table is const as well
reimar
2007-12-02
1
-1
/
+1
*
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
rtogni
2007-06-29
1
-1
/
+1
*
Fix a few gcc warnings, approved by Diego and Reimar.
rathann
2007-02-05
1
-2
/
+0
*
Force lavf on flv streams. Closes bugzilla #354
rtogni
2006-12-15
1
-0
/
+4
*
Close fd on error.
reimar
2006-12-09
1
-1
/
+2
*
Change demuxer for "application/octet-stream" http streams from
eugeni
2006-09-15
1
-1
/
+1
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
1
-207
/
+1
*
kill a warning in getsockopt()
ben
2006-08-05
1
-1
/
+2
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
1
-1
/
+1
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+657