aboutsummaryrefslogtreecommitdiff
path: root/libavformat/httpauth.c
AgeCommit message (Expand)Author
2011-11-11http: Handle proxy authenticationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-19Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-06-03httpauth: Fix the length passed to av_strlcatMartin Storsjö
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-04-02Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje
2010-03-25Remove a redundant null pointer checkMartin Storsjö
2010-03-25Add support for http digest authenticationMartin Storsjö
2010-03-24Split out http authentication handling into a separate fileMartin Storsjö