summaryrefslogtreecommitdiff
path: root/content/urldb.h
Commit message (Expand)AuthorAgeFilesLines
* API: Don't expose urldb_{g|s}et_auth_details to frontends.Michael Drake2018-08-151-0/+21
* HSTS: support policy in urldbJohn-Mark Bell2018-04-221-0/+18
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-101-10/+0
* fix doc comment spelling mistakeVincent Sanders2017-03-281-1/+1
* make the urldb content type setting API return an errorVincent Sanders2017-03-131-1/+2
* make urldb persistance setting API return an errorVincent Sanders2017-03-131-5/+6
* change urldb_set_title API to return an error statusVincent Sanders2017-03-131-1/+2
* remove urldb_add_host and path from public APIVincent Sanders2017-03-081-25/+0
* make update data api return an resultVincent Sanders2017-03-081-1/+2
* extend url database unit testing to cover more APIVincent Sanders2016-08-091-1/+2
* msplit public url database API out for frontendsVincent Sanders2016-06-131-189/+25
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+2
* restructure urldb sourceVincent Sanders2014-11-011-8/+208
* remove the die API from the core.Vincent Sanders2014-10-261-1/+1
* remove content include from urldb headerVincent Sanders2014-07-171-2/+1
* improve comment to indicate what API is forVincent Sanders2013-10-231-4/+8
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-1/+2
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ...Michael Drake2012-10-081-23/+22
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-2/+1
* move url database test to test directoryVincent Sanders2010-06-291-0/+5
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-041-1/+1
* Remove two unused functions.James Bursa2008-06-141-4/+0
* Fix type of value_was_quoted member of cookie_data struct.John Mark Bell2008-05-161-1/+1
* const fixes in plotters and history coreRob Kendrick2008-04-071-1/+1
* Work on cookies to bring our behaviour closer to the spec and other browsers:John Mark Bell2008-01-171-0/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-2/+2
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-2/+3
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+3
* Update project URL.Michael Drake2006-11-271-1/+1
* Experimental new frames code.Richard Wilson2006-09-021-0/+5
* Allow the user to delete cookies.Richard Wilson2006-07-161-0/+1
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ...Richard Wilson2006-07-161-1/+2
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-131-0/+26
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-3/+0
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+9
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-0/+1
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-0/+1
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-2/+4
* Unify information databasesJohn Mark Bell2006-04-091-0/+65