summaryrefslogtreecommitdiff
path: root/BuildFlags.hs
Commit message (Collapse)AuthorAge
* split BuildInfo and BuildFlagsJoey Hess2018-01-02
| | | | | | The problem with combining these is that Build.Standalone etc need only the BuildInfo, and since not built with cabal, the BuildFlags ifdefs were causing bogus warnings.
* version: Added "dependency versions" line.Joey Hess2017-04-07
| | | | This commit was sponsored by Anthony DeRobertis on Patreon.
* remove xmpp supportJoey Hess2016-11-14
| | | | | | | | | | | | I've long considered the XMPP support in git-annex a wart. It's nice to remove it. (This also removes the NetMessager, which was only used for XMPP, and the daemonstatus's desynced list (likewise).) Existing XMPP remotes should be ignored by git-annex. This commit was sponsored by Brock Spratlen on Patreon.
* Remove the EKG build flag, since Gentoo for some reason decided to enable ↵Joey Hess2016-07-06
| | | | this flag, depsite it not being intended for production use and so enabled by default.
* EKG enabled on gentoo build??Joey Hess2016-07-06
|
* annex.largefiles: Add support for mimetype=text/* etc, when git-annex is ↵Joey Hess2016-02-03
| | | | linked with libmagic.
* remove TDFA build flagJoey Hess2016-01-26
|
* Roll the dns build flag into the assistant build flag.Joey Hess2016-01-26
|
* remove 3 build flagsJoey 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.
* persistent-sqlite is now a hard build dependency, since v6 repository mode ↵Joey Hess2015-12-26
| | | | needs it.
* Add S3 features to git-annex version output.Joey Hess2015-12-10
|
* warning when built w/o concurrent-outputJoey Hess2015-11-16
|
* concurrent-output, first passJoey Hess2015-11-04
| | | | | | Output without -Jn should be unchanged from before. With -Jn, concurrent-output is used for messages, but regions are not used yet, so it's a mess.
* Support building without persistent database on for systems that lack TH. ↵Joey Hess2015-07-25
| | | | This removes support for incremental fsck.
* add filename to progress bar, and display ok/failed at endJoey Hess2015-04-14
| | | | This needed plumbing an AssociatedFile through retrieveKeyFileCheap.
* Remove support for building without cryptohash.Joey Hess2015-02-04
| | | | | This will prevent backporting to wheezy, but it's time to simplify the code.
* update my email address and homepage urlJoey Hess2015-01-21
|
* fix typoJoey Hess2014-12-29
|
* When possible, build with the haskell torrent library for parsing torrent files.Joey Hess2014-12-18
|
* add desktop notificationsJoey Hess2014-03-22
| | | | | | | Motivation: Hook scripts for nautilus or other file managers need to provide the user with feedback that a file is being downloaded. This commit was sponsored by THM Schoemaker.
* webapp: Use securemem for constant time auth token comparisons.Joey Hess2014-03-12
| | | | | Debian stable does not have securemem, but neither does it have warp-tls, so just disable use of securemem when not building with https support.
* quick fix to build with old warp-tlsJoey Hess2014-03-12
| | | | | | | | Debian stable's warp-tls is too old to support the new https feature well, so only use http with that old version. Note that the webapp still depends on warp-tls, because the TLSSettings type is used.
* warn when various build flags are unsetJoey Hess2014-03-07
|
* Allow optionally configuring git-annex with -fEKG to enable awesome remote ↵Joey Hess2013-11-06
| | | | monitoring interfaceat http://localhost:4242/
* allow building w/o cryptohashJoey Hess2013-10-03
| | | | | Mostly for the debian stable autobuilds, which have a too old version to use the Crypto.Hash module.
* Allow building without quvi support.Joey Hess2013-09-09
|
* Fix Feeds display in build flags.Joey Hess2013-09-05
|
* make Feeds show in features listJoey Hess2013-08-07
|
* add build flags to version outputJoey Hess2013-03-09