summaryrefslogtreecommitdiff
path: root/riscos/url_protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-1/+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-09-13 23:59:30 by jmb]John Mark Bell2004-09-131-0/+3
| | | | | | Add some #defines svn path=/import/netsurf/; revision=1276
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-0/+1
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-131-129/+138
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-1/+1
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-04-12 23:59:01 by jmb]John Mark Bell2004-04-121-4/+3
| | | | | | Fix flawed check for URL scheme we can handle svn path=/import/netsurf/; revision=768
* [project @ 2004-04-02 15:16:15 by jmb]John Mark Bell2004-04-021-13/+14
| | | | | | | Update url checking to use fetch_can_fetch Fix non null-termination of strings in URL broadcast messages. svn path=/import/netsurf/; revision=701
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-0/+55
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+127
Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578