Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | in which I discover void | Joey Hess | 2012-04-21 |
| | | | | void :: Functor f => f a -> f () -- ah, of course that's useful :) | ||
* | honor core.sharedRepository when making all the other files in the annex | Joey Hess | 2012-04-21 |
| | | | | Lock files, directories, etc. | ||
* | use new getConfig | Joey Hess | 2012-03-22 |
| | |||
* | added ifM and nuked 11 lines of code | Joey Hess | 2012-03-14 |
| | | | | no behavior changes | ||
* | syscall optimisation | Joey Hess | 2012-03-06 |
| | |||
* | configure: Check if ssh connection caching is supported by the installed ↵ | Joey Hess | 2012-02-25 |
| | | | | version of ssh and default annex.sshcaching accordingly. | ||
* | hlint | Joey Hess | 2012-02-16 |
| | |||
* | Fix teardown of stale cached ssh connections. | Joey Hess | 2012-02-09 |
| | |||
* | IO exception rework | Joey Hess | 2012-02-03 |
| | | | | | | ghc 7.4 comaplains about use of System.IO.Error to catch exceptions. Ok, use Control.Exception, with variants specialized to only catch IO exceptions. | ||
* | rename readMaybe to readish | Joey Hess | 2012-01-23 |
| | | | | a stricter (but also partial) readMaybe is getting added to base | ||
* | order user provided params after connection caching params | Joey Hess | 2012-01-20 |
| | | | | So the user can override them. | ||
* | add annex.sshcaching config setting | Joey Hess | 2012-01-20 |
| | |||
* | ssh connection caching | Joey Hess | 2012-01-20 |
| | | | | | | | | | | | Ssh connection caching is now enabled automatically by git-annex. Only one ssh connection is made to each host per git-annex run, which can speed some things up a lot, as well as avoiding repeated password prompts. Concurrent git-annex processes also share ssh connections. Cached ssh connections are shut down when git-annex exits. Note: The rsync special remote does not yet participate in the ssh connection caching. | ||
* | reorg | Joey Hess | 2012-01-10 |
| | |||
* | use Common in a few more modules | Joey Hess | 2011-12-20 |
| | |||
* | split more stuff out of Git.hs | Joey Hess | 2011-12-14 |
| | |||
* | hslint | Joey Hess | 2011-12-09 |
| | |||
* | add a UUID type | Joey Hess | 2011-11-07 |
| | | | | Should have done this a long time ago. | ||
* | clean Annex stuff out of Utility/ | Joey Hess | 2011-10-16 |