aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
AgeCommit message (Collapse)Author
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- Removed the remaining DEBUG_MSG in src/jcid
2008-09-14- Extended Page size meter to include images.jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
- Cleaned up a_Url_new().
2008-09-12- Fixed a crash bug with repush and non-viewable content.jcid
2008-09-09- Added a console message for non viewable content.jcid
2008-06-20- Incremented the HUGE_FILESIZE threshold to 15 MBjcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-30- more cleanups in html.cc.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-05-27- Made an input preserving decoder implementation.jcid
2008-05-26- Added getCurrentForm() method to html (cleanup).jcid
2008-05-10+ Fixed a bug in the code that remembers the scrolling position.jcid
2008-04-14- Added input image for FORMS.jcid
2008-03-29- Switched URL_DATA type from char* to a dStr.jcid
2008-03-26- Added a_Capi_get_flags(). It requests a cache entry's status as flags.jcid
2008-03-24+ s/there're/there are/gjcid
2008-03-20- Typo correction.jcid
2008-02-03- Fixed the return value of Cache_parse_multiple_field.jcid
2008-01-12- Added support for multi-line header fields.jcid
2008-01-08- Added a MSG_HTTP for HTTP/1.1's warning headers.jcid
2007-12-31Implemented the SELECT element in FORMS!jcid
2007-12-04Made a cleanup in cache's parse header code.jcid
2007-11-28.jcid
2007-11-28Added HTTP-1.1's chunked transfer support!jcid
2007-11-27Made the decoder a filter by avoiding one copy pass.jcid
2007-11-21- Switched dillo to push a URL with fragment (anchor) into the stack.jcid
- Re-enabled scrolling with Up/Down arrows.
2007-11-20.jcid
2007-11-17Added the "static" qualifier where missing.jcid
2007-11-17- s/camp/field/ s/CAMP/FIELD/jcid
2007-11-14Polishing the gzip patch.jcid
2007-11-13Added an experimental gzip decoder!jcid
2007-11-05Updated copyright linesjcid
2007-10-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).
2007-10-07Initial revisionjcid