summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Use ETag to validate file: URLs, returning 304 if there's no change.John Mark Bell2010-09-151-25/+37
* Purge last vestiges of file: cruft from curl bindingJohn Mark Bell2010-09-151-17/+0
* Forcibly invalidate contents with response codes that aren't 200 or 203.John Mark Bell2010-09-151-9/+25
* Give markup peepers a slightly easier time of it.Michael Drake2010-09-131-14/+17
* Improve error reporting, and reflow to 80 columns.John Mark Bell2010-09-131-35/+67
* Ensure the file that is read for info is in the platform's native path format...Chris Young2010-09-121-9/+12
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-49/+27
* Add a bit of padding to bottom of directory listings. Tidy code indentation.Michael Drake2010-09-101-7/+7
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-098-82/+689
* Fix bug #3055480: properly compare URLs, instead of erroneously assuming that...John Mark Bell2010-08-291-2/+6
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-262-0/+425
* Less spamJohn Mark Bell2010-08-101-2/+8
* Rate-limit cache clean attemptsJohn Mark Bell2010-08-102-5/+29
* Don't suppress curl debug output, eitherJohn Mark Bell2010-07-171-2/+5
* Enable noisy loggingJohn Mark Bell2010-07-172-2/+2
* move url database test to test directoryVincent Sanders2010-06-292-214/+5
* + Refactor input handling from browser window code into contentMichael Drake2010-06-042-24/+89
* Clean up caches on exitJohn Mark Bell2010-04-274-5/+118
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-243-4/+0
* Ensure we propagate the error to our client, and then abort the llcache handl...Daniel Silverstone2010-04-221-1/+11
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
* Avoid double free when shrink-wrapping source data on fetch completion.John Mark Bell2010-04-171-1/+2
* Fix mismatched free callJohn Mark Bell2010-04-171-1/+1
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-3/+2
* When the fetch system informs its clients that certificate verification has f...John Mark Bell2010-04-161-2/+1
* Add accessor for quirksJohn Mark Bell2010-04-162-0/+19
* Add assertionJohn Mark Bell2010-04-161-0/+1
* Remove fresh field from struct contentJohn Mark Bell2010-04-162-6/+0
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ...John Mark Bell2010-04-161-3/+3
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-162-0/+19
* Reset fetch state when refetching object.John Mark Bell2010-04-161-7/+11
* Improve 401 response handlingJohn Mark Bell2010-04-161-28/+50
* Ensure we invalidate cache data and mark objects as complete on failure to fe...John Mark Bell2010-04-141-3/+26
* Eat any #fragment in llcache_object_retrieve -- fixing double-fragment issues...Daniel Silverstone2010-04-141-5/+20
* Abstract a number of unsafe iterations of object users into a single safe fun...Daniel Silverstone2010-04-141-63/+55
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
* Revert last change.Michael Drake2010-04-121-5/+0
* Make new cache strip the fragment identifier, like fetchcache did.Michael Drake2010-04-121-0/+5
* Provide API to enable a handle's callback to be replacedJohn Mark Bell2010-04-112-0/+21
* Shrink source buffer to final length on fetch completionJohn Mark Bell2010-04-111-0/+12
* Release low-level cache handle when destroying contentsJohn Mark Bell2010-04-111-0/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-112-0/+60
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-113-1/+16
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-113-1/+22
* Copy child charset, if anyJohn Mark Bell2010-04-111-6/+21
* Pedantic whitespace changesJohn Mark Bell2010-04-111-5/+10