summaryrefslogtreecommitdiff
path: root/utils/url.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-061-198/+1
* Skip over credentials when lower casing hostJohn Mark Bell2011-07-241-1/+13
* Fix commentJohn Mark Bell2011-02-251-1/+1
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-2/+1
* Fix url_host_is_ip_address() when encountering blatently invalid IPv4 address...John Mark Bell2011-01-121-10/+27
* Fix OpenBSD build (credit: Anthony Bentley)John Mark Bell2010-12-141-0/+1
* BeOS does not support IPv6, and never will.François Revel2010-12-051-0/+1
* More IPv6 compatibility work, added hack to cope with incorrect calls to url_...Rob Kendrick2010-12-041-7/+59
* Reimplement url_host_is_ipaddress() to cope with IPv6 addresses and decimal/h...Rob Kendrick2010-12-041-17/+20
* Improve url_host_is_ip_address Vincent Sanders2010-11-261-29/+19
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-0/+25
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* We don't care about the result of regexec(); only that it was successful or notJohn Mark Bell2009-05-281-3/+2
* Add _GNU_SOURCE. Ugh.John Mark Bell2008-11-281-0/+1
* More hoops, more warnings squashed.John Mark Bell2008-10-131-10/+9
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-1/+2
* warnings.squash();John Mark Bell2008-05-261-4/+5
* - introduction of SLEN()John Tytgat2008-05-251-5/+11
* Contribution from Philip Boulain <prb@ecs.soton.ac.uk>:John Tytgat2008-05-251-44/+73
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-17/+24
* Remove spurious *John Mark Bell2008-03-131-1/+3
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-6/+47
* The previous fix was broken -- URI paths include the leafname.John Mark Bell2008-01-071-9/+2
* Add url_leafname()John Mark Bell2008-01-071-1/+33
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-3/+3
* Bring percent-encoding closer to what other browsers do.John Mark Bell2007-02-111-8/+13
* Fix 1535120, 1528673Richard Wilson2006-12-011-0/+36
* Update project URL.Michael Drake2006-11-271-1/+1
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-6/+12
* Expose url component functions.Richard Wilson2006-09-021-23/+27
* Remove URL caching and fix NULL reads.Richard Wilson2006-08-171-76/+37
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-2/+2
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-0/+66
* Make url_plq ensure url_get_components found a pathJohn Mark Bell2006-07-011-25/+30
* Stop possible pollution of the cache.Richard Wilson2006-06-301-8/+16
* Rewrite url_join to RFC 3986 compliance, and without the use of regular expre...Richard Wilson2006-06-281-257/+296
* Fix URL joining for fragments.Richard Wilson2006-06-271-5/+5
* Massively optimise common URL functions. This should (a) drastically reduce t...Richard Wilson2006-06-271-238/+321
* Don't use a regexp to extract scheme name.Richard Wilson2006-06-271-30/+38
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+52
* Fix crash when a relative URL contains "//../".James Bursa2006-04-221-5/+5
* Unify information databasesJohn Mark Bell2006-04-091-0/+59
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-2/+113
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-98/+132
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+2
* [project @ 2005-06-27 01:57:54 by adrianl]Adrian Lees2005-06-271-3/+5
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-261-0/+49
* [project @ 2005-04-30 14:31:48 by bursa]James Bursa2005-04-301-93/+121
* [project @ 2005-04-23 22:26:05 by jmb]John Mark Bell2005-04-231-2/+31