summaryrefslogtreecommitdiff
path: root/doc/design/assistant
Commit message (Collapse)AuthorAge
* poll vote (Tahoe-LAFS)Gravatar 2a03:4980:13:4d00:21e:64ff:fe1c:1b1a2016-04-23
|
* poll vote (My phone (or MP3 player))Gravatar 2a03:4980:13:4d00:21e:64ff:fe1c:1b1a2016-04-23
|
* poll vote (Tahoe-LAFS)Gravatar https://tylercipriani.com/2016-04-18
|
* poll vote (OpenStack SWIFT)Gravatar 8.44.144.242016-04-18
|
* poll vote (Same as for regular git-annex. ~/annex/)Gravatar 185.16.53.2252016-03-24
|
* rename files containing :Gravatar Joey Hess2016-03-12
| | | | | | This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
* poll vote (My phone (or MP3 player))Gravatar 84.142.108.2332016-02-17
|
* poll vote (DCIM directory (photos and videos only))Gravatar 101.231.32.1662016-02-02
|
* poll vote (My phone (or MP3 player))Gravatar 14.203.223.702015-12-16
|
* Added a comment: Is android 6.0 supported?Gravatar pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f69632015-11-30
|
* poll vote (/sdcard/annex)Gravatar 124.40.246.762015-10-24
|
* poll vote (Google Drive)Gravatar 119.225.142.22015-09-23
|
* Added a comment: Webapp don openGravatar dirk.schmidt@045f26624b94d351628bbb315f94150d627fb18b2015-07-08
|
* add cjdns and tor alsoGravatar Joey Hess2015-07-07
|
* update; mention snow and generalize the design someGravatar Joey Hess2015-07-07
|
* poll vote (Tahoe-LAFS)Gravatar 66.55.144.1802015-06-08
|
* poll vote (Tahoe-LAFS)Gravatar 66.55.144.1802015-06-08
|
* Various typo fixes in doc/*.mdwnGravatar Øyvind A. Holm2015-04-02
|
* poll vote (Amazon Glacier (done))Gravatar 92.129.194.192015-03-03
|
* poll vote (Amazon S3 (done))Gravatar 92.129.194.192015-03-03
|
* poll vote (OpenStack SWIFT)Gravatar 195.187.238.802015-03-02
|
* poll vote (OpenStack SWIFT)Gravatar 195.187.238.802015-03-02
|
* poll vote (OpenStack SWIFT)Gravatar 195.234.136.802015-02-17
|
* poll vote (Google Drive)Gravatar 5.22.130.322015-02-13
|
* poll vote (Tahoe-LAFS)Gravatar 5.22.130.322015-02-13
|
* poll vote (OpenStack SWIFT)Gravatar 5.22.130.322015-02-13
|
* poll vote (Amazon S3 (done))Gravatar 74.128.196.572015-01-27
|
* poll vote (Amazon S3 (done))Gravatar 74.128.196.572015-01-27
|
* poll vote (/sdcard/annex)Gravatar 2001:4dd0:fbfc:10:219:dbff:fe64:81a72015-01-13
|
* poll vote (My phone (or MP3 player))Gravatar 2001:41d0:fe61:2600:8110:7b59:c518:a87f2015-01-03
|
* poll vote (Google Drive)Gravatar 176.188.103.1592015-01-02
|
* Added a comment: ThanksGravatar chris2014-12-25
|
* poll vote (/sdcard/annex)Gravatar 2001:41d0:fe61:2600:96de:80ff:feb2:56d2014-11-09
|
* poll vote (/sdcard/annex)Gravatar 2003:51:4f3b:6200:b00d:4d41:366d:5b542014-11-08
|
* this is either spam, or indistinguishable from spamGravatar Joey Hess2014-10-21
|
* Added a commentGravatar debryd2014-10-21
|
* Added a commentGravatar http://joeyh.name/2014-09-16
|
* poll vote (/sdcard/annex)Gravatar 71.207.150.2022014-09-09
|
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
| | | | | | | | | | | | | | | | I tend to prefer moving toward explicit exception handling, not away from it, but in this case, I think there are good reasons to let checkPresent throw exceptions: 1. They can all be caught in one place (Remote.hasKey), and we know every possible exception is caught there now, which we didn't before. 2. It simplified the code of the Remotes. I think it makes sense for Remotes to be able to be implemented without needing to worry about catching exceptions inside them. (Mostly.) 3. Types.StoreRetrieve.Preparer can only work on things that return a Bool, which all the other relevant remote methods already did. I do not see a good way to generalize that type; my previous attempts failed miserably.
* convert bup to new ChunkedEncryptable API (but do not support chunking)Gravatar Joey Hess2014-08-02
| | | | | | | | | | | | | | | | | | 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.
* Merge branch 'newchunks'Gravatar Joey Hess2014-08-01
|\ | | | | | | I am happy enough with this to make it live!
* | mention possibility of parallel chunk upload/downloadGravatar Joey Hess2014-07-30
| |
* | expand to rolling hash based designGravatar Joey Hess2014-07-28
| |
* | chunk log format should be extensible to allow for eg, logging when rolling ↵Gravatar Joey Hess2014-07-28
| | | | | | | | hash chunks are used
| * Merge branch 'master' into newchunksGravatar Joey Hess2014-07-27
| |\ | |/ |/| | | | | Conflicts: doc/design/assistant/chunks.mdwn
* | updateGravatar Joey Hess2014-07-27
| |
| * thought about chunk key hashingGravatar Joey Hess2014-07-25
|/
* implement chunk logsGravatar Joey Hess2014-07-24
| | | | | | | Slightly tricky as they are not normal UUIDBased logs, but are instead maps from (uuid, chunksize) to chunkcount. This commit was sponsored by Frank Thomas.
* add chunk metadata to KeyGravatar Joey Hess2014-07-24
| | | | | | | | Added new fields for chunk number, and chunk size. These will not appear in normal keys ever, but will be used for chunked data stored on special remotes. This commit was sponsored by Jouni K Seppanen.
* updateGravatar Joey Hess2014-07-24
|