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
2009-06-22
remove system includes
corvid
2009-05-07
Inlined Cache_client_make_key()
Jeremy Henty
2009-05-06
separate a_Capi_get_flags and a_Capi_get_flags_with_redirection
corvid, Jorge Arellano Cid
2009-05-03
Comment fix for a_Cache_open_url()
Jeremy Henty
2009-05-03
Fix a border case bug in Cache_client_make_key()
Jeremy Henty
2009-02-17
Fixed a memory leak introduced by 691053e40394
Jorge Arellano Cid
2009-02-15
Fixed handling of META's content-type with no MIME type (e.g. only charset).
Jorge Arellano Cid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-03
Fix a race condition with charset, and the case of charset after CSS in HEAD
Jorge Arellano Cid
2009-02-01
Fixed a SEGFAULT bug on redirections without Location
corvid
2009-01-31
Avoid a compiler warning in cache.c
Jorge Arellano Cid
2009-01-23
Cleanup and logic change in a_Cache_set_content_type().
Jorge Arellano Cid
2009-01-23
Bug fix: Made a_Cache_stop_client() also remove from the delayed queue.
Jorge Arellano Cid
2009-01-23
Changed a wrong a_UIcmd_set_page_prog() parameter
Jorge Arellano Cid
2009-01-22
Fixed a memory leak in gzip decoder.
Jorge Arellano Cid
2009-01-21
Fixed charset decoding given in HTTP and META. (bugs and race condition)
Jorge Arellano Cid
2009-01-14
Make now-unused debug messages silent.
Jorge Arellano Cid
2009-01-07
Cleanup of cache.c WRT charset decoders.
Jorge Arellano Cid
2009-01-05
Free UTF8Data before changing its value.
Jorge Arellano Cid
2009-01-01
imported patch dicache-cleanup5
Jorge Arellano Cid
2008-12-20
Added basic authentication!
Jorge Arellano Cid
2008-10-22
- Allowed compilation with older machines by removing a few C99isms.
jcid
2008-10-21
- Enabled OfferDownload for type mismatched root URLs.
jcid
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
[next]