summaryrefslogtreecommitdiff
path: root/content/llcache.c
Commit message (Expand)AuthorAgeFilesLines
* When the fetch system informs its clients that certificate verification has f...John Mark Bell2010-04-161-2/+1
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-161-0/+11
* 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
* Shrink source buffer to final length on fetch completionJohn Mark Bell2010-04-111-0/+12
* 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
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-101-3/+1
* Use computed POST data when redirecting, instead of original.John Mark Bell2010-04-101-2/+1
* Some more asserts to try and help spot multiple-release of llcache handlesDaniel Silverstone2010-04-091-4/+16
* Fix missing 'break' introduced by 10300Daniel Silverstone2010-04-081-0/+1
* Add an assert to clarify a segfault I'm investigatingDaniel Silverstone2010-04-081-0/+2
* Remove todo -- no longer appropriateDaniel Silverstone2010-04-081-1/+1
* Ensure an error'd fetch's llcache object is implicitly stale so it is not reusedDaniel Silverstone2010-04-081-1/+3
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-3/+0
* Remove parent from fetches, clearing a todo from llcache.cDaniel Silverstone2010-04-081-1/+0
* When we've snapshotted an object, make sure we add the *new* object into the ...John Mark Bell2010-04-081-1/+2
* Make downloads work again.John Mark Bell2010-04-051-7/+59
* Most of a stop implementation.John Mark Bell2010-04-041-33/+146
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...John Mark Bell2010-03-301-1/+1
* Disable llcache tracingJohn Mark Bell2010-03-291-1/+1
* Fix broken linked list removal.John Mark Bell2010-03-291-1/+1
* Forbid contents with active fetches from being cleaned.John Mark Bell2010-03-291-3/+5
* Exceptionally verbose tracing of llcache operation.John Mark Bell2010-03-291-6/+99
* Fixup per reviewJohn Mark Bell2010-03-281-70/+9
* Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9Daniel Silverstone2010-03-281-8/+15
* Ensure that finished redirection objects in llcache do not get found by subse...Daniel Silverstone2010-03-281-1/+6
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-56/+58
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+1815