summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
Commit message (Collapse)AuthorAgeFilesLines
* add more tests for partial iterator in url databaseVincent Sanders2016-08-091-3/+83
|
* add more API coverage to url database unit testsVincent Sanders2016-08-091-6/+21
|
* extend url database unit testing to cover more APIVincent Sanders2016-08-091-3/+92
|
* add cookies tests to url database unit testingVincent Sanders2016-08-091-11/+116
|
* add cookie database load and restore unit testVincent Sanders2016-08-091-3/+12
|
* extend url database checks to cover authentication detail setter and getterVincent Sanders2016-08-081-2/+23
|
* add some basic url database iteration testsVincent Sanders2016-08-081-36/+79
|
* add url databse write output to unit testVincent Sanders2016-08-081-3/+18
|
* Fix warnings in unit testsVincent Sanders2016-08-081-43/+44
|
* Tests: Squash some warnings.Michael Drake2016-08-081-5/+5
|
* wrap urldb tests in check harness and add minimal session testVincent Sanders2016-08-081-55/+145
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-2/+0
|
* fix url database test after API header changesVincent Sanders2016-06-141-0/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* remove all core usage of warn_user APIVincent Sanders2016-04-261-11/+0
|
* convert nsurl tests to use check unit test frameworkVincent Sanders2015-07-081-2/+0
|
* Restructure test makefile to be called from main makefileVincent Sanders2015-07-071-1/+3
| | | | | | This changes the make test to be executed from the main netsurf makefile instead of being standalone. It also fixes up the urldbtest to run.
* make nsurl unit test work againVincent Sanders2015-07-071-0/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-13/+13
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* remove unused url_init functionVincent Sanders2014-10-311-1/+0
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-3/+3
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Fix for http_only param change.Michael Drake2013-04-081-2/+2
|
* 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