summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Improve bad URL handling.Michael Drake2011-10-141-0/+2
* Fix double inclusion of host/port separator when login credentials are presen...Michael Drake2011-10-131-5/+51
* Add nsurl testing rig.Michael Drake2011-10-111-0/+126
* Set scheme_end marker after advance due to leading whitespace.Michael Drake2011-10-111-1/+1
* Pedantic spacing fix.Michael Drake2011-10-081-1/+1
* Add function to get at url length.Michael Drake2011-10-082-0/+20
* Handle joining to a base with no path.Michael Drake2011-10-071-2/+4
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-062-199/+1
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
* Ensure trailing whitespace is ignored.Michael Drake2011-10-051-0/+9
* Optimise nsurl__is_no_escape.Michael Drake2011-10-051-93/+28
* Make sure the fragment remover sets the nsurl to NULL on failure.Michael Drake2011-10-051-0/+1
* Namespaceing.Michael Drake2011-10-051-11/+13
* Handle % in URL without 2 hex digits after.Michael Drake2011-10-051-2/+8
* Fix upper case hex and return -1 for invalid hex.Michael Drake2011-10-051-7/+11
* make url character checks table driven and remove expensive strchrVincent Sanders2011-10-051-19/+150
* Handle upper case hex.Michael Drake2011-10-051-2/+2
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-042-9/+34
* Ensure refcounts add upJohn Mark Bell2011-10-031-0/+1
* Remove LOG.Michael Drake2011-10-031-1/+1
* Fix host/path with no scheme.Michael Drake2011-10-031-3/+5
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-0/+6
* Fix parse of url with host name only.Michael Drake2011-10-031-0/+2
* Fragment component doesn't include hash.Michael Drake2011-10-031-2/+13
* lwc version of ring function.Michael Drake2011-09-291-0/+19
* Add function to get a nsurl with fragment removed from a nsurl.Michael Drake2011-09-282-0/+47
* Squash erroneous warnings abuout uninitalised variable use from gcc 3.4.6.Michael Drake2011-09-271-11/+11
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-271-4/+4
* s/nsurl_get_lwc/nsurl_get_component/Michael Drake2011-09-272-2/+2
* Add nsurl_get_lwc function.Michael Drake2011-09-262-0/+69
* Simply return bool from nsurl_compare.Michael Drake2011-09-262-32/+32
* Change if/else if ladder to a switch.Michael Drake2011-09-261-16/+21
* 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-262-0/+81
* Don't return length from nsurl_access.Michael Drake2011-09-262-6/+4
* 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-222-2/+2
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-222-24/+77
* 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-213-1/+1471
* make high level cache take a parameter structureVincent Sanders2011-09-081-2/+2
* Content interface to get at contextual content at point.Michael Drake2011-09-061-0/+9
* Squash warningsJohn Mark Bell2011-09-051-2/+4
* Sniff content types where appropriate.John Mark Bell2011-09-041-1/+3
* Skip over credentials when lower casing hostJohn Mark Bell2011-07-241-1/+13
* Refactor http utilitiesJohn Mark Bell2011-07-0818-478/+1216
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-0/+13
* Move rectangle type to utils/types.hMichael Drake2011-06-281-0/+32
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+4
* Make strchrnul stupid.John Mark Bell2011-04-081-132/+5