summaryrefslogtreecommitdiff
path: root/Backend
Commit message (Expand)AuthorAge
* SHA*E backends: Exclude non-alphanumeric characters from extensions.Joey Hess2012-12-20
* handle sha*sum's leading \ in checksum with certian unsual filenamesJoey Hess2012-12-20
* where indentingJoey Hess2012-11-11
* Avoid crashing on encoding errors in filenames when writing transfer info fil...Joey Hess2012-09-16
* SHA256E is new default backendJoey Hess2012-09-12
* Bugfix: Fix fsck in SHA*E backends, when the key contains composite extension...Joey Hess2012-08-24
* better readProcessJoey Hess2012-07-19
* add back debug loggingJoey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessJoey Hess2012-07-18
* fix leading period before two-element extensionsJoey Hess2012-07-06
* SHAnE backends are now smarter about composite extensions, such as .tar.gz Cl...Joey Hess2012-07-05
* Use SHA library for files less than 50 kb in size, at which point it's faster...Joey Hess2012-07-04
* When shaNsum commands cannot be found, use the Haskell SHA library (already a...Joey Hess2012-07-04
* maintain set of files pendingAddJoey Hess2012-06-20
* separate source of content from the filename associated with the key when gen...Joey Hess2012-06-05
* Require that the SHA256 backend can be used when building, since it's the def...Joey Hess2012-05-31
* handle really long urlsJoey Hess2012-02-16
* addurl --fast: Verifies that the url can be downloaded (only getting its head...Joey Hess2012-02-10
* fsck --fromJoey Hess2012-01-19
* convert fsckKey to a MaybeJoey Hess2012-01-19
* type alias cleanupJoey Hess2011-12-31
* more partial function removalJoey Hess2011-12-15
* Prevent key names from containing newlines.Joey Hess2011-12-06
* add support for using hashDirLower in addition to hashDirMixedJoey Hess2011-11-28
* reorder repo parameters lastJoey Hess2011-11-08
* use SHA256 by defaultJoey Hess2011-11-04
* Record uuid when auto-initializing a remote so it shows in status.Joey Hess2011-11-02
* playing with >=>Joey Hess2011-10-31
* minor syntax changesJoey Hess2011-10-11
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* go go gadget hlintJoey Hess2011-09-20
* split groups of related functions out of UtilityJoey Hess2011-08-22
* moved files aroundJoey Hess2011-08-20
* addurl: --fast can be used to avoid immediately downloading the url.Joey Hess2011-08-06
* fooJoey Hess2011-08-06
* unify elipsis handlingJoey Hess2011-07-19
* hlint tweaksJoey Hess2011-07-15
* remove unused backend machineryJoey Hess2011-07-05
* wordingJoey Hess2011-07-01
* remove URL backendJoey Hess2011-07-01
* add web special remoteJoey Hess2011-07-01
* renamed GitRepo to GitJoey Hess2011-06-30
* tweak fsck wording so file is at the end of the lineJoey Hess2011-06-23
* avoid unnecessary read of trust.logJoey Hess2011-06-23
* fixed logFileJoey Hess2011-06-22
* move LocationLog into Annex monad from IOJoey Hess2011-06-22
* Bugfix: Fix fsck to not think all SHAnE keys are bad.Joey Hess2011-06-10
* get --from is the same as copy --fromJoey Hess2011-06-09