summaryrefslogtreecommitdiff
path: root/riscos/url_protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Purge WITH_URLJohn Mark Bell2009-02-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=6603
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+5
| | | | | | | | | | 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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-131-2/+6
| | | | | | 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-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-0/+3
| | | | | | 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/+15
Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578