summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
* fix coverity issue 1372473 Out-of-bounds writeVincent Sanders2017-06-091-2/+2
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-1/+1
* fix urldb numerical v6 address handlingVincent Sanders2017-03-131-4/+12
* make the urldb content type setting API return an errorVincent Sanders2017-03-131-3/+6
* make urldb persistance setting API return an errorVincent Sanders2017-03-131-3/+6
* change urldb_set_title API to return an error statusVincent Sanders2017-03-131-13/+22
* actually check the generated database files against reference test dataVincent Sanders2017-03-081-1/+0
* remove urldb_add_host and path from public APIVincent Sanders2017-03-081-155/+174
* make update data api return an resultVincent Sanders2017-03-081-3/+6
* use robust handling of time_t value (de)serialisationVincent Sanders2017-03-081-6/+35
* clean up url database documentation comments and formattingVincent Sanders2017-03-061-334/+467
* Revert "make urldb internal parse macros less prone to control flow errors"Vincent Sanders2017-03-051-4/+4
* make urldb internal parse macros less prone to control flow errorsVincent Sanders2017-03-051-4/+4
* fix some doxygen errorsVincent Sanders2017-02-241-1/+1
* fix unused variable warning on non public suffix library buildsVincent Sanders2017-02-231-1/+3
* enable use of netsurf public suffix library to prevent supercookiesVincent Sanders2016-09-201-0/+18
* if the cookie is a session cookie indicate itVincent Sanders2016-09-131-0/+6
* make urldb parsing of ascii data explicitVincent Sanders2016-09-101-7/+10
* ensure url database destructor cleans up correctlyVincent Sanders2016-08-091-2/+7
* extend url database unit testing to cover more APIVincent Sanders2016-08-091-10/+24
* fix urldb warning and test buildVincent Sanders2016-08-081-3/+4
* update urldb dump to use LOG rather than writing to stderr directlyVincent Sanders2016-08-081-8/+19
* msplit public url database API out for frontendsVincent Sanders2016-06-131-3/+5
* 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
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+1
* urldb no longer uses curl directly but it does need correct network includesVincent Sanders2016-04-171-0/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-12/+11
* revert urldb include fixes as tehy cause build issues elsewhere and failed to...Vincent Sanders2016-02-121-4/+0
* fix more freebsd warningsVincent Sanders2016-02-121-0/+4
* URLdb doesn't store 'mailto' urls, so add early exit to lookup.Michael Drake2016-01-081-0/+6
* Fix crazy indentation.Michael Drake2016-01-081-3/+2
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-2/+2
* Change LOG() macro to be varadicVincent Sanders2015-05-281-21/+20
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-9/+12
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-5/+7
* Doxygen fixesVincent Sanders2014-11-091-2/+2
* restructure urldb sourceVincent Sanders2014-11-011-2478/+2322
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-311-7/+100
* remove the die API from the core.Vincent Sanders2014-10-261-12/+15
* Remove unused #includeMichael Drake2014-05-151-1/+0
* make nsurl_defragment() API more obvious and remove duplicated parameter chec...Vincent Sanders2014-03-091-14/+5
* Get referer host from referer url.Michael Drake2013-11-181-1/+1
* Fix leak of path_query, when there is no host and scheme isn't file.Michael Drake2013-10-231-2/+6
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
* Use new cookie manager.Michael Drake2013-09-021-39/+8
* Make the parasitic hack of the old tree code more robust. Now if the temp_tr...Michael Drake2013-07-261-11/+48
* Don't call cookies delete here, the cookie manager has already deleted it. (...Michael Drake2013-07-241-1/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* move options includeVincent Sanders2013-05-281-1/+1