summaryrefslogtreecommitdiff
path: root/content/url_store.c
Commit message (Collapse)AuthorAgeFilesLines
* Unify information databasesJohn Mark Bell2006-04-091-750/+0
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-4/+4
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-01-24 23:04:07 by rjw]Richard Wilson2006-01-241-18/+23
| | | | | | Minor optimisations to start-up svn path=/import/netsurf/; revision=2027
* [project @ 2006-01-06 05:32:45 by rjw]Richard Wilson2006-01-061-16/+48
| | | | | | Remove bad data. Optimise loading of URL data. Massively decrease the time taken to save URL data. svn path=/import/netsurf/; revision=1989
* [project @ 2006-01-05 02:05:34 by rjw]Richard Wilson2006-01-051-88/+96
| | | | | | Massively increase efficiency of URL completion. svn path=/import/netsurf/; revision=1985
* [project @ 2006-01-04 23:03:00 by rjw]Richard Wilson2006-01-041-28/+68
| | | | | | Make URL file loading handle invalid thumbnail filenames better. Decrease time taken to find a hostname. svn path=/import/netsurf/; revision=1983
* [project @ 2006-01-02 23:03:07 by rjw]Richard Wilson2006-01-021-11/+23
| | | | | | Quickly match repeated hostname calls. svn path=/import/netsurf/; revision=1968
* [project @ 2006-01-02 13:18:32 by bursa]James Bursa2006-01-021-21/+51
| | | | | | Fix documentation comments. Change types of some members of struct url_content. Fix possible leak in url_store_find_hostname(). svn path=/import/netsurf/; revision=1947
* [project @ 2005-12-31 05:35:59 by jmb]John Mark Bell2005-12-311-14/+25
| | | | | | Fix attempted read/write to NULL pointer svn path=/import/netsurf/; revision=1923
* [project @ 2005-12-31 04:27:53 by rjw]Richard Wilson2005-12-311-116/+112
| | | | | | Store more URL data centrally. svn path=/import/netsurf/; revision=1907
* [project @ 2005-10-01 23:27:22 by adrianl]Adrian Lees2005-10-011-4/+4
| | | | | | Pedantic corrections svn path=/import/netsurf/; revision=1868
* [project @ 2005-08-21 12:04:17 by bursa]James Bursa2005-08-211-0/+2
| | | | | | Change void * parameters to intptr_t to make them correct for storing integers or pointers. svn path=/import/netsurf/; revision=1852
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-12/+77
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-04-27 00:01:17 by rjw]Richard Wilson2005-04-271-26/+39
| | | | | | Improve the speed of URL matching svn path=/import/netsurf/; revision=1686
* [project @ 2005-04-08 22:18:28 by bursa]James Bursa2005-04-081-29/+29
| | | | | | Fix dump of URLs containing a %. svn path=/import/netsurf/; revision=1607
* [project @ 2005-02-08 01:06:03 by rjw]Richard Wilson2005-02-081-21/+83
| | | | | | More efficient URL storage format for faster loading. svn path=/import/netsurf/; revision=1502
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-21/+20
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-0/+475
Implementation of URL suggestion svn path=/import/netsurf/; revision=1488