Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | assistant: Logs are rotated to avoid them using too much disk space. | 2013-03-01 | |
| | | | | | | This cannot completely guard against a runaway log event, and only runs every hour anyway, but it should avoid most problems with very long-running, active assistants using up too much space. | ||
* | fix another crazy file extension | 2013-03-01 | |
| | |||
* | fix | 2013-03-01 | |
| | |||
* | fix | 2013-03-01 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-03-01 | |
|\ | |||
| * | poll vote (I need a Windows port) | 2013-03-01 | |
| | | |||
| * | poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) | 2013-03-01 | |
| | | |||
* | | people are such randomness generators.. | 2013-03-01 | |
| | | |||
| * | Added a comment | 2013-03-01 | |
| | | |||
* | | move comment to correct place | 2013-03-01 | |
|/ | |||
* | fix crazy file extension. Makefile?! | 2013-03-01 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-03-01 | |
|\ | |||
| * | Added a comment | 2013-03-01 | |
| | | |||
| * | Added a comment: Tried to add a bug, but website fails | 2013-03-01 | |
| | | |||
| * | (no commit message) | 2013-03-01 | |
| | | |||
| * | Added a comment | 2013-03-01 | |
| | | |||
* | | better build instructions | 2013-03-01 | |
| | | |||
* | | expanded some TH | 2013-03-01 | |
| | | |||
| * | Added a comment | 2013-03-01 | |
| | | |||
| * | Added a comment | 2013-03-01 | |
|/ | |||
* | fall back to hardcoded app location | 2013-03-01 | |
| | |||
* | Added a comment | 2013-03-01 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-02-28 | |
|\ | |||
* | | add patches porting necessary Haskell libraries to Android | 2013-02-28 | |
| | | | | | | | | | | This goes all the way up to Yesod, but everything above Wai is a real hack job, removing TH left and right. | ||
| * | Added a comment | 2013-03-01 | |
| | | |||
| * | Added a comment: link busybox: No such file or directory | 2013-03-01 | |
| | | |||
| * | Added a comment | 2013-03-01 | |
|/ | |||
* | build fix | 2013-02-28 | |
| | |||
* | fix android app upgrade hang | 2013-02-28 | |
| | | | | rm was blocked waiting for input | ||
* | revert | 2013-02-28 | |
| | |||
* | fix 2 bugs in android runshell | 2013-02-28 | |
| | |||
* | blog for the day | 2013-02-28 | |
| | |||
* | finish removing fast flag | 2013-02-28 | |
| | |||
* | use Setup.hs rather than depending on cabal-install | 2013-02-28 | |
| | | | | Based on a patch from Peter Simons | ||
* | Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find ↵ | 2013-02-28 | |
| | | | | it in $PATH | ||
* | remove Fast flag, pass -O0 to cabal | 2013-02-28 | |
| | |||
* | git-annex.cabal: let the 'Fast' flag default to 'False' unless it's ↵ | 2013-02-28 | |
| | | | | | | | | | | | | explicitly specified The current use of the 'Fast' and 'Production' flags is both inconsistent and redundant. It's inconsistent, because users are allowed to specify both '-fFast -fProduction' at the same time -- thereby enabling two contradicting features. The flags are redundant, because Cabal allows users to specify '-O0' at configure time, which is essentially the same as '-fFast'. Since 'Production' is just the opposite of 'Fast', this means that neither flag is needed. | ||
* | git-annex.cabal: declare dependency on <sys/event.h> header file when ↵ | 2013-02-28 | |
| | | | | building on BSD | ||
* | git-annex.cabal: relax 'mtl >= 2.1' constraint to 'mtl >= 2' | 2013-02-28 | |
| | | | | | Git-annex doesn't actually depend on mtl version 2.1. By relaxing this constraint, builds can succeed on Ubuntu 12.04. | ||
* | fix link | 2013-02-28 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-02-28 | |
|\ | |||
* \ | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-02-28 | |
|\ \ | |||
| | * | Added a comment | 2013-02-28 | |
| |/ | |||
* | | webapp: Only show up to 10 queued transfers. | 2013-02-28 | |
| | | | | | | | | | | | | | | | | The transfer queue can grow larger than 10 when queueing transfers for files that were just received, as well as requeueing failed transfers. I probably need to do some work to prevent that, as it could use a lot of RAM. But for now, cap the number of displayed transfers in the webapp, to avoid flooding the browser. | ||
| * | Added a comment | 2013-02-28 | |
| | | |||
| * | Added a comment | 2013-02-28 | |
|/ | |||
* | fixed in git | 2013-02-28 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-02-28 | |
|\ | |||
| * | (no commit message) | 2013-02-28 | |
| | | |||
| * | Added a comment: Testpack install fails on ubuntu 12.04 | 2013-02-28 | |
| | |