summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
Commit message (Expand)AuthorAgeFilesLines
* iterate urldb v6 numerical adresses as well as ipv4Vincent Sanders2017-03-131-4/+34
* add urldb tests for content type settingVincent Sanders2017-03-131-17/+21
* add urldb tests for urls which cannot be foundVincent Sanders2017-03-131-0/+45
* add persistance flag tests to urldbVincent Sanders2017-03-131-21/+90
* extend the session addition test with all the urls from the add/set/get testVincent Sanders2017-03-131-9/+20
* extend urldb tests with url creation, setting and getting operationsVincent Sanders2017-03-131-43/+105
* replace tmpnam with something more suitable for the test filesVincent Sanders2017-03-091-4/+16
* fix compilation warnings in urldb testVincent Sanders2017-03-091-18/+10
* actually check the generated database files against reference test dataVincent Sanders2017-03-081-0/+60
* remove urldb_add_host and path from public APIVincent Sanders2017-03-081-75/+51
* add a urldb test for a complete session where something is added to the databaseVincent Sanders2017-03-071-0/+49
* 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
* make nsurl unit test work againVincent Sanders2015-07-071-0/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-13/+13
* 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
* 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
* Fix cookie expirationJohn Mark Bell2011-11-221-0/+6
* Minor fix for path defaulting: retain rightmost / iff it's the first characte...John Mark Bell2011-01-291-0/+5
* Add test for purely numeric subdomains (currently fails)John Mark Bell2011-01-121-2/+3
* Fix testsuiteJohn Mark Bell2011-01-121-1/+8
* move url database test to test directoryVincent Sanders2010-06-291-0/+243