summaryrefslogtreecommitdiff
path: root/riscos/uri.c
Commit message (Collapse)AuthorAgeFilesLines
* fetch_can_fetch takes a nsurl now.Michael Drake2011-09-271-1/+12
| | | | svn path=/trunk/netsurf/; revision=12900
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-1/+0
| | | | svn path=/trunk/netsurf/; revision=11741
* Constify ro_uri_launch()John Mark Bell2009-07-011-3/+19
| | | | | | | If the URL is too long to fit into a non-indirected ANT URLLoad message, then skip the ANT URLLoad broadcast and jump straight to using URI_Dispatch. We don't support indirected ANT URLLoad messages as their potential for memory leakage is too great. svn path=/trunk/netsurf/; revision=8233
* Purge WITH_URIJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6602
* 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-12/+10
| | | | | | | | | | 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-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-2/+0
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-24/+23
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-12-09 19:09:56 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Lose xcalloc(). svn path=/import/netsurf/; revision=1397
* [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-08-08 11:39:31 by joty]John Tytgat2004-08-081-0/+1
| | | | | | | Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
* [project @ 2004-06-28 23:57:26 by jmb]John Mark Bell2004-06-281-2/+6
| | | | | | Correct behaviour of unknown URL launching mechanism. the ANT load never occurred. svn path=/import/netsurf/; revision=1025
* [project @ 2004-05-23 16:37:30 by jmb]John Mark Bell2004-05-231-1/+1
| | | | | | Fix acknowledgement of URI_MProcess. Thanks to John Baker for reporting. svn path=/import/netsurf/; revision=893
* [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-11/+2
| | | | | | 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-8/+8
| | | | | | | 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/+38
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-14/+1
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-1/+9
| | | | | | | 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 22:11:28 by jmb]John Mark Bell2003-12-261-18/+1
| | | | | | Remove file:/// kludge. No longer needed as libcurl is now sensible svn path=/import/netsurf/; revision=448
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-211-1/+1
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-201-2/+1
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [project @ 2003-07-30 13:06:22 by jmb]John Mark Bell2003-07-301-0/+87
Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242