netsurf/content
John Mark Bell cc3481a2ff Make core fetching code handle verifiability of transactions
Make core fetching code be responsible for inserting cookies into the urldb
Provide accessor to a fetch's parent url (this is defined as being the URL of the verifiable fetch which caused this one to occur)
Make fetchcache's 3xx handling use the parent url when spawning new fetches

svn path=/trunk/netsurf/; revision=3809
2008-01-30 19:56:41 +00:00
..
fetchers Make core fetching code handle verifiability of transactions 2008-01-30 19:56:41 +00:00
content_type.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
content.c Rework handling of HTTP redirects -- we now count the number of redirects followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves. 2008-01-28 01:35:00 +00:00
content.h Rework handling of HTTP redirects -- we now count the number of redirects followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves. 2008-01-28 01:35:00 +00:00
fetch.c Make core fetching code handle verifiability of transactions 2008-01-30 19:56:41 +00:00
fetch.h Make core fetching code handle verifiability of transactions 2008-01-30 19:56:41 +00:00
fetchcache.c Make core fetching code handle verifiability of transactions 2008-01-30 19:56:41 +00:00
fetchcache.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
urldb.c Ensure plq is terminated when looking for an URL path. 2008-01-30 01:44:57 +00:00
urldb.h Work on cookies to bring our behaviour closer to the spec and other browsers: 2008-01-17 20:00:55 +00:00