summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animat...Daniel Silverstone2011-01-071-1/+2
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-063-7/+4
* Add some assert()s.Michael Drake2010-12-291-0/+2
* Make fetch.c use new RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-4/+15
* User may have no handle if it was the target of an iterator when the handle w...John Mark Bell2010-12-161-1/+1
* Ensure that we clean up after the client even if they report an error from th...John Mark Bell2010-12-151-16/+24
* Make llcache_object_user objects distinct from llcache_handles.John Mark Bell2010-12-151-32/+112
* Always invalidate next/prev pointersJohn Mark Bell2010-12-131-2/+0
* Revert r11047-11050: if we remove a user from an object while it's the iterat...John Mark Bell2010-12-131-12/+7
* Take 2: make callers of llcache_object_user_destroy invalidate next/prev poin...John Mark Bell2010-12-131-2/+7
* Revert last changeJohn Mark Bell2010-12-131-7/+4
* Remove bogus assertionsJohn Mark Bell2010-12-131-4/+7
* We cannot invalidate a user's next/prev pointers when removing it from an obj...John Mark Bell2010-12-131-5/+5
* Fix assertion: user->next may be NULL, so there's no point asserting that it ...John Mark Bell2010-12-131-2/+1
* Fix assertion to compare, and not assignJohn Mark Bell2010-12-131-1/+1
* Make llcache_object_notify_users robust to the object's user list changing un...John Mark Bell2010-12-121-3/+34
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1
* Make urldb_add_url IPv6-awareRob Kendrick2010-12-041-6/+7
* Fix compilationChris Young2010-10-311-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-303-0/+23
* Fix cleanup of hlcache_retrieval_ctx_ringJohn Mark Bell2010-10-281-1/+2
* Fix bug 3096811: discard HTTP headers for all but the last responseJohn Mark Bell2010-10-271-8/+35
* Merge treeview-redux to trunkJohn Mark Bell2010-10-052-42/+25
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-033-0/+23
* Fix crash on receipt of a 304 response: it turns out that FETCH_HEADER may be...John Mark Bell2010-09-161-12/+13
* Ensure that candidate count is reduced if a conditional request results in a ...John Mark Bell2010-09-161-0/+34
* perpetrate a neatness to centralise all the low level cache cache control dat...Vincent Sanders2010-09-161-20/+21
* Fix heap corruptionJohn Mark Bell2010-09-161-2/+7
* Fix validation of invalidated cache entries.John Mark Bell2010-09-161-7/+13
* Ensure we free etags before invalidating cache control dataDaniel Silverstone2010-09-161-0/+10
* 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