summaryrefslogtreecommitdiff
path: root/content/urldb.c
Commit message (Collapse)AuthorAgeFilesLines
* Relax domain matching to allow host a.com to match .a.comJohn Mark Bell2006-07-011-2/+12
| | | | svn path=/trunk/netsurf/; revision=2684
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-232/+224
| | | | | | No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
| | | | | | | to bother with (and carry no information useful to us) Make expires avpair handling cater for dates after 2038. svn path=/trunk/netsurf/; revision=2642
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=2637
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
| | | | | | | have been seen in the wild). Fix lookup of cookies for top-level paths (i.e. a path segment of "/") svn path=/trunk/netsurf/; revision=2636
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
| | | | svn path=/trunk/netsurf/; revision=2633
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-3/+987
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17
| | | | svn path=/trunk/netsurf/; revision=2620
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-4/+25
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Fix off-by-one error in search routines which caused crashes with John Mark Bell2006-06-141-5/+5
| | | | | | (invalid) host names ending in a '.'. svn path=/trunk/netsurf/; revision=2618
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-0/+7
| | | | svn path=/trunk/netsurf/; revision=2540
* Ignore scheme when performing partial matchJohn Mark Bell2006-04-151-1/+6
| | | | svn path=/trunk/netsurf/; revision=2535
* Use database's copy of URL for new global history entriesJohn Mark Bell2006-04-151-0/+19
| | | | svn path=/trunk/netsurf/; revision=2534
* Fix host match functionsJohn Mark Bell2006-04-151-9/+10
| | | | svn path=/trunk/netsurf/; revision=2532
* Fix undersized buffer for reading port number intoJohn Mark Bell2006-04-151-5/+12
| | | | | | Detect no URLs for a host before adding host to database. svn path=/trunk/netsurf/; revision=2530
* Fix issues with authentication storage/lookup in databaseJohn Mark Bell2006-04-121-4/+22
| | | | svn path=/trunk/netsurf/; revision=2527
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-15/+64
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Handle memory exhaustion for version 1.06 URL filesJohn Mark Bell2006-04-111-2/+8
| | | | | | Log failure to insert from version 1.05 URL files for debugging purposes svn path=/trunk/netsurf/; revision=2523
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-226/+115
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* New URL file format more suited to urldb implementationJohn Mark Bell2006-04-101-18/+42
| | | | svn path=/trunk/netsurf/; revision=2520
* Unify information databasesJohn Mark Bell2006-04-091-0/+2231
svn path=/trunk/netsurf/; revision=2519