Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | keep logs of failed transfers, and requeue them when doing a non-full scan | Joey Hess | 2012-08-23 |
| | | | | of a remote | ||
* | add transfer scanned flag files | Joey Hess | 2012-08-23 |
| | |||
* | scan cheapest remotes first | Joey Hess | 2012-08-23 |
| | | | | This way, we get transfers from cheapest remotes. | ||
* | better name | Joey Hess | 2012-08-22 |
| | |||
* | avoid unnecessary transfer scans when syncing a disconnected remote | Joey Hess | 2012-08-22 |
| | | | | | | | | | | | | | | | | | | | | Found a very cheap way to determine when a disconnected remote has diverged, and has new content that needs to be transferred: Piggyback on the git-annex branch update, which already checks for divergence. However, this does not check if new content has appeared locally while disconnected, that should be transferred to the remote. Also, this does not handle cases where the two git repos are in sync, but their content syncing has not caught up yet. This code could have its efficiency improved: * When multiple remotes are synced, if any one has diverged, they're all queued for transfer scans. * The transfer scanner could be told whether the remote has new content, the local repo has new content, or both, and could optimise its scan accordingly. | ||
* | move some git operations outside the annex monad to avoid blocking other threads | Joey Hess | 2012-08-22 |
| | |||
* | refactor | Joey Hess | 2012-08-22 |
| | |||
* | add NetWatcher thread | Joey Hess | 2012-08-21 |
| | | | | | | This deals with interruptions in network connectevity, by listening for a new network interface coming up (using dbus to see when network-manager or wicd do it), and forcing a rescan of | ||
* | Merge branch 'master' into assistant | Joey Hess | 2012-08-21 |
|\ | |||
| * | add amazon glacier | Joey Hess | 2012-08-21 |
| | | |||
| * | response | Joey Hess | 2012-08-21 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' | Joey Hess | 2012-08-21 |
| |\ | |||
| | * | Added a comment: Justin is right | http://joeyh.name/ | 2012-08-21 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawla3gLc6_rHuggFfy7o7eGMPvPztFZTrUQ | 2012-08-21 |
| | | | |||
| | * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2012-08-21 |
| | | | |||
| | * | New question | https://me.yahoo.com/speredenn#aaf38 | 2012-08-21 |
| | | | |||
| | * | Added a comment: better logo? | http://dieter-be.myopenid.com/ | 2012-08-20 |
| | | | |||
* | | | Merge branch 'master' into assistant | Joey Hess | 2012-08-20 |
|\| | | | | | | | | | | | | | | | | | Conflicts: Makefile debian/copyright | ||
| * | | ignore build-stamp | Joey Hess | 2012-08-20 |
| |/ | |||
| * | use a stamp file to avoid running ghc in make install | Joey Hess | 2012-08-20 |
| | | | | | | | | | | That fails when make install is run sudoed, but cabal has been used to install dependencies in a user's home directory. | ||
| * | response | Joey Hess | 2012-08-20 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-08-20 |
| |\ | |||
| * | | blog for the day | Joey Hess | 2012-08-20 |
| | | | |||
| * | | thank rsync.net for providing me with a free account there | Joey Hess | 2012-08-20 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0 | 2012-08-20 |
| | | | |||
| | * | removed | https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo | 2012-08-20 |
| | | | |||
| | * | Added a comment: error: unknown option `no-edit' | https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo | 2012-08-20 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawla3gLc6_rHuggFfy7o7eGMPvPztFZTrUQ | 2012-08-20 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawla3gLc6_rHuggFfy7o7eGMPvPztFZTrUQ | 2012-08-20 |
| | | | |||
| * | | add svg versions of the git-annex logo, in color and black and white | Joey Hess | 2012-08-19 |
| | | | | | | | | | | | | | | | This is a simple application of inkscape's rather amazing tracing capabilities. | ||
| * | | updates | Joey Hess | 2012-08-19 |
| | | | |||
| | * | Fail to add attachment. | https://www.google.com/accounts/o8/id?id=AItOawlu7K3h7Ry1uDAU_ERYGuqt0LoGNJqGuRo | 2012-08-18 |
| | | | |||
| | * | Add description of file name related bug. | https://www.google.com/accounts/o8/id?id=AItOawlu7K3h7Ry1uDAU_ERYGuqt0LoGNJqGuRo | 2012-08-18 |
| | | | |||
| | * | Added a comment | http://claimid.com/strager | 2012-08-17 |
| |/ | |||
* | | Merge branch 'master' into assistant | Joey Hess | 2012-08-17 |
|\| | | | | | | | | | Conflicts: debian/changelog | ||
| * | Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt. | Joey Hess | 2012-08-17 |
| | | |||
| * | Fixed formatting of "code" | EskildHustvedt | 2012-08-17 |
| | | |||
| * | (no commit message) | EskildHustvedt | 2012-08-17 |
| | | |||
| * | blog for the day | Joey Hess | 2012-08-16 |
| | | |||
| * | typo | Joey Hess | 2012-08-16 |
| | | |||
| * | link | Joey Hess | 2012-08-16 |
| | | |||
| * | moved thanks page | Joey Hess | 2012-08-16 |
| | | |||
| * | add a new toplevel assistant page | Joey Hess | 2012-08-16 |
| | | | | | | | | will flesh out later | ||
* | | make canCheckSymlink check in a parent directory if the directory DNE | Joey Hess | 2012-08-16 |
| | | |||
* | | fix build warning | Joey Hess | 2012-08-16 |
| | | |||
* | | Merge branch 'master' into assistant | Joey Hess | 2012-08-16 |
|\| | | | | | | | | | Conflicts: debian/changelog | ||
| * | rename forum post that has a filename too long to clone on some (unknown) OS | Joey Hess | 2012-08-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-08-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-08-16 |
| | | |||
* | | rename forum post that has a filename too long to clone on some (unknown) OS | Joey Hess | 2012-08-16 |
| | |