summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-084-8/+4
* Remove parent from fetches, clearing a todo from llcache.cDaniel Silverstone2010-04-083-27/+7
* Ensure that aborting or releasing hlcache handles will result in nascent retr...Daniel Silverstone2010-04-081-16/+57
* Abort and release llcache handle on failure to process data.John Mark Bell2010-04-082-0/+8
* When we've snapshotted an object, make sure we add the *new* object into the ...John Mark Bell2010-04-081-1/+2
* Add function to test whether hlcache_handle's content is locked.Michael Drake2010-04-073-0/+21
* Fix fetch_curl_post_convert() for filename_from_path() returning NULL.Michael Drake2010-04-071-0/+3
* Add mime-type getter.Michael Drake2010-04-073-0/+21
* Make downloads work again.John Mark Bell2010-04-056-49/+128
* Remove redundant content message types and associated dataJohn Mark Bell2010-04-051-13/+0
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-042-13/+87
* Most of a stop implementation.John Mark Bell2010-04-046-94/+391
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-2/+3
* Use mutator to modify content's title field.John Mark Bell2010-04-032-0/+15
* rationalise the usage of the file schemeVincent Sanders2010-03-311-4/+5