summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for file scheme.Michael Drake2012-10-101-0/+4
|
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ↵Michael Drake2012-10-081-61/+180
| | | | | | | | | | | | | | | | | | API. + urldb API now takes URLs as nsurl, rather than string. + urldb internally stores full URLs with nsurl ref. + urldb internally stores schemes as lwc_string. + Load and save of cookies and URL file may be slower since we now need to create a nsurl. + Everything else should be faster, and there should be much less allocating/freeing and much less parsing of the same url over and over again. + Updated urldbtest for new urldb API. + urldbtest now cleans up at the end + Added lwc_string itterator to end of urldbtest + Adding some broken URLs (such as http:domain/) will now work, since nsurl fixes (http://domain/) them.
* Fix cookie expirationJohn Mark Bell2011-11-221-0/+6
| | | | svn path=/trunk/netsurf/; revision=13161
* Minor fix for path defaulting: retain rightmost / iff it's the first ↵John Mark Bell2011-01-291-0/+5
| | | | | | character in the path svn path=/trunk/netsurf/; revision=11524
* Add test for purely numeric subdomains (currently fails)John Mark Bell2011-01-121-2/+3
| | | | svn path=/trunk/netsurf/; revision=11289
* Fix testsuiteJohn Mark Bell2011-01-121-1/+8
| | | | svn path=/trunk/netsurf/; revision=11288
* move url database test to test directoryVincent Sanders2010-06-291-0/+243
svn path=/trunk/netsurf/; revision=10589