summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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