summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
Commit message (Collapse)AuthorAgeFilesLines
* nsurl: Add variant of nsurl_access for logging.Michael Drake2018-08-091-0/+18
|
* NSURL: add ability to create replacement schemeJohn-Mark Bell2018-04-221-0/+19
|
* 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 ↵Michael Drake2012-10-111-0/+19
| | | | lwc_strings.
* Add nusrl_parent function, to get parent path URL.Michael Drake2012-10-061-0/+17
|
* Fix const correctnessJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13228
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13183
* Function for adding fragment onto nsurl.Michael Drake2011-10-281-1/+19
| | | | svn path=/trunk/netsurf/; revision=13087
* Add function to get at url length.Michael Drake2011-10-081-0/+11
| | | | svn path=/trunk/netsurf/; revision=13003
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-281-0/+15
| | | | svn path=/trunk/netsurf/; revision=12903
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12898
* Add nsurl_get_lwc function.Michael Drake2011-09-261-0/+24
| | | | svn path=/trunk/netsurf/; revision=12894
* Simply return bool from nsurl_compare.Michael Drake2011-09-261-2/+1
| | | | svn path=/trunk/netsurf/; revision=12889
* Updated documentation.Michael Drake2011-09-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=12884
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-261-0/+22
| | | | svn path=/trunk/netsurf/; revision=12883
* Don't return length from nsurl_access.Michael Drake2011-09-261-4/+3
| | | | svn path=/trunk/netsurf/; revision=12882
* nsurl_access must return const.Michael Drake2011-09-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12863
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-221-9/+3
| | | | svn path=/trunk/netsurf/; revision=12862
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ↵Michael Drake2011-09-221-4/+37
| | | | | | nsurl_access for accessing a pointer to string data internal to the NetSurf URL object. svn path=/trunk/netsurf/; revision=12861
* New URL handling (unused atm).Michael Drake2011-09-211-0/+130
svn path=/trunk/netsurf/; revision=12843