summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* devblog6.20160126Gravatar Joey Hess2016-01-26
|
* Debian: Avoid building debug package, since gdb is not often useful to debug ↵Gravatar Joey Hess2016-01-26
| | | | haskell programs.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | bugGravatar Joey Hess2016-01-26
| |
| * Added a commentGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | fix build on old ghcGravatar Joey Hess2016-01-26
| |
| * Added a commentGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
|/
* prep releaseGravatar Joey Hess2016-01-26
| | | | | | Note that 4ba917a7a5f67e96c3848ae13c6eaa9eba6300c5 maligned FTP incorrectly. The type checker didn't catch that bug because of the monad instance for lists.
* commentGravatar Joey Hess2016-01-26
|
* update for removed tagsGravatar Joey Hess2016-01-26
|
* add the known associated file to the list of othersGravatar Joey Hess2016-01-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | Fix nasty reversion in the last release that broke sync --content's handling ↵Gravatar Joey Hess2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of many preferred content expressions. The type checker should have noticed this, but the changes to mapM that make it accept any Traversable hid the fact that it was not being passed a list at all. Thus, what should have returned an empty list most of the time instead returned [""] which was treated as the name of the associated file, with disasterout consequences. When I have time, I should add a test case checking what sync --content drops. I should also consider replacing mapM with one re-specialized to lists.
* | retitleGravatar Joey Hess2016-01-26
| |
* | updateGravatar Joey Hess2016-01-26
| |
| * removedGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
| * Added a comment: problem with latest pull and stackGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
| * Added a comment: problem with latest pull and stackGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
* | remove TDFA build flagGravatar Joey Hess2016-01-26
| |
* | Roll the dns build flag into the assistant build flag.Gravatar Joey Hess2016-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | switch to lts-5.0Gravatar Joey Hess2016-01-26
| | | | | | | | has concurrent-output and a new enough aws included
* | remove 3 build flagsGravatar Joey Hess2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed the webapp-secure build flag, rolling it into the webapp build flag. * Removed the quvi and tahoe build flags, which only adds aeson to the core dependencies. * Removed the feed build flag, which only adds feed to the core dependencies. Build flags have cost in both code complexity and also make Setup configure have to work harder to find a usable set of build flags when some dependencies are missing.
* | remove unused support for ADNS libraryGravatar Joey Hess2016-01-26
| |
| * (no commit message)Gravatar alexander+gitannex@2296816092e64c93002644a8af3a4d4c9e6b21c72016-01-25
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-25
|\
* | closeGravatar Joey Hess2016-01-25
| |
| * Add bug reportGravatar hello@8ec3aeb95041eb24da1d74b9a59964a3e3519fb52016-01-25
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-01-25
|/
* matchexpression: New plumbing command to check if a preferred content ↵Gravatar Joey Hess2016-01-25
| | | | expression matches some data.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-25
|\
* | commentGravatar Joey Hess2016-01-25
| |
* | document annex.largefiles handlingGravatar Joey Hess2016-01-25
| |
| * Added a commentGravatar db2016-01-24
|/
* responseGravatar Joey Hess2016-01-24
|
* Fix build with QuickCheck 2.8.2Gravatar Joey Hess2016-01-24
| | | | It added some instances I had also implemented.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-24
|\
* | Revert "convert fail to error"Gravatar Joey Hess2016-01-24
| | | | | | | | | | | | | | | | | | | | This reverts commit 7f5fc3ec8f2d274c068e5662d04233bc0169c740. That changed the type of error from an IOError to something else, so broke stuff that was catching IOErrors. So back to a UserError, but be explicit this time that's what it's throwing.
| * (no commit message)Gravatar db2016-01-23
| |
| * Added a commentGravatar db2016-01-23
| |
| * Added a comment: How do I start it?Gravatar db2016-01-23
| |
| * Added a commentGravatar andrew@1d92abee601373fe09908b30706c97ffce3da2552016-01-23
| |
| * (no commit message)Gravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-22
| |
| * Added a commentGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-22
|/
* assistant: Use udisks2 dbus events to detect when disks are mounted, instead ↵Gravatar Joey Hess2016-01-22
| | | | of relying on gnome/kde stuff that is not stable.
* assistant: Added new name used for udisks2 dbus service in gnome 3.18.Gravatar Joey Hess2016-01-22
|
* responseGravatar Joey Hess2016-01-22
|
* Added a commentGravatar db2016-01-22
|
* closeGravatar Joey Hess2016-01-22
|