summaryrefslogtreecommitdiff
path: root/LocationLog.hs
Commit message (Expand)AuthorAge
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* hlint tweaksGravatar Joey Hess2011-07-15
* cleanupGravatar Joey Hess2011-07-07
* Bugfix: Forgot to de-escape keys when upgrading.Gravatar Joey Hess2011-07-07
* remove unused backend machineryGravatar Joey Hess2011-07-05
* add hashing to web log filesGravatar Joey Hess2011-07-01
* add the addurl commandGravatar Joey Hess2011-07-01
* add web special remoteGravatar Joey Hess2011-07-01
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* Modify location log parser to allow future expansion.Gravatar Joey Hess2011-06-28
* rewrite loggedkeys to use git-annex branchGravatar Joey Hess2011-06-22
* fixed logFileGravatar Joey Hess2011-06-22
* use git-annex branch for location logGravatar Joey Hess2011-06-22
* move LocationLog into Annex monad from IOGravatar Joey Hess2011-06-22
* more monadic operator useGravatar Joey Hess2011-05-15
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* read log files strictlyGravatar Joey Hess2011-04-02
* add loggedKeysGravatar Joey Hess2011-04-02
* Use lowercase hash directories for locationlog filesGravatar Joey Hess2011-04-02
* not really a bugGravatar Joey Hess2011-04-01
* improve upgradeGravatar Joey Hess2011-03-16
* added 2 level hashingGravatar Joey Hess2011-03-15
* more pure code refactoringGravatar Joey Hess2011-01-29
* use safewritefileGravatar Joey Hess2011-01-28
* add checks that location log files are committedGravatar Joey Hess2011-01-11
* add a check for unknown UUID when loggingGravatar Joey Hess2011-01-04
* do not need to use Git.relative here (it is a no-op in this case anyway)Gravatar Joey Hess2010-11-28
* hlint tweaksGravatar Joey Hess2010-11-22
* trim exportsGravatar Joey Hess2010-11-15
* more Wall cleaningGravatar Joey Hess2010-10-31
* write to tmp fileGravatar Joey Hess2010-10-31
* more space saving by not locking location log for readGravatar Joey Hess2010-10-30
* syntax tweaksGravatar Joey Hess2010-10-28
* copyright statements0.02Gravatar Joey Hess2010-10-27
* use git command queueGravatar Joey Hess2010-10-26
* git annex move --from remote almost workingGravatar Joey Hess2010-10-25
* experimentally, removing all actual git committingGravatar Joey Hess2010-10-18
* remove some old todosGravatar Joey Hess2010-10-17
* tweaksGravatar Joey Hess2010-10-16
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
* add module that only exports abstract typesGravatar Joey Hess2010-10-14
* almost able to get files from remotes now!Gravatar Joey Hess2010-10-13
* bugfixesGravatar Joey Hess2010-10-12
* now that a uuid is used, don't need to rejoinGravatar Joey Hess2010-10-12
* record annexed files in logGravatar Joey Hess2010-10-12
* locationlog will use uuidsGravatar Joey Hess2010-10-12
* explicit exportsGravatar Joey Hess2010-10-11
* split up TypesGravatar Joey Hess2010-10-11
* use Data.Time instead of Data.DateTimeGravatar Joey Hess2010-10-10