summaryrefslogtreecommitdiff
path: root/lib/history
Commit message (Expand)AuthorAgeFilesLines
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-155-123/+201
* Remember zoom state for file:// URIsJan-Michael Brummer2019-03-251-6/+6
* embed-shell: Code cleanupsMichael Catanzaro2019-03-051-0/+5
* history-service: Stop using settings on the history threadMichael Catanzaro2019-03-053-8/+8
* Remove unused EphyHistoryPageVisitTypesMichael Catanzaro2019-01-141-11/+4
* Add default zoom level option to preferences dialogJan-Michael Brummer2019-01-042-5/+14
* Fix issues found through static code analysisJan-Michael Brummer2018-12-152-2/+2
* Stop using the slice allocatorMichael Catanzaro2018-12-052-13/+12
* Use g_value_dup_string where possibleMichael Catanzaro2018-06-151-1/+1
* Drop gnome-desktop dependency by copying thumbnail factory bitsMichael Catanzaro2018-01-085-61/+9
* sqlite-connection: Add function to delete database filewip/google-safe-browsingGabriel Ivascu2017-10-031-12/+4
* sqlite-connection: Add function to enable foreign keysGabriel Ivascu2017-10-031-19/+2
* Purge unnecessary use of g_str_equalMichael Catanzaro2017-09-131-1/+1
* Purge g_return from lib/Michael Catanzaro2017-09-132-37/+37
* sync: Fix history migration being too slowGabriel Ivascu2017-08-062-3/+10
* sync: Implement history syncGabriel Ivascu2017-08-065-28/+51
* profile-migrator: Migrate history to Firefox Sync historyGabriel Ivascu2017-08-065-14/+14
* Port to meson build systemMichael Catanzaro2017-04-262-88/+1
* history-service: Don't crash if database is lockedMichael Catanzaro2017-03-011-1/+1
* history-service: remove longstanding transactionsMichael Catanzaro2017-02-215-99/+47
* history-service: Remove useless allocationsMichael Catanzaro2017-02-212-8/+6
* Fix theoretical race condition in ephy_history_service_add_visit_rowMichael Catanzaro2017-02-201-1/+5
* history-service: Allow reading history filenameMichael Catanzaro2017-02-191-1/+1
* history-service: Fix write to database in read-only modeMichael Catanzaro2017-02-191-1/+2
* history-service: Fix multiple initialization race conditionsMichael Catanzaro2017-02-192-9/+40
* history-service: Remove incorrect commentMichael Catanzaro2017-02-191-1/+0
* history-service: Don't schedule commit after clearing historyMichael Catanzaro2017-02-191-1/+0
* history-service: Remove Yoda conditionsMichael Catanzaro2017-02-181-9/+9
* history-service: Fix leak when clearing all historyMichael Catanzaro2017-02-181-0/+3
* history-service: Ensure thread member is initialized before useMichael Catanzaro2017-02-182-1/+15
* Fix search provider horribly breaking history serviceMichael Catanzaro2017-02-182-6/+19
* history-service: Actually delete database when clearing historyMichael Catanzaro2016-11-061-8/+17
* Revert "Sanitize passwords from URLs before saving to history database"Michael Catanzaro2016-11-051-7/+1
* history-service: Initialize tables even in read-only modeMichael Catanzaro2016-10-281-3/+0
* Sanitize passwords from URLs before saving to history databaseMichael Catanzaro2016-10-171-1/+7
* Making history 2038-safe (bug 765808)Paula Tavares2016-10-165-14/+14
* Relicense to GPLv3+Michael Catanzaro2016-10-078-41/+58
* Standardize modelinesMichael Catanzaro2016-09-116-5/+1
* Start using #pragma onceMichael Catanzaro2016-09-103-12/+6
* build: Use pkg-config CFLAGS appropriatelyMichael Catanzaro2016-08-291-3/+3
* build: Stop using AM_CFLAGS/AM_LDFLAGSMichael Catanzaro2016-08-291-7/+3
* build: Remove code coverage supportMichael Catanzaro2016-08-291-2/+2
* Replace SHARE_DIR with PKGDATADIRMichael Catanzaro2016-08-071-1/+0
* build: Handle dependencies more explicitlyMichael Catanzaro2016-08-071-8/+16
* UncrustifyMichael Catanzaro2016-03-295-227/+225
* Stop manually specifying signal marshallersMichael Catanzaro2016-02-291-10/+5
* history-service: Chain up in disposeMichael Catanzaro2016-02-091-0/+2
* history-service: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-096-177/+125
* history-service: Remove unnecessary virtual signalMichael Catanzaro2016-02-092-30/+13
* Remove vestiges of public APIMichael Catanzaro2016-02-081-3/+0