summaryrefslogtreecommitdiff
path: root/lib/ephy-sqlite-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-9/+20
* sqlite-connection: Add function to delete database filewip/google-safe-browsingGabriel Ivascu2017-10-031-3/+36
* sqlite-connection: Add function to enable foreign keysGabriel Ivascu2017-10-031-0/+14
* sqlite-connection: Remove unused rollback transaction methodMichael Catanzaro2017-02-211-8/+0
* Fix search provider horribly breaking history serviceMichael Catanzaro2017-02-181-8/+62
* sqlite-connection: Do not ignore errors when executing commandsMichael Catanzaro2017-02-141-1/+5
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Standardize modelinesMichael Catanzaro2016-09-111-0/+1
* UncrustifyMichael Catanzaro2016-03-291-4/+4
* sqlite-connection: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-211-24/+15
* sqlite-connection: chain up properly in finalizeMichael Catanzaro2016-01-221-1/+1
* Remove FSF address from license headersMichael Catanzaro2015-12-071-2/+1
* Reenable and placate -Wformat-nonliteralMichael Catanzaro2015-11-071-2/+2
* Reenable and placate -Wold-style-definitionMichael Catanzaro2015-11-071-1/+1
* Don't crash when a database access failsMichael Catanzaro2014-12-101-3/+3
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-1/+1
* Add GObject wrapper classes for SQLiteXan Lopez2012-03-061-0/+200