Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | copyToRemote should return True when the remote already has the key | Joey Hess | 2013-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. | ||
* | switch CABAL to cabal | Joey Hess | 2013-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 | ||
* | allow overriding CABAL | Joey Hess | 2013-03-10 |
| | |||
* | use clientSessionBackend2 where available | Joey Hess | 2013-03-10 |
| | | | | avoids a warning, which says it's faster | ||
* | simpler use of MIN_VERSION checks | Joey Hess | 2013-03-10 |
| | |||
* | update | Joey Hess | 2013-03-10 |
| | |||
* | blog for the day | Joey Hess | 2013-03-09 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-09 |
|\ | |||
* | | webapp: Work around bug in Warp's slowloris attack prevention code, that ↵ | Joey Hess | 2013-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 output | Joey Hess | 2013-03-09 |
| | | |||
| * | Typo | Richard Hartmann | 2013-03-09 |
| | | |||
| * | Added a comment: Not only Chrome | http://gdr.name/ | 2013-03-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-09 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-09 |
|\ | |||
* | | verified that warp hang is due to faulty slowloris prevention timeout | Joey Hess | 2013-03-09 |
| | | |||
| * | (no commit message) | guilhem | 2013-03-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-09 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-09 |
| | | |||
* | | ghc-android progresses, now with fully native haskell apps.. | Joey Hess | 2013-03-08 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-08 |
|\ | |||
* | | blog for the day | Joey Hess | 2013-03-08 |
| | | |||
* | | old bug | Joey Hess | 2013-03-08 |
| | | |||
| * | Added a comment | guilhem | 2013-03-08 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-08 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-08 |
|\ | |||
* | | Switch from using regex-compat to regex-tdfa, as the C regex library is ↵ | Joey Hess | 2013-03-08 |
| | | | | | | | | rather buggy. | ||
| * | (no commit message) | annexuser | 2013-03-08 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-08 |
|\| | |||
| * | Formatting changes. | https://www.google.com/accounts/o8/id?id=AItOawm6MkmwCd_-IACT0uzgy78u0qH1rPLNO_Q | 2013-03-08 |
| | | |||
| * | Report of potential git annex get problem. | https://www.google.com/accounts/o8/id?id=AItOawm6MkmwCd_-IACT0uzgy78u0qH1rPLNO_Q | 2013-03-08 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-08 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-08 |
| | | |||
* | | assistant: Sync with all git remotes on startup. | Joey Hess | 2013-03-08 |
| | | |||
| * | (no commit message) | guilhem | 2013-03-08 |
| | | |||
| * | (no commit message) | guilhem | 2013-03-08 |
| | | |||
| * | Added a comment | http://edheil.wordpress.com/ | 2013-03-08 |
| | | |||
| * | (no commit message) | guilhem | 2013-03-08 |
| | | |||
| * | s/Fosdem/FOSDEM/g | Richard Hartmann | 2013-03-08 |
|/ | |||
* | fix links | Joey Hess | 2013-03-08 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-08 |
|\ | |||
* | | split videos off to their own pages | Joey Hess | 2013-03-08 |
| | | |||
| * | (no commit message) | Noah | 2013-03-08 |
| | | |||
| * | (no commit message) | Noah | 2013-03-08 |
|/ | |||
* | reuse fast build for make test | Joey Hess | 2013-03-07 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-03-07 |
|\ | |||
* | | Bugfix: git annex add, when ran without any file or directory specified, ↵ | Joey Hess | 2013-03-07 |
| | | | | | | | | should add files in the current directory, but not act on unlocked files elsewhere in the tree. | ||
* | | blog for the day | Joey Hess | 2013-03-07 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q | 2013-03-07 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-03-07 |
|/ | |||
* | update | Joey Hess | 2013-03-07 |
| |