summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Fix handling of cookies in unverifiable transactions caused by a redirect ↵John Mark Bell2007-02-021-1/+1
| | | | | | from a fetch into a browser window which was varifiable. svn path=/trunk/netsurf/; revision=3165
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3151
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-08-21 12:04:17 by bursa]James Bursa2005-08-211-7/+8
| | | | | | Change void * parameters to intptr_t to make them correct for storing integers or pointers. svn path=/import/netsurf/; revision=1852
* [project @ 2005-01-24 23:02:37 by bursa]James Bursa2005-01-241-0/+1
| | | | | | Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-1/+2
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-18/+18
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-1/+1
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-261-1/+1
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-1/+6
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-1/+6
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-0/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-1/+1
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-1/+4
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-09-30 20:33:45 by bursa]James Bursa2003-09-301-0/+7
| | | | | | Document more files. svn path=/import/netsurf/; revision=335
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-0/+1
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-1/+2
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-4/+1
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-1/+4
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-6/+5
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-2/+2
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-2/+2
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-281-3/+3
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+16
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96