summaryrefslogtreecommitdiff
path: root/utils/url.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix 1535120, 1528673Richard Wilson2006-12-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=3087
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=2960
* Expose url component functions.Richard Wilson2006-09-021-0/+14
| | | | svn path=/trunk/netsurf/; revision=2907
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=2705
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-0/+2
| | | | svn path=/trunk/netsurf/; revision=2697
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+1
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* Unify information databasesJohn Mark Bell2006-04-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-0/+2
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-01-18 00:54:27 by rjw]Richard Wilson2006-01-181-0/+3
| | | | | | Tidy up code to use generic url<->path functions. svn path=/import/netsurf/; revision=2022
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-1/+2
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-261-0/+1
| | | | | | | Improve clarity of use of utf8_to_enc. Remove use of curl_escape - url_escape does similar things, just better. svn path=/import/netsurf/; revision=1766
* [project @ 2005-04-30 14:31:48 by bursa]James Bursa2005-04-301-1/+2
| | | | | | Fix bug in url_up_re which caused /xy/../ not to be recognised when xy was 2 characters. Add defines for match part numbers. Simplify part 6(g) of url_join(). svn path=/import/netsurf/; revision=1704
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-0/+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-09 16:11:58 by jmb]John Mark Bell2004-08-091-4/+10
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+20
Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578