summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* avoid using curl for file:// urls since it's buggyGravatar Joey Hess2013-03-10
|
* let's put type modules under the parent module, not in a Types directoryGravatar Joey Hess2013-03-10
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-10
|\
* | assistant: generate better commits for renamesGravatar Joey Hess2013-03-10
| |
* | tweakGravatar Joey Hess2013-03-10
| |
* | add back cabal-install (for Makefile)Gravatar Joey Hess2013-03-10
| |
| * Added a commentGravatar https://launchpad.net/~arand2013-03-10
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-10
|\|
* | blog for the dayGravatar Joey Hess2013-03-10
| |
* | bugfix: drop --from an unavailable remote no longer updates the location ↵Gravatar Joey Hess2013-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log, incorrectly, to say the remote does not have the key. The comments correctly noted that the remote could drop the key and yet False be returned due to some problem that occurred afterwards. For example, if it's a network remote, it could drop the key just as the network goes down, and so things timeout and a nonzero exit from ssh is propigated through and False returned. However... Most of the time, this scenario will not have happened. False will mean the remote was not available or could not drop the key at all. So, instead of assuming the worst, just trust the status we have. If we get it wrong, and the scenario above happened, our location log will think the remote has the key. But the remote's location log (assuming it has one) will know it dropped it, and the next sync will regain consistency. For a special remote, with no location log, our location log will be wrong, but this is no different than the situation where someone else dropped the key from the remote and we've not synced with them. The standard paranoia about not trusting the location log to be the last word about whether a remote has a key will save us from these situations. Ie, if we try to drop the file, we'll actively check the remote, and determine the inconsistency then.
* | avoid ugly alert caused by trying to push to unavailable removable driveGravatar Joey Hess2013-03-10
| |
* | moved transfer queueing out of watcher and into committerGravatar Joey Hess2013-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | This cleaned up the code quite a bit; now the committer just looks at the Change to see if it's a change that needs to have a transfer queued for it. If I later want to add dropping keys for files that were removed, or something like that, this should make it straightforward. This also fixes a bug. In direct mode, moving a file out of an archive directory failed to start a transfer to get its content. The problem was that the file had not been committed to git yet, and so the transfer code didn't want to touch it, since fileKey failed to get its key. Only starting transfers after a commit avoids this problem.
| * Added a commentGravatar https://launchpad.net/~arand2013-03-10
| |
* | copyToRemote should return True when the remote already has the keyGravatar Joey Hess2013-03-10
| | | | | | | | | | | | | | | | This got broken in commit e9238e958877dff9d12a5a0ed396e93931de95ce. I observed a key that had been copied to a remote, but the location log was out of date, and due to this bug, git annex transferkey failed and so the file could not be dropped when it was moved to an archive directory.
| * rename ↵Gravatar https://launchpad.net/~arand2013-03-10
| | | | | | | | bugs/addurl_file:/_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn to bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn
| * rename ↵Gravatar https://launchpad.net/~arand2013-03-10
| | | | | | | | bugs/addurl_file:__47____47___doesn__39__t_work_with_spaces_in_filenames.mdwn to bugs/addurl_file://_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn
* | switch CABAL to cabalGravatar Joey Hess2013-03-10
| | | | | | | | | | | | | | | | | | | | | | | | <joeyh> anyone know why runghc Setup.hs is behaving differently than cabal configure for me? <joeyh> I'm getting different flags selected <geekosaur> joeyh, runghc Setup.hs uses --global by default <geekosaur> cabal uses --local <nomeata> joeyh: I don’t know the reasons, but I have made similar observations as well <geekosaur> and if that means different libraries/versions visible, that can affect flag solving <joeyh> aha! <monochrom> it is because Cabal authors expect normal people to use cabal-install and linux distro creators to use Setup <monochrom> the expectation is documented nowhere
| * (no commit message)Gravatar https://launchpad.net/~arand2013-03-10
| |
| * (no commit message)Gravatar https://launchpad.net/~arand2013-03-10
| |
* | allow overriding CABALGravatar Joey Hess2013-03-10
| |
* | use clientSessionBackend2 where availableGravatar Joey Hess2013-03-10
| | | | | | | | avoids a warning, which says it's faster
* | simpler use of MIN_VERSION checksGravatar Joey Hess2013-03-10
| |
| * (no commit message)Gravatar https://launchpad.net/~arand2013-03-10
| |
| * Added a commentGravatar http://joeyh.name/2013-03-10
| |
| * Move wishlist item to proper placeGravatar Richard Hartmann2013-03-10
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2013-03-10
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p02013-03-10
| |
* | updateGravatar Joey Hess2013-03-10
| |
| * Added a commentGravatar guilhem2013-03-10
| |
| * Added a comment: chrome://net-internals/Gravatar http://crosstwine.com/dd/2013-03-09
| |
| * removedGravatar http://crosstwine.com/dd/2013-03-09
| |
| * Added a comment: chrome://net-internals/Gravatar http://crosstwine.com/dd/2013-03-09
|/
* blog for the dayGravatar Joey Hess2013-03-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-09
|\
* | webapp: Work around bug in Warp's slowloris attack prevention code, that ↵Gravatar Joey Hess2013-03-09
| | | | | | | | caused regular browsers to stall when they reuse a connection after leaving it idle for 30 seconds. (See https://github.com/yesodweb/wai/issues/146)
* | add build flags to version outputGravatar Joey Hess2013-03-09
| |
| * TypoGravatar Richard Hartmann2013-03-09
| |
| * Added a comment: Not only ChromeGravatar http://gdr.name/2013-03-09
| |
| * Added a commentGravatar http://joeyh.name/2013-03-09
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-09
|\
* | verified that warp hang is due to faulty slowloris prevention timeoutGravatar Joey Hess2013-03-09
| |
| * (no commit message)Gravatar guilhem2013-03-09
| |
| * Added a commentGravatar http://joeyh.name/2013-03-09
| |
| * Added a commentGravatar http://joeyh.name/2013-03-09
| |
* | ghc-android progresses, now with fully native haskell apps..Gravatar Joey Hess2013-03-08
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-03-08
|\
* | blog for the dayGravatar Joey Hess2013-03-08
| |
* | old bugGravatar Joey Hess2013-03-08
| |
| * Added a commentGravatar guilhem2013-03-08
| |
| * Added a commentGravatar http://joeyh.name/2013-03-08
|/