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