summaryrefslogtreecommitdiff
path: root/libavformat/httpauth.c
Commit message (Expand)AuthorAge
* httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-14
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-26
* httpauth: Parse the stale field in digest authMartin Storsjö2012-03-13
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* http: Handle proxy authenticationMartin Storsjö2011-11-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* httpauth: Fix the length passed to av_strlcatMartin Storsjö2010-06-03
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-02
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
* Add support for http digest authenticationMartin Storsjö2010-03-25
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24