summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make the parasitic hack of the old tree code more robust. Now if the temp_tr...Michael Drake2013-07-261-11/+48
* Don't call cookies delete here, the cookie manager has already deleted it. (...Michael Drake2013-07-241-1/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Use hash generated by nsurl rather than doing it ourselvesRob Kendrick (humdrum)2013-05-201-15/+15
* Add explanitory comment and make bloom size be a #defineRob Kendrick (humdrum)2013-05-171-2/+11
* urldb maintains a bloom filter of URLs contained within and consults it when ...Rob Kendrick (humdrum)2013-05-171-1/+31
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-5/+21
* Remove special RISC OS handling of thumbnail files. (The feature has been br...Michael Drake2012-10-141-28/+1
* Fix up ripples from urldb change.Michael Drake2012-10-111-0/+2
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ...Michael Drake2012-10-081-294/+344
* Add comment.Michael Drake2012-10-051-0/+3
* Improve comment.Michael Drake2012-10-051-1/+1
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+3
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
* Fix cookie expirationJohn Mark Bell2011-11-221-11/+9
* Minor fix for path defaulting: retain rightmost / iff it's the first characte...John Mark Bell2011-01-291-4/+8
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1
* Make urldb_add_url IPv6-awareRob Kendrick2010-12-041-6/+7
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-40/+24
* move url database test to test directoryVincent Sanders2010-06-291-214/+0
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* 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