aboutsummaryrefslogtreecommitdiff
path: root/Remote/Hook.hs
Commit message (Expand)AuthorAge
...
* whitespace fixesGravatar Joey Hess2012-12-13
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* where indentingGravatar Joey Hess2012-11-11
* !! removalGravatar Joey Hess2012-10-21
* unify typesGravatar Joey Hess2012-09-21
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* add support for readonly remotesGravatar Joey Hess2012-08-26
* tweak field nameGravatar Joey Hess2012-08-26
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* add a path field to remotesGravatar Joey Hess2012-07-22
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* record transfer information on local git remotesGravatar Joey Hess2012-07-01
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* Preserve parent environment when running hooks of the hook special remote.Gravatar Joey Hess2012-06-04
* Fix use of several config settingsGravatar Joey Hess2012-05-05
* rationalize getConfigGravatar Joey Hess2012-03-22
* nukes another 15 lines thanks to ifMGravatar Joey Hess2012-03-15
* thread through original key to retrieveEnctyptedGravatar Joey Hess2012-03-04
* whereis: Prints the urls of files that the web special remote knows about.Gravatar Joey Hess2012-02-14
* fsck --from remote --fastGravatar Joey Hess2012-01-20
* add tmp flag parameter to retrieveKeyFileGravatar Joey Hess2012-01-19
* type alias cleanupGravatar Joey Hess2011-12-31
* better filtering out of special remotesGravatar Joey Hess2011-12-31
* Fix the hook special remote, which bitrotted a while ago.Gravatar Joey Hess2011-12-20
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* safer inannex checkingGravatar Joey Hess2011-11-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15
* reorganize log modulesGravatar Joey Hess2011-10-15
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* rework annex-ignore handlingGravatar Joey Hess2011-09-18
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* reorg Remote/*Gravatar Joey Hess2011-08-16
* unify elipsis handlingGravatar Joey Hess2011-07-19
* finished hlint passGravatar Joey Hess2011-07-15
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* Add --debug option. Closes: #627499Gravatar Joey Hess2011-05-21
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* set ANNEX_HASH_* alwaysGravatar Joey Hess2011-04-29
* hook special remote implemented, and testedGravatar Joey Hess2011-04-28