summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Complete low-level cache cleanerJohn Mark Bell2010-04-111-2/+32
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* Support 307 redirects for GET requestsJohn Mark Bell2010-04-111-2/+2
* Forbid redirects to file:/// URLsJohn Mark Bell2010-04-111-1/+15
* Bail out if we're redirected to an URL we can't handleJohn Mark Bell2010-04-111-1/+5
* Reintroduce redirect limitJohn Mark Bell2010-04-111-27/+59
* Remove redundant todosJohn Mark Bell2010-04-111-4/+0