summaryrefslogtreecommitdiff
path: root/utils/nsurl.c
Commit message (Expand)AuthorAgeFilesLines
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-041-9/+24
* Ensure refcounts add upJohn Mark Bell2011-10-031-0/+1
* Remove LOG.Michael Drake2011-10-031-1/+1
* Fix host/path with no scheme.Michael Drake2011-10-031-3/+5
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-0/+6
* Fix parse of url with host name only.Michael Drake2011-10-031-0/+2
* Fragment component doesn't include hash.Michael Drake2011-10-031-2/+13
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-281-0/+32
* Squash erroneous warnings abuout uninitalised variable use from gcc 3.4.6.Michael Drake2011-09-271-11/+11
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-271-1/+1
* Add nsurl_get_lwc function.Michael Drake2011-09-261-0/+45
* Simply return bool from nsurl_compare.Michael Drake2011-09-261-30/+31
* Change if/else if ladder to a switch.Michael Drake2011-09-261-16/+21
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-261-0/+59
* Don't return length from nsurl_access.Michael Drake2011-09-261-2/+1
* Assert that the url exists before reducing its reference count. Thanks to Ma...Michael Drake2011-09-231-2/+2
* nsurl_access must return const.Michael Drake2011-09-221-1/+1
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-221-15/+74
* New URL handling (unused atm).Michael Drake2011-09-211-0/+1338