summaryrefslogtreecommitdiff
path: root/dpi/datauri.c
AgeCommit message (Collapse)Author
2012-11-25fix crash in datauri dpiJohannes Hofmann
noticed by: corvid <corvid@lavabit.com> and Jeremy Henty's valgrind logs
2012-09-28rm obsolete commentcorvid
2012-09-28datauri: fix media type when only charset was providedcorvid
2011-11-12some isascii()corvid
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2009-11-01datauri dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-09-08Fixed URL unescaping in the datauri DPIJorge Arellano Cid
2009-07-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-01-10Set debug macro MSG var in datauri and https dpis (controlled by SILENT define)Jorge Arellano Cid
2008-09-30- s/todo:/TODO:/gjcid
2008-08-12- Eliminated gcc 4.2.3 warnings on 64bit OS.jcid
2008-04-08- Reverted the datauri patch.jcid
2008-04-06- Fixed a decoding bug in the datauri dpi.jcid
2007-11-17Added the "static" qualifier where missing.jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid