aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* more liftingGravatar Joey Hess2012-10-29
|
* remove brokendebugGravatar Joey Hess2012-10-29
|
* lifted Assistant.Sync into Assistant monadGravatar Joey Hess2012-10-29
| | | | lots of nice cleanups
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-29
|\
* | also add shim from OSX runshellGravatar Joey Hess2012-10-29
| |
* | The standalone tarball's runshell now takes care of installing a ↵Gravatar Joey Hess2012-10-29
| | | | | | | | ~/.ssh/git-annex-shell wrapper the first time it's run.
* | tweakGravatar Joey Hess2012-10-29
| |
* | Assistant monad, stage 3Gravatar Joey Hess2012-10-29
| | | | | | | | | | | | All toplevel named threads are converted to the Assistant monad. Some utility functions still need to be converted.
| * Added a comment: PairingGravatar https://launchpad.net/~mattharrison2012-10-29
|/
* adns is no longer needed, it uses the Haskell DNS library insteadGravatar Joey Hess2012-10-29
|
* dup bugGravatar Joey Hess2012-10-29
|
* build fixGravatar Joey Hess2012-10-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-29
|\
* | converted 2 more threads.. only 2 more to goGravatar Joey Hess2012-10-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-29
| |
* | tweakGravatar Joey Hess2012-10-29
| |
* | converted 6 more threadsGravatar Joey Hess2012-10-29
| |
| * (no commit message)Gravatar http://www.dbruhn.de/2012-10-29
| |
| * (no commit message)Gravatar http://www.dbruhn.de/2012-10-29
| |
| * (no commit message)Gravatar http://www.dbruhn.de/2012-10-29
| |
* | convert Watcher thread to Assistant monadGravatar Joey Hess2012-10-29
| | | | | | | | | | | | | | | | | | This is a nice win; much less code runs in Annex, so other threads have more chances to run concurrently. I do notice that renaming a file has gone from 1 to 2 commits. I think this is due to the above improvement letting the committer run more frequently, so it commits the rm first.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlKguAW2rkgcUqK2mmxlYnh4Jj578A4AIA2012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlKguAW2rkgcUqK2mmxlYnh4Jj578A4AIA2012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-10-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-10-29
| |
* | Assistant monad, stage 2.5Gravatar Joey Hess2012-10-29
| | | | | | | | | | | | | | | | | | | | Converted several threads to run in the monad. Added a lot of useful combinators for working with the monad. Now the monad includes the name of the thread. Some debugging messages are disabled pending converting other threads.
* | Assistant monad, stage 1Gravatar Joey Hess2012-10-29
| | | | | | | | | | This adds the Assistant monad, and an AssistantData structure. So far, none of the assistant's threads run in the monad yet.
* | more indentation. must stop.Gravatar Joey Hess2012-10-28
|/
* updateGravatar Joey Hess2012-10-28
|
* updateGravatar Joey Hess2012-10-28
|
* updateGravatar Joey Hess2012-10-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-28
|\
* | indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
| |
* | allow WITH_HOST setting tooGravatar Joey Hess2012-10-28
| |
| * Added a commentGravatar http://joeyh.name/2012-10-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-29
| |
| * fix example commands in commentGravatar David Bremner2012-10-28
| |
| * Added a commentGravatar http://joeyh.name/2012-10-28
|/
* added 3 warnings that numcopies=0 is asking to lose dataGravatar Joey Hess2012-10-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-28
|\
* | support using haskell-dns for SRV lookupsGravatar Joey Hess2012-10-28
| | | | | | | | | | This library should be easier to install than ADNS, so I've made it be used by default.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl02012-10-28
|/
* send git-annex tag in initial presenceGravatar Joey Hess2012-10-28
| | | | Will be used for finding other git-annex clients for pairing
* typoskisGravatar Joey Hess2012-10-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-28
|\
* | blog for the dayGravatar Joey Hess2012-10-28
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-10-28
| |