Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove support for building without cryptohash. | Joey Hess | 2015-02-04 |
| | | | | | This will prevent backporting to wheezy, but it's time to simplify the code. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | fix typo | Joey Hess | 2014-12-29 |
| | |||
* | When possible, build with the haskell torrent library for parsing torrent files. | Joey Hess | 2014-12-18 |
| | |||
* | add desktop notifications | Joey Hess | 2014-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 Hess | 2014-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-tls | Joey Hess | 2014-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 unset | Joey Hess | 2014-03-07 |
| | |||
* | Allow optionally configuring git-annex with -fEKG to enable awesome remote ↵ | Joey Hess | 2013-11-06 |
| | | | | monitoring interfaceat http://localhost:4242/ | ||
* | allow building w/o cryptohash | Joey Hess | 2013-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 Hess | 2013-09-09 |
| | |||
* | Fix Feeds display in build flags. | Joey Hess | 2013-09-05 |
| | |||
* | make Feeds show in features list | Joey Hess | 2013-08-07 |
| | |||
* | add build flags to version output | Joey Hess | 2013-03-09 |