aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-visits-table.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history: remove spurious castingsClaudio Saavedra2012-05-081-1/+1
|
* ephy-history-service: trim query strings to avoid reaching sqlite limitClaudio Saavedra2012-05-081-1/+1
| | | | | | | Sqlite limits the length of a LIKE pattern to 50000 bytes, therefore we need to make sure that longer strings are not used as queries. https://bugzilla.gnome.org/show_bug.cgi?id=674848
* Fix typoClaudio Saavedra2012-03-071-1/+1
|
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-071-0/+11
|
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+207
EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com).