summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-2/+8
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+149
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96