summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use hash generated by nsurl rather than doing it ourselvesRob Kendrick (humdrum)2013-05-201-15/+15
* Add explanitory comment and make bloom size be a #defineRob Kendrick (humdrum)2013-05-171-2/+11
* urldb maintains a bloom filter of URLs contained within and consults it when ...Rob Kendrick (humdrum)2013-05-171-1/+31
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-5/+21
* Remove special RISC OS handling of thumbnail files. (The feature has been br...Michael Drake2012-10-141-28/+1
* Fix up ripples from urldb change.Michael Drake2012-10-111-0/+2
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ...Michael Drake2012-10-081-294/+344
* Add comment.Michael Drake2012-10-051-0/+3
* Improve comment.Michael Drake2012-10-051-1/+1
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+3
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
* Fix cookie expirationJohn Mark Bell2011-11-221-11/+9
* Minor fix for path defaulting: retain rightmost / iff it's the first characte...John Mark Bell2011-01-291-4/+8
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1