Joey Hess
a2a9baaa12
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-01 14:16:51 -04:00
Joey Hess
18eb89de8f
add
2013-03-01 13:50:12 -04:00
http://joeyh.name/
289f16102c
Added a comment
2013-03-01 17:31:31 +00:00
Joey Hess
1865b28094
assistant: Logs are rotated to avoid them using too much disk space.
...
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.
2013-03-01 13:30:48 -04:00
Joey Hess
fed56e24a4
fix another crazy file extension
2013-03-01 13:19:49 -04:00
Joey Hess
c55342f33d
fix
2013-03-01 13:03:18 -04:00
Joey Hess
e9de8491c5
fix
2013-03-01 12:57:41 -04:00
Joey Hess
8f75bfcc36
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-01 12:47:38 -04:00
79.214.27.125
1f6470a433
poll vote (I need a Windows port)
2013-03-01 16:46:39 +00:00
79.214.27.125
105428695b
poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!)
2013-03-01 16:46:14 +00:00
Joey Hess
0ca279bfa4
people are such randomness generators..
2013-03-01 12:45:21 -04:00
http://joeyh.name/
c80a02316e
Added a comment
2013-03-01 16:44:18 +00:00
Joey Hess
012be77742
move comment to correct place
2013-03-01 12:42:46 -04:00
Joey Hess
7bee4d5f05
fix crazy file extension. Makefile?!
2013-03-01 12:38:48 -04:00
Joey Hess
f94fce32a3
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-01 12:37:53 -04:00
http://joeyh.name/
a5242aece2
Added a comment
2013-03-01 16:37:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
cf60e25d89
Added a comment: Tried to add a bug, but website fails
2013-03-01 14:40:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
29d7dea844
2013-03-01 14:23:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
590e371f83
Added a comment
2013-03-01 12:02:09 +00:00
Joey Hess
f3294fb84e
better build instructions
2013-03-01 01:27:56 -04:00
Joey Hess
d9459a75b0
expanded some TH
2013-03-01 01:15:53 -04:00
http://edheil.wordpress.com/
2917b82911
Added a comment
2013-03-01 04:50:30 +00:00
http://joeyh.name/
6f8ca31e9b
Added a comment
2013-03-01 04:23:50 +00:00
Joey Hess
85db342a13
fall back to hardcoded app location
2013-03-01 00:06:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
b698335c04
Added a comment
2013-03-01 03:55:46 +00:00
Joey Hess
c6a33209ef
Merge branch 'master' of ssh://git-annex.branchable.com
2013-02-28 23:45:18 -04:00
Joey Hess
1bc5734037
add patches porting necessary Haskell libraries to Android
...
This goes all the way up to Yesod, but everything above Wai is a real hack
job, removing TH left and right.
2013-02-28 23:43:26 -04:00
http://joeyh.name/
0e5069d6c5
Added a comment
2013-03-01 03:10:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
794eb7cb88
Added a comment: link busybox: No such file or directory
2013-03-01 02:32:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
6c36e9dde0
Added a comment
2013-03-01 01:26:36 +00:00
Joey Hess
1943bb31ab
build fix
2013-02-28 19:46:13 -04:00
Joey Hess
422928394e
fix android app upgrade hang
...
rm was blocked waiting for input
2013-02-28 19:18:56 -04:00
Joey Hess
323aaac805
revert
2013-02-28 19:13:32 -04:00
Joey Hess
6a52a47193
fix 2 bugs in android runshell
2013-02-28 19:12:54 -04:00
Joey Hess
967f3b14e0
blog for the day
2013-02-28 17:56:37 -04:00
Joey Hess
8cfbef6a91
finish removing fast flag
2013-02-28 16:10:37 -04:00
Joey Hess
843df51f06
use Setup.hs rather than depending on cabal-install
...
Based on a patch from Peter Simons
2013-02-28 16:08:11 -04:00
Peter Simons
39e29f7178
Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH
2013-02-28 16:04:46 -04:00
Joey Hess
0bca392206
remove Fast flag, pass -O0 to cabal
2013-02-28 16:03:35 -04:00
Peter Simons
be6d9f6f5c
git-annex.cabal: let the 'Fast' flag default to 'False' unless it's 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.
2013-02-28 16:02:54 -04:00
Peter Simons
c993d8e710
git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD
2013-02-28 16:02:27 -04:00
Peter Simons
2df5e25a06
git-annex.cabal: relax 'mtl >= 2.1' constraint to 'mtl >= 2'
...
Git-annex doesn't actually depend on mtl version 2.1. By relaxing this
constraint, builds can succeed on Ubuntu 12.04.
2013-02-28 16:02:17 -04:00
Joey Hess
85be9379b0
fix link
2013-02-28 15:54:18 -04:00
Joey Hess
743cf7f810
Merge branch 'master' of ssh://git-annex.branchable.com
2013-02-28 15:53:38 -04:00
Joey Hess
5aada45b7f
Merge branch 'master' of ssh://git-annex.branchable.com
2013-02-28 15:52:59 -04:00
http://joeyh.name/
f467486c10
Added a comment
2013-02-28 19:52:59 +00:00
Joey Hess
2894ba5860
webapp: Only show up to 10 queued transfers.
...
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.
2013-02-28 15:51:53 -04:00
http://joeyh.name/
fadb6552c6
Added a comment
2013-02-28 19:42:09 +00:00
http://joeyh.name/
b28280a730
Added a comment
2013-02-28 19:40:12 +00:00
Joey Hess
0df611a684
fixed in git
2013-02-28 15:35:25 -04:00