]> git.donarmstrong.com Git - debbugs.git/history - Debbugs/Libravatar.pm
Use ETags; return timestamp not is_valid
[debbugs.git] / Debbugs / Libravatar.pm
2016-08-10 Don ArmstrongUse ETags; return timestamp not is_valid
2016-08-04 Niels ThykierLibravatar: Refactor cache handling to avoid unncessary...
2016-08-04 Niels ThykierLibravatar: Lazy-load LWP::UserAgent
2016-08-04 Niels ThykierPrefer "use Exporter qw(import)" to inheriting from it
2013-11-29 Don Armstrongwe need to unlink the temporary file name, not the...
2013-10-02 Don Armstrongfix cache location regex
2013-10-01 Don Armstrongset content type even if we use apache to serve the...
2013-10-01 Don Armstrongserve_cache is not exported by Debbugs::Libravatar
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar don/libravatar
2013-10-01 Don ArmstrongMerge branch 'master' into don/libravatar
2013-10-01 Don Armstronguse sub style of constants to avoid needing mod_perl...
2013-10-01 Don ArmstrongSupport blacklisting avatars
2013-06-08 Don Armstronguse carp and export cache_location
2013-06-08 Don Armstrongadd code to serve images via mod_perl
2013-04-03 Don ArmstrongMove libravatar code out to Debbugs::Libravatar