summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
Commit message (Expand)AuthorAgeFilesLines
* 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