summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
Commit message (Expand)AuthorAgeFilesLines
* Make nsurl utf8 string conversion function consistent with nsurl API.Michael Drake2015-10-251-2/+2
* Update gtk frontend to new APIChris Young2015-10-241-1/+1
* Rework IDN URL retrieval to return an nserrorChris Young2015-10-241-6/+10
* Show the IDN decoded form in the URL bar on GTK if the option is set.Chris Young2015-10-241-1/+1
* Add a function to retrieve the decoded version of IDNA URLsChris Young2015-10-241-0/+14
* Fix mention of nsurl_destroy.Michael Drake2015-07-091-6/+6
* doxygen cleanups in utilsVincent Sanders2014-11-121-3/+1
* Add a nsurl_nice, which can replace url_nice.Michael Drake2014-10-301-0/+13
* Add function to get a nsurl's hash value.Michael Drake2013-05-171-0/+9
* More useful title info for images.Michael Drake2012-10-241-0/+14
* Add nsurl_replace_query. Add tests. Make tester itterate remaining lwc_stri...Michael Drake2012-10-111-0/+19
* Add nusrl_parent function, to get parent path URL.Michael Drake2012-10-061-0/+17
* Fix const correctnessJohn Mark Bell2011-12-041-1/+1
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-1/+1
* Function for adding fragment onto nsurl.Michael Drake2011-10-281-1/+19
* Add function to get at url length.Michael Drake2011-10-081-0/+11
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-281-0/+15
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-271-1/+1
* Add nsurl_get_lwc function.Michael Drake2011-09-261-0/+24
* Simply return bool from nsurl_compare.Michael Drake2011-09-261-2/+1
* Updated documentation.Michael Drake2011-09-261-1/+0
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-261-0/+22
* Don't return length from nsurl_access.Michael Drake2011-09-261-4/+3
* nsurl_access must return const.Michael Drake2011-09-221-1/+1
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-221-9/+3
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ns...Michael Drake2011-09-221-4/+37
* New URL handling (unused atm).Michael Drake2011-09-211-0/+130