summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
Commit message (Expand)AuthorAgeFilesLines
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-47/+10
* 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-221-2/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* Make redirects behave as a NOP wrt the verifiability of fetches.John Mark Bell2009-02-161-2/+20
* Remove noisy logging of http headersJohn Mark Bell2008-11-091-2/+0
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+1
* First round of C89 fixes. Those should be obvious, hope I didn't introduce an...François Revel2008-07-291-1/+2
* Fix cache controlJohn Mark Bell2008-06-061-10/+27
* Squash warningJohn Mark Bell2008-06-031-1/+1
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-031-51/+51
* Fix freeing of etag data.James Bursa2008-05-311-1/+1
* Fix handling of cache control dataJohn Mark Bell2008-05-301-2/+11
* Add new fetch callback FETCH_HEADER for headers and move as much header parsi...James Bursa2008-05-301-5/+101
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-22/+37
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Mark old contents as stale if a conditional request succeeded so they'll be f...John Mark Bell2008-02-271-0/+19
* Explicitly mark error pages as non-fresh so they'll get purged from the cache...John Mark Bell2008-02-271-0/+4
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-7/+11
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-301-4/+46
* Ensure plq is terminated when looking for an URL path.John Mark Bell2008-01-301-2/+16
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-281-33/+142
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-9/+9
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-3/+4
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+1
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-8/+25
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-131-0/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-1/+5
* Fix conversion of URLs beginning "file://". Additionally, John Mark Bell2006-07-011-6/+2
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-2/+29
* Unify information databasesJohn Mark Bell2006-04-091-1/+0
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-6/+20
* [project @ 2006-02-08 00:35:05 by jmb]John Mark Bell2006-02-081-5/+10
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-23/+249
* [project @ 2006-01-03 23:26:58 by jmb]John Mark Bell2006-01-031-2/+14
* [project @ 2005-12-31 04:30:49 by rjw]Richard Wilson2005-12-311-5/+0
* [project @ 2005-12-11 21:54:30 by bursa]James Bursa2005-12-111-5/+0
* [project @ 2005-08-21 12:04:17 by bursa]James Bursa2005-08-211-11/+11
* [project @ 2005-05-01 22:20:40 by jmb]John Mark Bell2005-05-011-1/+11
* [project @ 2005-04-18 21:40:29 by bursa]James Bursa2005-04-181-3/+3
* [project @ 2005-04-01 02:25:11 by jmb]John Mark Bell2005-04-011-2/+2
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-1/+7
* [project @ 2005-01-24 23:02:37 by bursa]James Bursa2005-01-241-0/+5
* [project @ 2005-01-13 20:28:50 by bursa]James Bursa2005-01-131-1/+2
* [project @ 2005-01-03 16:09:11 by jmb]John Mark Bell2005-01-031-2/+2
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-3/+9