summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-7/+14
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-105-71/+32
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
* Permit referer to propagate to https hosts from httpJohn Mark Bell2009-06-191-3/+17
* Remove spurious "domain" variable from urldb_iterate_partial().John Mark Bell2009-05-281-4/+4
* Make logic surrounding extraction of URL + referer scheme more sensible.John Mark Bell2009-05-281-37/+30
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-2/+0
* s/abort/abort_fetch/John Mark Bell2009-05-141-7/+7
* Fix url completion when last character in url bar is a /John Mark Bell2009-04-161-6/+7
* It's probably a good idea not to redirect to file:/// URLsJohn Mark Bell2009-03-041-0/+26
* Pointless warning avoidance.John Mark Bell2009-03-021-11/+22
* Purge WITH_AUTHJohn Mark Bell2009-02-224-14/+1
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-225-45/+0
* Log detected state of openssl availabilityJohn Mark Bell2009-02-211-0/+2
* Given that the build-time SSL detection can be somewhat inaccurate, attempt t...John Mark Bell2009-02-211-4/+21
* Make redirects behave as a NOP wrt the verifiability of fetches.John Mark Bell2009-02-163-2/+34
* Ensure that neither the current fetch host nor the referrer is an IP address ...John Mark Bell2009-02-131-3/+15