summaryrefslogtreecommitdiff
path: root/riscos/url_protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=5189
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-2/+3
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-9/+9
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Finish history cloning.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2547
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-201-0/+1
| | | | | | Fix strndup() warnings. svn path=/import/netsurf/; revision=1850
* [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