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
Joey Hess
19b71cfb8f
convert ddar to new ChunkedEncryptable API (but do not support chunking)
...
Since ddar de-deuplicates, I assume there is no benefit from chunking.
This has not been tested!
2014-08-02 18:58:48 -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
Joey Hess
0eb1f057c4
convert glacier to new ChunkedEncryptable API (but do not support chunking)
...
Chunking would complicate the assistant's code that checks when a pending
retrieval of a key from glacier is done. It would perhaps be nice to
support it to allow resuming, but not right now.
Converting to the new API still simplifies the code.
2014-08-02 16:59:07 -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
Joey Hess
c3750901d8
specialize Preparer a bit, so resourcePrepare can be added
...
The forall a. in Preparer made resourcePrepare not seem to be usable, so
I specialized a to Bool. Which works for both Preparer Storer and
Preparer Retriever, but wouldn't let the Preparer be used for hasKey
as it currently stands.
2014-08-02 15:34:09 -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
Joey Hess
b978adb503
document testremote
2014-08-01 18:10:02 -04:00
Joey Hess
5aa2286e7b
Merge branch 'newchunks'
...
I am happy enough with this to make it live!
2014-08-01 18:00:47 -04:00
Joey Hess
370c01811f
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-01 17:56:57 -04:00
Joey Hess
85ec4130bc
devblog
2014-08-01 17:56:31 -04:00
Joey Hess
1ee24a0366
testremote now tests with and without encryption
2014-08-01 17:52:40 -04:00
Joey Hess
50a1cac24f
fix example external remote script to write files atomically
2014-08-01 17:52:09 -04:00
Joey Hess
de0da0aece
minor optimisation
2014-08-01 17:18:39 -04:00
Joey Hess
3991327d09
testremote: Test retrieveKeyFile resume
...
And fixed a bug found by these tests; retrieveKeyFile would fail
when the dest file was already complete.
This commit was sponsored by Bradley Unterrheiner.
2014-08-01 17:16:20 -04:00
Joey Hess
20d7295386
improve testremote command, adding chunk size testing
...
And also a --size parameter to configure the basic object size.
2014-08-01 16:50:24 -04:00
Joey Hess
f4f82e2741
deriving Show
2014-08-01 16:30:33 -04:00
Joey Hess
9636cfd9e1
fix a fenchpost bug when resuming chunked store at end
...
Discovered thanks to testremote command!
2014-08-01 16:29:39 -04:00
Joey Hess
8fce4e4bd7
fix chunk=0
...
Found by testremote
2014-08-01 15:36:11 -04:00
Joey Hess
9720ee9e56
testremote: New command to test uploads/downloads to a remote.
...
This only performs some basic tests so far; no testing of chunking or
resuming. Also, the existing encryption type of the remote is used; it
would be good later to derive an encrypted and a non-encrypted version of
the remote and test them both.
This commit was sponsored by Joseph Liu.
2014-08-01 15:10:01 -04:00
gernot
0b078b2d37
2014-08-01 17:57:44 +00:00
Joey Hess
c03e1c5648
add new section for testing commands
2014-08-01 12:49:26 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmAINLSovhWM_4_KrbngOcxduIbBuKv8ZA
0d5fe783e4
Added a comment
2014-08-01 09:28:21 +00:00
Xyem
4e9e700548
Added a comment
2014-08-01 09:05:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmAINLSovhWM_4_KrbngOcxduIbBuKv8ZA
532231a748
2014-08-01 08:56:23 +00:00
zardoz
b100938c37
Added a comment
2014-07-31 11:43:16 +00:00
zardoz
044dc0252d
Add tip to make Firefox behave as expected when opening annexed HTML documents.
2014-07-31 10:48:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8BAEUyzYhORZmMuocRTk4M-3IumDm5VU
e1713220bc
Added a comment: Bug still valid
2014-07-31 08:35:30 +00:00
http://olivier.mehani.name/
b9ddecac7a
typo
2014-07-31 05:09:33 +00:00