summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...John Mark Bell2010-03-302-2/+9
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-293-18/+6
* Use hlcache_child_ctx, instead of just hoping that we replicate its members c...John Mark Bell2010-03-291-47/+8
* 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-282-75/+23
* 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-282-80/+80
* Remove fetchcache.[ch]Daniel Silverstone2010-03-283-1384/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2813-824/+3465
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-32/+3
* Rate limit fetch progress notifications.John Mark Bell2010-02-101-1/+14
* remove uneccissary includesVincent Sanders2010-01-295-9/+4
* Don't set proxy option for file: URLs to workaround some versions of libcurl ...James Bursa2009-12-251-1/+4
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-1/+2
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-176-69/+161
* Squash leak.John Mark Bell2009-12-021-0/+2
* Treat decomposed URLs with no path component as being for the path "/".John Mark Bell2009-11-221-0/+7
* This optimisation was so simple that it was broken.John Mark Bell2009-11-221-1/+1
* Fix the other half of this NULL dereference issueJohn Mark Bell2009-11-221-1/+2
* Ensure urldb file handle is closed on error.John Mark Bell2009-11-221-1/+6
* Avoid potential NULL deferenceJohn Mark Bell2009-11-221-3/+5
* Don't call memcpy when p->segment is NULLJohn Mark Bell2009-11-221-1/+2
* Realm may be NULL iff there's no WWW-Authenticate header served up with a 401.John Mark Bell2009-11-031-2/+6
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
* Hack around cache issue. The entire cache layer needs a redesign asap.John Mark Bell2009-08-261-0/+27
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-046-68/+219
* Drop pkg-config on cairo, not needed here. Added const.John Tytgat2009-08-021-2/+2
* Correct definitionChris Young2009-07-291-1/+1
* Keep a copy of the next_fetcher pointer to avoid a situation where the fetch ...Chris Young2009-07-291-1/+3