summaryrefslogtreecommitdiff
path: root/utils/nsurl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add means to find out if a NetSurf URL object contains a given component.Michael Drake2011-09-261-0/+59
| | | | svn path=/trunk/netsurf/; revision=12883
* Don't return length from nsurl_access.Michael Drake2011-09-261-2/+1
| | | | svn path=/trunk/netsurf/; revision=12882
* Assert that the url exists before reducing its reference count. Thanks to ↵Michael Drake2011-09-231-2/+2
| | | | | | Martin Bazley. svn path=/trunk/netsurf/; revision=12865
* 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-15/+74
| | | | svn path=/trunk/netsurf/; revision=12862
* New URL handling (unused atm).Michael Drake2011-09-211-0/+1338
svn path=/trunk/netsurf/; revision=12843