summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
* 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-023-1/+67
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36
* 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-162-1/+54
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ...Richard Wilson2006-07-162-8/+9
* 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-132-48/+95
* Don't cache curl handles that were used to fetch https URLs; with any John Mark Bell2006-07-091-2/+6
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-0/+8
* Implement component-wise URL comparisonJohn Mark Bell2006-07-021-1/+5
* Fix conversion of URLs beginning "file://". Additionally, John Mark Bell2006-07-011-6/+2
* Relax domain matching to allow host a.com to match .a.comJohn Mark Bell2006-07-011-2/+12
* Fix crash when url_* failsJohn Mark Bell2006-06-291-12/+20
* Only accept cookies from cookie-enabled transactionsJohn Mark Bell2006-06-291-1/+2
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-242-235/+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-193-10/+1006
* 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-142-4/+26
* 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
* Make static function names consistent.James Bursa2006-04-161-14/+14
* 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-152-0/+20
* 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-123-20/+93
* 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-112-228/+119
* New URL file format more suited to urldb implementationJohn Mark Bell2006-04-101-18/+42
* Unify information databasesJohn Mark Bell2006-04-0910-1378/+2301
* [project @ 2006-03-14 15:01:57 by dsilvers]Daniel Silverstone2006-03-141-0/+4
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-141-118/+256
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-042-5/+5
* [project @ 2006-03-04 10:48:40 by tlsa]Michael Drake2006-03-041-2/+2
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-263-0/+17
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-253-0/+49
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-236-24/+438
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-212-28/+104
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-193-7/+400