summaryrefslogtreecommitdiff
path: root/Database/Export.hs
Commit message (Expand)AuthorAge
* sqlite datbase for importfeedJoey Hess2023-10-23
* enable TypeOperatorsJoey Hess2023-08-02
* Sped up sqlite inserts 2x when built with persistent 2.14.5.0Joey Hess2023-03-31
* add annex.dbdir (WIP)Joey Hess2022-08-11
* eliminate single/multi writer distinctionJoey Hess2021-10-20
* use GIT keys for export of non-annexed filesJoey Hess2021-03-05
* enable extensions needed by new version of persistentJoey Hess2020-11-07
* more RawFilePath conversionJoey Hess2020-11-05
* more RawFilePath conversionJoey Hess2020-10-29
* Merge branch 'master' into v8Joey Hess2020-02-19
|\
| * ifdef persistent-template 2.8.0 fixesJoey Hess2020-02-04
| * Fix build with newest version of persistent-template.Joey Hess2020-02-04
| * support sha256 git reposJoey Hess2020-01-07
* | building again after mergeJoey Hess2019-12-18
* | Merge branch 'bs' into sqlite-bsJoey Hess2019-12-18
|\|
| * convert TopFilePath to use RawFilePathJoey Hess2019-12-09
* | merging sqlite and bs branchesJoey Hess2019-12-06
|\|
| * wip RawFilePath 2x git-annex find speedupJoey Hess2019-11-26
* | make sure all sqlite selects have indexesJoey Hess2019-10-30
* | improve data types for sqliteJoey Hess2019-10-29
|/
* Support building with socks-0.6 and persistant-template-2.7Joey Hess2019-07-30
* remove many old version ifdefsJoey Hess2019-07-05
* update licenses from GPL to AGPLJoey Hess2019-03-13
* fix export db locking deadlockJoey Hess2019-03-07
* fixes to export db lookup when accessing importtree=yesJoey Hess2019-03-07
* initial try at using storeExportWithContentIdentifierJoey Hess2019-03-04
* add getExportedKeyJoey Hess2019-03-04
* import: update location log for removed filesJoey Hess2019-03-01
* renameJoey Hess2019-03-01
* fully update export db during importJoey Hess2019-02-27
* fix one more export conflict false positiveJoey Hess2019-01-30
* fix false positive in export conflict detectionJoey Hess2019-01-30
* Merge branch 'remove-esqueleto'Joey Hess2018-11-20
|\
| * Removed Esqueleto as a dependency.Sean Parsons2018-11-06
* | improve messages around export conflictsJoey Hess2018-11-13
|/
* Fix potential crash in exporttree database due to failure to honor uniqueness...Joey Hess2018-10-09
* add missing spaceJoey Hess2018-10-09
* fix build with old version of persistentJoey Hess2017-09-25
* refactorJoey Hess2017-09-20
* merge changes made on other repos into ExportTreeJoey Hess2017-09-18
* update ExportTree table efficientlyJoey Hess2017-09-18
* add ExportTree table to export dbJoey Hess2017-09-18
* split out Types.ExportJoey Hess2017-09-15
* remove empty directories when removing from exportJoey Hess2017-09-15
* add table to keep track of what subdirectories are populated in the exportJoey Hess2017-09-15
* fix consistency bug reading from export databaseJoey Hess2017-09-06
* use export db to correctly handle duplicate filesJoey Hess2017-09-04
* flush queued changes to export db on exitJoey Hess2017-09-04
* track exported files in a sqlite databaseJoey Hess2017-09-04