https://renaud.casenave.fr/
63321f57fa
2014-08-06 06:50:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmraN_ldJplGunVGmnjjLN6jL9s9TrVMGE
a4de1c707d
Added a comment: Can annex use existing backends when amending existing files?
2014-08-05 21:35:34 +00:00
gernot
b07b1d8ec8
2014-08-05 20:14:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkBTVYS5lTecuenAB01eHgfUxE20vWVpU4
beecf61fe0
How to remove a directory with git-annex added?
2014-08-05 18:07:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkBTVYS5lTecuenAB01eHgfUxE20vWVpU4
d0779c815a
How to remove a directory with git-annex added?
2014-08-05 18:04:38 +00:00
jg123h12jh3y12g3y
353cf1eaca
2014-08-05 14:46:51 +00:00
annexuser123
f58930f26c
Added a comment
2014-08-04 18:00:00 +00:00
zardoz
13827c8a97
Added a comment
2014-08-04 08:05:37 +00:00
http://svario.it/gioele
f12a00f159
Added a comment: Multipart S3 support files > 5 GB
2014-08-04 06:00:45 +00:00
annexuser123
9f3845669f
2014-08-04 01:32:26 +00:00
annexuser123
dd312f26f3
2014-08-04 01:29:09 +00:00
annexuser123
03f97a5f53
2014-08-04 01:04:31 +00:00
Joey Hess
3b577e4358
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-03 20:36:10 -04:00
Joey Hess
af620198fc
devblog
2014-08-03 20:32:26 -04:00
Joey Hess
8587cd40ed
Merge branch 'master' into newchunks
2014-08-03 19:48:50 -04:00
Joey Hess
93f20541f5
testremote --fast
2014-08-03 18:08:34 -04:00
Joey Hess
b35f7983ff
convert gcrypt to new regime, including chunking
...
Some reorg of Remote.Rsync code to export the things gcrypt needs.
2014-08-03 17:31:10 -04:00
Joey Hess
e1e5853c94
rsync: support chunking
...
Chunking does not speed up rsync at all, so it's only useful for
interop with the directory special remote.
2014-08-03 15:07:43 -04:00
Joey Hess
c653e80829
Merge branch 'master' into newchunks
2014-08-03 15:04:10 -04:00
http://joeyh.name/
2d997d4d49
Added a comment
2014-08-03 18:59:58 +00:00
Joey Hess
c648548e1f
formatting
2014-08-03 14:56:40 -04:00
http://joeyh.name/
63c00daa08
Added a comment
2014-08-03 18:40:26 +00:00
http://joeyh.name/
ac166a898e
Added a comment
2014-08-03 18:27:32 +00:00
http://joeyh.name/
699a0a3bf8
Added a comment
2014-08-03 18:22:58 +00:00
zardoz
ef0404f5d4
2014-08-03 15:25:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkuFJVGp6WVvJtIV5JYb8IqN8mRvSGQdI
116f70555e
Added a comment: Would you accept a patch?
2014-08-03 01:18:54 +00:00
Joey Hess
f0adec1288
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-02 19:18:54 -04:00
Joey Hess
42655caacc
correction
2014-08-02 19:16:35 -04:00
http://joeyh.name/
51f774f8c8
Added a comment
2014-08-02 23:13:41 +00:00
Joey Hess
b5eb02bf77
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-02 19:10:55 -04:00
http://joeyh.name/
2ca8ddca0f
Added a comment
2014-08-02 23:08:44 +00:00
Joey Hess
3f8605870e
devblog
2014-08-02 19:05:16 -04:00
divB
8fbdcd7d9f
2014-08-02 22:57:48 +00:00
Joey Hess
b261df735d
convert bup to new ChunkedEncryptable API (but do not support chunking)
...
bup already splits files and does rolling deltas, so there is no reason to
use chunking here.
The new API made it easier to add progress support for storeKey, so that's
done. Unfortunately, bup-split still outputs its own progress with -q,
so a little ugly, but not too bad.
Made dropping remove the branch for an object, for two reasons:
1. The new API calls removeKey to roll back a storeKey when the content
changed unexpectedly.
2. So that testremote will be happy.
Also, fixed a bug that caused a crash when removing the branch for an
object in rollback.
2014-08-02 18:48:49 -04:00
Joey Hess
0c7c39840d
Merge branch 'master' into newchunks
2014-08-02 17:25:50 -04:00
Joey Hess
7f5cd868d7
hook: use ChunkedEncryptable
2014-08-02 17:25:16 -04:00
Joey Hess
d4dc1bce75
document that encryption + bup = inneficient
2014-08-02 17:04:40 -04:00
divB
668e67719a
2014-08-02 20:29:06 +00:00
divB
9973dc85e6
2014-08-02 20:24:15 +00:00
divB
a8b0311d8a
2014-08-02 20:23:10 +00:00
divB
84b5d1241c
2014-08-02 20:17:05 +00:00
divB
7d015c8eef
2014-08-02 20:12:42 +00:00
divB
49db204da4
2014-08-02 20:10:12 +00:00
Joey Hess
32e4368377
S3: support chunking
...
The assistant defaults to 1MiB chunk size for new S3 special remotes.
Which will work around a couple of bugs:
http://git-annex.branchable.com/bugs/S3_memory_leaks/
http://git-annex.branchable.com/bugs/S3_upload_not_using_multipart/
2014-08-02 15:51:58 -04:00
zardoz
5e2dd2ea86
Added a comment
2014-08-02 14:29:26 +00:00
zardoz
670f4d43e3
2014-08-02 12:21:38 +00:00
https://id.koumbit.net/anarcat
25ac3a4c4a
some progress. maybe.
2014-08-02 02:46:07 +00:00
Joey Hess
0f7b8de91b
update roadmap
2014-08-01 18:22:13 -04:00
Joey Hess
dabf0bc501
typography
2014-08-01 18:18:52 -04:00
http://joeyh.name/
195c403ae3
removed
2014-08-01 22:16:29 +00:00