aboutsummaryrefslogtreecommitdiff
path: root/backup.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one fil...EuAndreh2024-08-121-85/+0
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
* Improve readability of Backup()codesoap2019-10-311-3/+3
* fix breaking compatibility.Yasuhiro Matsumoto2017-03-211-2/+2
* fix buildYasuhiro Matsumoto2017-03-201-2/+2
* go vet && golintYasuhiro Matsumoto2016-11-051-4/+10
* fix double free in SQLiteBackup.Close() on errorJoe Shaw2016-10-271-2/+7
* Move sqlite3 amalgation files a directory up.David Bariod2016-04-021-0/+4
* Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber2015-03-111-1/+1
* Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133mattn2014-11-141-1/+1
* set/reset finalizer to free SQLite3 handlesmattn2014-11-141-7/+16
* Add one blank line for godocmattn2014-08-181-0/+1
* Add license headermattn2014-08-181-0/+4
* Use codemattn2014-08-181-1/+1
* Changed interface for backup stepShuhao Wu2014-07-111-13/+10
* Added an IsDone method for backupShuhao Wu2014-07-101-0/+9
* Don't return error when succeededmattn2014-05-271-2/+10
* Add backup. Close #104mattn2014-01-301-0/+42