index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
httpauth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/httpauth: do not decode plus sign to space in credentials
Marton Balint
2020-02-15
1
-2
/
+2
*
avformat/urldecode: add the ability to not decode plus sign to space
Marton Balint
2020-02-15
1
-2
/
+2
*
lavf/httpauth: Do case-insensitive http header checks.
Carl Eugen Hoyos
2016-09-03
1
-2
/
+2
*
avformat/httpauth: Add space after commas in HTTP/RTSP auth header
Andrey Utkin
2015-10-07
1
-9
/
+9
*
avformat/httpauth: add comment about "" and algorithm
Michael Niedermayer
2014-03-03
1
-0
/
+3
*
Fix http authentication.
Carl Eugen Hoyos
2014-02-27
1
-1
/
+1
*
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-3
/
+2
*
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-1
/
+1
|
\
|
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-26
1
-6
/
+17
|
\
\
|
|
/
|
*
Support urlencoded http authentication credentials
Antti Seppälä
2012-07-26
1
-6
/
+17
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-14
1
-0
/
+10
|
\
\
|
|
/
|
*
httpauth: Parse the stale field in digest auth
Martin Storsjö
2012-03-13
1
-0
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-29
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
http: Handle proxy authentication
Martin Storsjö
2011-11-11
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Make parse_key_value from httpauth a common lavf internal function
Martin Storsjö
2010-08-19
1
-59
/
+6
*
Use AV_BASE64_SIZE() macro
Howard Chu
2010-06-04
1
-1
/
+1
*
httpauth: Fix the length passed to av_strlcat
Martin Storsjö
2010-06-03
1
-1
/
+1
*
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-23
1
-1
/
+1
*
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
Remove a redundant null pointer check
Martin Storsjö
2010-03-25
1
-3
/
+0
*
Add support for http digest authentication
Martin Storsjö
2010-03-25
1
-0
/
+192
*
Split out http authentication handling into a separate file
Martin Storsjö
2010-03-24
1
-0
/
+132