index
:
dillo
master
Dillo, a multi-platform graphical web browser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cache.c
Age
Commit message (
Expand
)
Author
2008-09-30
- s/todo:/TODO:/g
jcid
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
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 MB
jcid
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
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/g
jcid
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-31
Implemented the SELECT element in FORMS!
jcid
2007-12-04
Made a cleanup in cache's parse header code.
jcid
2007-11-28
.
jcid
2007-11-28
Added HTTP-1.1's chunked transfer support!
jcid
2007-11-27
Made 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
2007-11-20
.
jcid
2007-11-17
Added the "static" qualifier where missing.
jcid
2007-11-17
- s/camp/field/ s/CAMP/FIELD/
jcid
2007-11-14
Polishing the gzip patch.
jcid
2007-11-13
Added an experimental gzip decoder!
jcid
2007-11-05
Updated copyright lines
jcid
2007-10-24
Implemented a new scheme of scroll-position remembering. This is one per
jcid
2007-10-07
Initial revision
jcid