summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
* remove uneccissary includesVincent Sanders2010-01-291-1/+0
* Treat decomposed URLs with no path component as being for the path "/".John Mark Bell2009-11-221-0/+7
* Fix the other half of this NULL dereference issueJohn Mark Bell2009-11-221-1/+2
* Ensure urldb file handle is closed on error.John Mark Bell2009-11-221-1/+6
* Don't call memcpy when p->segment is NULLJohn Mark Bell2009-11-221-1/+2
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-041-58/+125
* Drop pkg-config on cairo, not needed here. Added const.John Tytgat2009-08-021-2/+2
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
* Remove spurious "domain" variable from urldb_iterate_partial().John Mark Bell2009-05-281-4/+4
* Fix url completion when last character in url bar is a /John Mark Bell2009-04-161-6/+7
* Ensure that neither the current fetch host nor the referrer is an IP address ...John Mark Bell2009-02-131-3/+15
* Even fuzzier domain matching.John Mark Bell2009-02-131-23/+45
* Document the assumption that all URLs passed into urldb are already normalise...John Mark Bell2009-02-061-0/+4
* Let's try that again. Now actually passes the regression tests.John Mark Bell2009-01-311-6/+7
* Fix urldb_match_path().John Mark Bell2009-01-311-5/+13
* urldb_destroy_path_tree() -> iterationJohn Mark Bell2009-01-311-9/+24
* urldb_save_cookie_paths() -> iterationJohn Mark Bell2009-01-311-15/+27
* Initialising variables helpsJohn Mark Bell2009-01-311-1/+1
* urldb_delete_cookie_paths() -> iterationJohn Mark Bell2009-01-311-18/+35
* Make urldb_dump_paths iterateJohn Mark Bell2009-01-311-10/+21
* Make urldb_match_path() iterate.John Mark Bell2009-01-311-13/+16
* Make urldb_iterate_entries_path use iterationJohn Mark Bell2009-01-301-28/+38
* Pedantic linewrappingJohn Mark Bell2009-01-301-5/+10
* Make urldb_iterate_partial_path iterate over the tree and not recurse.John Mark Bell2009-01-301-25/+59
* This logic looked entirely wrong. Fix it to be more sane. If this breaks thin...John Mark Bell2009-01-301-12/+3
* Minor optimisationJohn Mark Bell2009-01-301-1/+1
* Iterate when counting/writing out paths.John Mark Bell2009-01-301-68/+103
* Jump through hoops, potentially squashing warnings.John Mark Bell2008-10-131-4/+11
* Remove urldb_search_remove. Added hint for where to find it if we need it in ...Daniel Silverstone2008-10-101-57/+1
* First round of C89 fixes. Those should be obvious, hope I didn't introduce an...François Revel2008-07-291-10/+18
* Remove two unused functions.James Bursa2008-06-141-53/+0
* const fixes in plotters and history coreRob Kendrick2008-04-071-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Drop support for URL file versions below 1.06John Mark Bell2008-03-131-83/+40
* Forward compatible Cookie file loading/savingJohn Mark Bell2008-03-131-10/+15
* Add testcase for non-fqdn -- already passes, but may as well keep it for regr...John Mark Bell2008-03-031-6/+24
* Ensure plq is terminated when looking for an URL path.John Mark Bell2008-01-301-0/+3
* More work on cookie parser. Our junk value handling is now significantly clos...John Mark Bell2008-01-191-19/+97
* Work on cookies to bring our behaviour closer to the spec and other browsers:John Mark Bell2008-01-171-97/+314
* The previous fix was broken -- URI paths include the leafname.John Mark Bell2008-01-071-61/+34
* Fix potential crash in urldb_dump()John Mark Bell2008-01-071-13/+92
* Work around sites sending domain cookies for .foo.com from hosts such as bar....John Mark Bell2007-10-301-5/+20
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+15
* Move the p->parent check in urldb to before the cookie loop. Prevents the coo...Daniel Silverstone2007-06-271-6/+12
* Fix cookie domain matching in unverifiable transactions.John Mark Bell2007-06-101-15/+19
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-10/+10
* Fix warning: field precision should have type 'int', but argument 4 has type ...James Bursa2007-05-021-1/+2
* 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