Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-history: remove spurious castings | Claudio Saavedra | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | ephy-history-service: trim query strings to avoid reaching sqlite limit | Claudio Saavedra | 2012-05-08 | 1 | -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 typo | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Allow the visits and urls queries to be host-specific | Claudio Saavedra | 2012-03-07 | 1 | -0/+11 |
| | |||||
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-07 | 1 | -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). |