aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-urls-table.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-history-service: remove some dangerous g_object_unref() callsClaudio Saavedra2012-09-071-2/+0
* ephy-history-service: fix a few leaksClaudio Saavedra2012-09-071-0/+2
* ephy-history-service: extend to support URL thumbnail timeClaudio Saavedra2012-09-011-4/+6
* ephy-history-service: add backend bits to support the new hidden columnClaudio Saavedra2012-09-011-5/+12
* ephy-history-service-urls-table: add new rows to the tableClaudio Saavedra2012-09-011-1/+3
* 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
* ephy-history-service: Give me a break!Priit Laes2012-03-091-0/+1
* ephy-history-service-urls-table: do not g_assert on inputXan Lopez2012-03-071-4/+4
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-071-0/+11
* Retrieve the host id from the right columnClaudio Saavedra2012-03-071-1/+1
* Store zoom levels per host, not per URLXan Lopez2012-03-071-17/+11
* history-service: make sure we can update pages' titles and urlsClaudio Saavedra2012-03-071-7/+8
* history-service: do not join urls and visits table unnecessarilyClaudio Saavedra2012-03-071-6/+10
* history-service: use the sort type during queriesClaudio Saavedra2012-03-071-0/+10
* history-service: take into account the query's result limitClaudio Saavedra2012-03-071-1/+13
* history-service: Ignore queries time range if not setClaudio Saavedra2012-03-071-4/+4
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+371