summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-071-1/+1
* Squash memory leakJohn Mark Bell2007-04-051-9/+12
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-0/+2
* Handle strdup failureJohn Mark Bell2007-01-281-2/+7
* Improve domain matching of referer and host.John Mark Bell2007-01-281-19/+30
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-11/+41
* Fix typo.John Mark Bell2006-12-281-1/+1
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+140
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
* Lose debug.Richard Wilson2006-12-011-16/+0
* Fix 1535120, 1528673Richard Wilson2006-12-011-34/+60
* Fix 1597646Richard Wilson2006-12-011-8/+17
* Fix 1563546, plug possible memory leak.Richard Wilson2006-12-011-5/+5
* Update project URL.Michael Drake2006-11-271-1/+1
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
* Ensure urldb_add_path always has a path.John Mark Bell2006-09-171-14/+23
* Lower overhead of urldb calls by using url component calls.Richard Wilson2006-09-021-104/+84
* Experimental new frames code.Richard Wilson2006-09-021-0/+61
* Fix edge case in cookie search code when handling Path=/fooJohn Mark Bell2006-07-171-4/+39
* Allow the user to delete cookies.Richard Wilson2006-07-161-1/+53
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ...Richard Wilson2006-07-161-7/+7
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-151-0/+5
* Further url completion fixesRichard Wilson2006-07-131-2/+2
* Fix url completionRichard Wilson2006-07-131-7/+11
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-131-48/+69
* Relax domain matching to allow host a.com to match .a.comJohn Mark Bell2006-07-011-2/+12
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-232/+224
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
* 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