summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-32/+47
| | | | | | 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/+9
| | | | | | Use Content-Length to give percentage downloads. svn path=/import/netsurf/; revision=256
* [project @ 2003-08-28 19:20:23 by bursa]James Bursa2003-08-281-0/+8
| | | | | | Add transfer time outs. svn path=/import/netsurf/; revision=253
* [project @ 2003-08-25 16:17:11 by bursa]James Bursa2003-08-251-45/+60
| | | | | | Fix 774165 (redirects with empty body). svn path=/import/netsurf/; revision=249
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-0/+4
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-1/+4
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-07 21:53:15 by bursa]James Bursa2003-07-071-0/+2
| | | | | | Fix header handling for reused connections. svn path=/import/netsurf/; revision=209
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+8
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-10/+40
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-24 23:22:00 by bursa]James Bursa2003-06-241-1/+15
| | | | | | Change cache to use current content sizes. svn path=/import/netsurf/; revision=183
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-4/+6
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-02 01:09:50 by jmb]John Mark Bell2003-06-021-3/+3
| | | | | | Make proxy work svn path=/import/netsurf/; revision=150
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-011-1/+12
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-12/+17
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-17 21:35:02 by bursa]James Bursa2003-04-171-10/+113
| | | | | | Max one fetch from each host at once, fix multiple fetches of same url. svn path=/import/netsurf/; revision=127
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-2/+4
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-2/+29
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-11/+12
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-7/+9
| | | | | | 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/+295
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96