summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-3/+28
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-1/+27
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-081-1/+1
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-17 23:27:33 by bursa]James Bursa2003-09-171-40/+56
| | | | | | Documented fetch. svn path=/import/netsurf/; revision=303
* [project @ 2003-09-17 17:54:39 by bursa]James Bursa2003-09-171-1/+1
| | | | | | Fix last checkin. svn path=/import/netsurf/; revision=300
* [project @ 2003-09-17 17:44:12 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Fix aborting fetches. svn path=/import/netsurf/; revision=299
* [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