summaryrefslogtreecommitdiff
path: root/content/urldb.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-3/+0
| | | | | | No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+9
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-0/+1
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=2534
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-2/+4
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-091-0/+65
svn path=/trunk/netsurf/; revision=2519