aboutsummaryrefslogtreecommitdiff
path: root/src/cache.h
AgeCommit message (Collapse)Author
2025-04-27Add about:keys to show keyboard shortcutsRodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo/issues/66
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2016-04-09if we get an error (e.g. ECONNRESET) while reading, abort the read and show ↵corvid
a status message
2014-07-17http persistent connections initial patchcorvid
2013-01-12clean up struct typedefsp37sitdu, corvid
2009-11-11functions needn't be publicly visiblecorvid
2009-11-01ftp dpi: fixed download offer, streamed transfer, added HTML feedback.Jorge Arellano Cid
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time).
2009-05-06separate a_Capi_get_flags and a_Capi_get_flags_with_redirectioncorvid, Jorge Arellano Cid
2009-01-23Cleanup and logic change in a_Cache_set_content_type().Jorge Arellano Cid
2009-01-07Cleanup of cache.c WRT charset decoders.Jorge Arellano Cid
This patch gets rid of a series of valgrind complains with this page: http://selenic.com/pipermail/mercurial/
2009-01-01imported patch dicache-cleanup5Jorge Arellano Cid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-29- Switched from charset to content-type for handling data.jcid
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
2008-03-26- Added a_Capi_get_flags(). It requests a cache entry's status as flags.jcid
2007-11-20.jcid
2007-10-07Initial revisionjcid