summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-111-1/+3
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-105-14/+12
* Return cookies to the same level of working/brokenness as they had before new...John Mark Bell2010-04-101-0/+9
* Use computed POST data when redirecting, instead of original.John Mark Bell2010-04-101-2/+1
* Introduce content_set_ready.John Mark Bell2010-04-092-7/+15
* Kill uninitialized warning about 'type'Daniel Silverstone2010-04-091-1/+1
* Some more asserts to try and help spot multiple-release of llcache handlesDaniel Silverstone2010-04-091-4/+16
* Move the removal of the retrieval context to prevent a re-entrancy race causi...Daniel Silverstone2010-04-081-3/+7
* 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