summaryrefslogtreecommitdiff
path: root/utils/url.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-0/+1
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-4/+10
| | | | | | | 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-03-27 23:18:52 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+20
Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578