blob: 75d096b31ccf2621ea4ed1112553c861b61d26ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Git annex transfers over Tor worked correctly the first time I tried them
today. I had been expecting protocol implementation bugs, so this was a
nice surprise!
Of course there were some bugs to fix. I had forgotten to add UUID
discovery to `git annex p2p --link`. And, resuming interrupted transfers
was buggy.
Spent some time adding progress updates to the Tor remote. I was curious to
see what speed transfers would run. Speed will of course vary depending on
the Tor relays being used, but this example with a 100 mb file is not bad:
copy big4 (to peer1...)
62% 1.5MB/s 24s
There are still a couple of [[known bugs|todo/tor]],
but I've merged the `tor` branch into `master` already.
----
Alpernebbi has built a GUI for editing git-annex metadata.
Something I always wanted!
[[Read about it here|tips/a_gui_for_metadata_operations]]
----
Today's work was sponsored by Ethan Aubin.
|