summaryrefslogtreecommitdiff
path: root/utils/url.h
Commit message (Expand)AuthorAgeFilesLines
* URL escape: Improve API documentation.Michael Drake2016-07-251-4/+6
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-2/+1
* Improve comments.Michael Drake2016-07-241-1/+2
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-4/+8
* URL unescape: Use size_t for length.Michael Drake2016-07-241-1/+1
* Doxygen: Fix instance of bad function comment syntax.Michael Drake2016-07-241-1/+1
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-2/+3
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-7/+2
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+3
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-311-13/+0
* remove unused url_init functionVincent Sanders2014-10-311-8/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-10/+0
* Remove unused url_components stuff.Michael Drake2014-10-261-10/+0
* Remove unused url_path function.Michael Drake2014-10-261-10/+0
* Remove unused url_scheme function.Michael Drake2014-10-261-12/+0
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-251-1/+1
* remove unused url operationsVincent Sanders2014-05-091-21/+0
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-20/+100
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-3/+0
* Make url_{get|reform|destroy}_components static.Michael Drake2012-10-111-5/+0
* Remove unused function.Michael Drake2012-10-111-1/+0
* Don't need url_compare any more.Michael Drake2012-10-111-2/+0
* Remove url_parent.Michael Drake2012-10-061-1/+0
* Remove unused functions.Michael Drake2012-10-051-3/+0
* doxygen serious warning cleanupVincent Sanders2012-07-241-3/+6
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-061-1/+0
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-0/+1
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+4
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-2/+2
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-1/+2
* Add url_leafname()John Mark Bell2008-01-071-0/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Fix 1535120, 1528673Richard Wilson2006-12-011-0/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-1/+2
* Expose url component functions.Richard Wilson2006-09-021-0/+14
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-1/+1
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-0/+2
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+1
* Unify information databasesJohn Mark Bell2006-04-091-0/+1
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-0/+2
* [project @ 2006-01-18 00:54:27 by rjw]Richard Wilson2006-01-181-0/+3
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-1/+2
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-261-0/+1
* [project @ 2005-04-30 14:31:48 by bursa]James Bursa2005-04-301-1/+2
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-0/+1
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-4/+10
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-271-0/+1
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+20