summaryrefslogtreecommitdiff
path: root/content/fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-211-0/+1
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [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-3/+17
| | | | | | | 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-26 16:20:57 by bursa]James Bursa2003-12-261-3/+3
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-0/+2
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-1/+3
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-09-17 23:27:33 by bursa]James Bursa2003-09-171-25/+2
| | | | | | Documented fetch. svn path=/import/netsurf/; revision=303
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-1/+4
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-2/+4
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-04-17 21:35:02 by bursa]James Bursa2003-04-171-1/+24
| | | | | | Max one fetch from each host at once, fix multiple fetches of same url. svn path=/import/netsurf/; revision=127
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-1/+2
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+20
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96