summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
Commit message (Expand)AuthorAge
* avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that nameGravatar Joey Hess2013-10-21
* cronner builds, should work (untested)Gravatar Joey Hess2013-10-08
* factor out Build.VersionGravatar Joey Hess2013-10-06
* add git-remote-gcrypt to bundle when availableGravatar Joey Hess2013-09-13
* Youtube support! (And 53 other video hosts)Gravatar Joey Hess2013-08-22
* better git version checkingGravatar Joey Hess2013-08-02
* check in configure if ionice -c3 worksGravatar Joey Hess2013-06-21
* assistant --autostart: Automatically ionices the daemons it starts.Gravatar Joey Hess2013-06-21
* Allow building with gpg2.Gravatar Joey Hess2013-05-19
* Sanitize debian changelog version before putting it into cabal file. Closes: ...Gravatar Joey Hess2013-05-17
* Merge branch 'master' into windowsGravatar Joey Hess2013-05-14
|\
* | fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
| * rename varGravatar Joey Hess2013-05-10
| * only update version in cabal file on release buildsGravatar Joey Hess2013-05-10
* | only update version in cabal file on release buildsGravatar Joey Hess2013-05-10
* | fix changelog version parse to work on windowsGravatar Joey Hess2013-05-10
|/
* configure: Better checking that sha commands output in the desired format.Gravatar Joey Hess2013-05-08
* cabal does not like ~ in version numbers, work around (for backports)Gravatar Joey Hess2013-05-04
* argleGravatar Joey Hess2013-04-17
* remove module definitions for these standalone programsGravatar Joey Hess2013-04-17
* The version number is now derived from git, unless built with VERSION_FROM_CH...Gravatar Joey Hess2013-04-10
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
* configure: hardcode some things that cannot be probed for when cross-compilin...Gravatar Joey Hess2013-02-11
* Now uses the Haskell uuid library, rather than needing a uuid program.Gravatar Joey Hess2013-02-10
* move thirdparty program installation for standalone bundle into haskell programGravatar Joey Hess2012-12-14
* quiet shell error messageGravatar Joey Hess2012-12-14
* where indentingGravatar Joey Hess2012-11-11
* look for gsha* commands, as installed on some OS's that think "GNU" is nonsta...Gravatar Joey Hess2012-11-09
* don't test host in configureGravatar Joey Hess2012-10-30
* SRV lookup libraryGravatar Joey Hess2012-10-25
* configure: Check that checksum programs produce correct checksums. + bitter rantGravatar Joey Hess2012-10-25
* Test that uuid -m works, falling back to plain uuid if not.Gravatar Joey Hess2012-09-25
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* better git version determinationGravatar Joey Hess2012-07-10
* When shaNsum commands cannot be found, use the Haskell SHA library (already a...Gravatar Joey Hess2012-07-04
* add lsof build depsGravatar Joey Hess2012-06-15
* check at configure time for sha commands in Mac OSX locationGravatar Joey Hess2012-05-31
* Require that the SHA256 backend can be used when building, since it's the def...Gravatar Joey Hess2012-05-31
* Rewrote free disk space checking codeGravatar Joey Hess2012-03-22
* Improve detection of inability to check free disk space.Gravatar Joey Hess2012-03-21
* Setup.hs: import configureGravatar Joey Hess2012-03-10