summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix build with old ghcGravatar Joey Hess2016-12-08
|
* fix linksGravatar Joey Hess2016-12-07
|
* link to git-annex-metadata-guiGravatar Joey Hess2016-12-07
|
* add git-annex-adaptorGravatar Joey Hess2016-12-07
|
* git-annex-metadata-gui yay!Gravatar Joey Hess2016-12-07
|
* devblogGravatar Joey Hess2016-12-07
|
* todoGravatar Joey Hess2016-12-07
|
* add page for tor special remoteGravatar Joey Hess2016-12-07
|
* updateGravatar Joey Hess2016-12-07
|
* fix math error that caused resumes to always failGravatar Joey Hess2016-12-07
|
* ReadWriteMode not AppendModeGravatar Joey Hess2016-12-07
| | | | AppendMode does not allow seeking..
* add section on tor speedGravatar Joey Hess2016-12-07
|
* open file for append, not write, so resuming worksGravatar Joey Hess2016-12-07
| | | | | WriteMode zeros any existing content, so the seek filled with zeros, and verification failed after download.
* offset meters when resumingGravatar Joey Hess2016-12-07
|
* todoGravatar Joey Hess2016-12-07
|
* Merge branch 'master' into torGravatar Joey Hess2016-12-07
|\
* | more p2p progress metersGravatar Joey Hess2016-12-07
| | | | | | | | | | | | | | | | | | Display progress meter on send and receive from remote. Added a new hGetMetered that can read an exact number of bytes (or less), updating a meter as it goes. This commit was sponsored by Andreas on Patreon.
* | add section on securityGravatar Joey Hess2016-12-07
| |
* | update progress meter when sending to p2p remoteGravatar Joey Hess2016-12-07
| | | | | | | | This commit was sponsored by Thom May on Patreon.
* | updateGravatar Joey Hess2016-12-07
| |
* | validate peer uuid each time we talk to itGravatar Joey Hess2016-12-07
| | | | | | | | | | | | | | | | | | | | In case the repo on the peer changes uuid (eg by a new repo being moved into place). Also, added some warning messages when unable to communicate with a peer. This commit was sponsored by Anthony DeRobertis on Patreon.
* | remote uuid discovery in p2p --linkGravatar Joey Hess2016-12-07
| | | | | | | | | | | | This also tests that we can connect to the peer. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* | add todo list for remaining tor stuffGravatar Joey Hess2016-12-07
| |
* | fix up some commandsGravatar Joey Hess2016-12-07
| |
| * devbogGravatar Joey Hess2016-12-06
| |
* | PAKEGravatar Joey Hess2016-12-06
| |
* | need to auth with the peerGravatar Joey Hess2016-12-06
| |
* | refactorGravatar Joey Hess2016-12-06
| |
* | finish implementation of Remote.P2P (untested)Gravatar Joey Hess2016-12-06
| | | | | | | | | | | | | | | | Not tested at all, but it just might work. Only known problem is that progress is not updated when storing to a P2P remote. This commit was sponsored by Nick Daly on Patreon.
* | added StoreContentToGravatar Joey Hess2016-12-06
| | | | | | | | | | | | | | | | This is needed in addition to StoreContent, because retrieveKeyFile can be used to retrieve to different destination files, not only the tmp file for a key. This commit was sponsored by Ole-Morten Duesund on Patreon.
* | stub Remote.P2PGravatar Joey Hess2016-12-06
| | | | | | | | | | | | | | Similar to GCrypt remotes, P2P remotes have an url, so Remote.Git has to separate them out and handle them, passing off to Remote.P2P. This commit was sponsored by Ignacio on Patreon.
| * (no commit message)Gravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-06
| |
| * (no commit message)Gravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-06
| |
| * (no commit message)Gravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-06
| |
| * (no commit message)Gravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-12-06
| |
| * (no commit message)Gravatar alpernebbi2016-12-05
| |
| * Added a comment: UTF-8 problems in some other commandsGravatar alpernebbi2016-12-05
| |
| * (no commit message)Gravatar alpernebbi2016-12-05
| |
| * add: Stage modified non-large files when running in indirect mode.Gravatar Joey Hess2016-12-05
| | | | | | | | (This was already done in v6 mode and direct mode.)
| * fix formattingGravatar Joey Hess2016-12-05
| | | | | | | | mdwn2man gets confused as `command` spanning multiple lines..
| * rekey: Added --batch mode.Gravatar Joey Hess2016-12-05
| | | | | | | | | | | | | | | | | | Would have liked to make the Parser parse the file and key pairs, but it seems that optparse-applicative is unable to handle eg: many ((,) <$> argument <*> argument) This commit was sponsored by Thomas Hochstein on Patreon.
| * changelogGravatar Joey Hess2016-12-05
| |
| * minor styleGravatar Joey Hess2016-12-05
| |
| * Merge kite:tmp/git-annexGravatar Joey Hess2016-12-05
| |\
| * | cleanupGravatar Joey Hess2016-12-05
| | |
| * | rmurl: --batchGravatar Joey Hess2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | * rmurl: Multiple pairs of files and urls can be provided on the command line. * rmurl: Added --batch mode. This commit was sponsored by Trenton Cronholm on Patreon.
| | * git-annex fromkey now takes multiple pairs of keys and filenamesGravatar Daniel Brooks2016-12-05
| |/ | | | | | | It also still reads from stdin when none are specified.
| * "fixed" by reading --helpGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |
| * added forgotten author tagGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |
| * initial reportGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |