aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-private.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-service: add urls-visited signalClaudio Saavedra2012-09-101-0/+1
| | | | | | | | This signal is emitted in bulks and is intended for clients that are not interested in every single URL that is visited but only to know that visits have happened. https://bugzilla.gnome.org/show_bug.cgi?id=683550
* history-service: remove unused variablesClaudio Saavedra2012-03-291-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672926
* ephy-history-service: add API to query for hostsClaudio Saavedra2012-03-081-0/+1
| | | | | By now, the public API only supports filtering by time range, but filtering by string matching is also possible.
* ephy-history-service: remove orphan hosts from databaseClaudio Saavedra2012-03-081-0/+1
| | | | | | | After removing all the urls in a host, we don't need that host anymore. https://bugzilla.gnome.org/show_bug.cgi?id=671559
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-071-0/+1
| | | | This method will remove all the history related to that host.
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+55
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).