summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-3/+987
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-4/+25
* Fix off-by-one error in search routines which caused crashes with John Mark Bell2006-06-141-5/+5
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-0/+7
* Ignore scheme when performing partial matchJohn Mark Bell2006-04-151-1/+6
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-0/+19
* Fix host match functionsJohn Mark Bell2006-04-151-9/+10
* Fix undersized buffer for reading port number intoJohn Mark Bell2006-04-151-5/+12
* Fix issues with authentication storage/lookup in databaseJohn Mark Bell2006-04-121-4/+22
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-15/+64
* Handle memory exhaustion for version 1.06 URL filesJohn Mark Bell2006-04-111-2/+8
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-226/+115
* New URL file format more suited to urldb implementationJohn Mark Bell2006-04-101-18/+42
* Unify information databasesJohn Mark Bell2006-04-091-0/+2231