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
/
libmpdemux
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
1
-1
/
+6
*
free memory on error in http_add_basic_authentication
reimar
2006-04-14
1
-6
/
+9
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
1
-1
/
+1
*
Fix base64 encoding for basic auth according to RFC.
reimar
2006-03-08
1
-4
/
+8
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
1
-1
/
+1
*
Add another content-type for aac audio in shoutcast streams
rtognimp
2005-11-08
1
-1
/
+1
*
fix typos: aslo->also, falback->fallback (they were just too annoying *g*)
reimar
2005-11-06
1
-1
/
+1
*
Use correct demuxer type for aac in shoutcast streams
rtognimp
2005-11-05
1
-0
/
+2
*
another url_free that shouldn't be commented out.
reimar
2005-09-28
1
-1
/
+1
*
memleak fixes when invalid http url specified.
reimar
2005-09-06
1
-1
/
+1
*
Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not set
reimar
2005-07-24
1
-1
/
+1
*
Multiple unsv/scast bug fixes.
reimar
2005-07-23
1
-8
/
+14
*
Forgotten doxygen comments
reimar
2005-07-20
1
-0
/
+15
*
Ultravox improvements according to specs (didn't know they existed *g*)
reimar
2005-07-20
1
-3
/
+6
*
SHOUTcast and ultravox support
reimar
2005-07-19
1
-2
/
+146
*
Remove code that is already done by fixup_network_stream_cache.
reimar
2005-06-16
1
-9
/
+0
*
Change header order to avoid compile error because of STREAM_SEEK
reimar
2005-06-02
1
-7
/
+9
*
ported all network streams to the new API
nicodvb
2005-05-29
1
-0
/
+333
*
free http field_name to fix memleak
reimar
2005-01-11
1
-0
/
+2
*
Fix url escaping and avoid double escape
rtognimp
2004-05-01
1
-2
/
+2
*
remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)
michael
2004-03-30
1
-1
/
+1
*
Removed hard coded value for the length of the header separator.
bertrand
2002-11-13
1
-4
/
+6
*
Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...
bertrand
2002-09-07
1
-2
/
+2
*
- simpler http_response_append (uses realloc())
arpi
2002-09-06
1
-16
/
+8
*
Added base64 encoder
bertrand
2002-06-23
1
-0
/
+100
*
Removed unecessary malloc and memcpy.
bertrand
2002-06-20
1
-9
/
+2
*
Convert printf to mp_msg in the network layer
albeu
2002-04-30
1
-28
/
+29
*
Fixed the http response parser when the http header only has the HTTP
bertrand
2002-02-23
1
-1
/
+2
*
Modified the output of the http_debug function.
bertrand
2002-01-23
1
-6
/
+12
*
10l...
arpi
2001-12-27
1
-1
/
+0
*
warning fix == cleanup
arpi
2001-12-27
1
-3
/
+3
*
Handle broken server that doesn't send CRLF but jusr LF.
bertrand
2001-12-16
1
-11
/
+14
*
Made the HTTP request escaped the url.
bertrand
2001-12-14
1
-7
/
+26
*
Removed the field number limitation.
bertrand
2001-11-20
1
-26
/
+54
*
Added ASF http server streaming (Not mms streaming).
bertrand
2001-10-26
1
-1
/
+1
*
libdemuxer...
arpi
2001-10-20
1
-0
/
+296