summaryrefslogtreecommitdiff
path: root/BuildFlags.hs
Commit message (Collapse)AuthorAge
* add desktop notificationsGravatar Joey 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.Gravatar 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-tlsGravatar Joey 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 unsetGravatar Joey Hess2014-03-07
|
* Allow optionally configuring git-annex with -fEKG to enable awesome remote ↵Gravatar Joey Hess2013-11-06
| | | | monitoring interfaceat http://localhost:4242/
* allow building w/o cryptohashGravatar Joey 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.Gravatar Joey Hess2013-09-09
|
* Fix Feeds display in build flags.Gravatar Joey Hess2013-09-05
|
* make Feeds show in features listGravatar Joey Hess2013-08-07
|
* add build flags to version outputGravatar Joey Hess2013-03-09