summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-8/+6
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-2/+3
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-07-30 16:14:43 by bursa]James Bursa2004-07-301-3/+2
| | | | | | Plug some minor leaks. svn path=/import/netsurf/; revision=1163
* [project @ 2004-07-10 02:35:30 by jmb]John Mark Bell2004-07-101-2/+14
| | | | | | | Use libcurl's progress callback functionality to display fetch status. This will update the status line once a second, more frequently requires hacking libcurl. svn path=/import/netsurf/; revision=1066
* [project @ 2004-06-23 15:41:50 by bursa]James Bursa2004-06-231-3/+6
| | | | | | Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). svn path=/import/netsurf/; revision=997
* [project @ 2004-06-23 11:40:29 by bursa]James Bursa2004-06-231-0/+6
| | | | | | Fix destroying of contents after redirects. svn path=/import/netsurf/; revision=996
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-4/+6
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-19/+9
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-59/+107
| | | | | | 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-06-10 20:41:26 by bursa]James Bursa2004-06-101-15/+26
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-08 20:25:04 by joty]John Tytgat2004-06-081-12/+16
| | | | | | | - fetchcache_error_page() : small optimisation. - removed compiler warning svn path=/import/netsurf/; revision=936
* [project @ 2004-06-05 15:03:59 by joty]John Tytgat2004-06-051-4/+4
| | | | | | | Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. svn path=/import/netsurf/; revision=928
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-1/+0
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-1/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-251-4/+4
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-9/+13
| | | | | | 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-04-10 12:57:17 by jmb]John Mark Bell2004-04-101-0/+2
| | | | | | Remove download contents from the cache svn path=/import/netsurf/; revision=742
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-7/+5
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-5/+11
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-261-14/+44
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-231-8/+34
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-3/+13
| | | | | | | 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-4/+13
| | | | | | | 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-7/+68
| | | | | | 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-2/+2
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-2/+6
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-0/+8
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 16:22:11 by bursa]James Bursa2003-10-251-9/+15
| | | | | | Implement multipart/formdata POST. svn path=/import/netsurf/; revision=377
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-2/+4
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-081-0/+2
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-30 20:33:45 by bursa]James Bursa2003-09-301-0/+26
| | | | | | Document more files. svn path=/import/netsurf/; revision=335
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-2/+3
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-28 20:04:35 by bursa]James Bursa2003-08-281-1/+7
| | | | | | Use Content-Length to give percentage downloads. svn path=/import/netsurf/; revision=256
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-0/+6
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-4/+3
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-3/+4
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-2/+2
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-01 20:36:28 by bursa]James Bursa2003-07-011-1/+6
| | | | | | Handle relative redirects. svn path=/import/netsurf/; revision=197
* [project @ 2003-06-30 22:21:33 by bursa]James Bursa2003-06-301-1/+7
| | | | | | Strip fragment identifiers from URLs svn path=/import/netsurf/; revision=194
* [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-26 11:41:26 by bursa]James Bursa2003-06-261-1/+9
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-164/+34
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-2/+2
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-17 21:35:02 by bursa]James Bursa2003-04-171-16/+98
| | | | | | Max one fetch from each host at once, fix multiple fetches of same url. svn path=/import/netsurf/; revision=127
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-10/+18
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-1/+11
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-03-08 20:26:31 by bursa]James Bursa2003-03-081-5/+6
| | | | | | Fix coordinates, sprite area. svn path=/import/netsurf/; revision=105
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-4/+4
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-281-7/+18
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102