Go to file
John Tytgat 0d39c69763 - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL.
- utils/{url.c,url.h}(url_escape):
  * added parameter 'toskip' to specify number of input characters which need to be skipped in the escape process. This avoids extra malloc buffer juggling.
  * added parameter 'escexceptions' to specify the characters which need to be excluded from the escape process.

Solves SF tracker ID 1910169.
Note that when discname in path contains '/' characters (case: "file:///Sunfish#192.168.0.50::/home/joty.$/jo.html") or there is no discname specified at all (case "file:///HostFS:$/jo.htm"), you 
need an UnixLib fix as in http://www.riscos.info/websvn/listing.php?repname=gccsdk&path=%2Ftrunk%2Fgcc4%2F&rev=3395&sc=1

svn path=/trunk/netsurf/; revision=4069
2008-04-02 00:43:51 +00:00
!NetSurf Move ReadMe and update welcome page heading. 2008-03-19 23:00:42 +00:00
content Implement sprite support for GTK using librosprite 2008-03-29 13:30:04 +00:00
css Squash warning 2008-03-19 17:40:17 +00:00
debug Rework handling of HTTP redirects -- we now count the number of redirects followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves. 2008-01-28 01:35:00 +00:00
desktop Remove unused variable. Update copyright. 2008-03-31 22:22:14 +00:00
Docs Restructure and update. 2008-03-29 23:26:37 +00:00
gtk Fix crash when attempting to dump non HTML content (Dobos D. Calin) 2008-03-31 19:10:19 +00:00
image Fix build with WITH_NSSPRITE undefined 2008-03-29 14:42:39 +00:00
render - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL. 2008-04-02 00:43:51 +00:00
riscos - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL. 2008-04-02 00:43:51 +00:00
utils - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL. 2008-04-02 00:43:51 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Implement sprite support for GTK using librosprite 2008-03-29 13:30:04 +00:00
Makefile.sources Implement sprite support for GTK using librosprite 2008-03-29 13:30:04 +00:00
netsurf Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document. 2007-02-06 16:52:47 +00:00