Commit graph

2550 commits

Author SHA1 Message Date
Joey Hess
496dcf77fc update 2015-02-22 17:29:45 -04:00
Joey Hess
c258295d35 update with benchmarks for fsck -- sqlite added only 10s 2015-02-22 14:49:05 -04:00
195.234.136.80
d6f618366d poll vote (OpenStack SWIFT) 2015-02-17 17:59:25 +00:00
Joey Hess
f4c677feeb Merge branch 'master' of ssh://git-annex.branchable.com 2015-02-16 17:15:08 -04:00
Joey Hess
0ad35db26b update plan 2015-02-16 17:14:13 -04:00
Joey Hess
e79c3fff23 update 2015-02-15 14:29:27 -04:00
Joey Hess
3684e4d551 better results for esquelito 2015-02-15 14:12:38 -04:00
Joey Hess
2fbbb7fab0 reviewed vcache for use by git-annex; found it wanting 2015-02-15 12:37:38 -04:00
5.22.130.32
abc4bb0327 poll vote (Google Drive) 2015-02-13 10:49:45 +00:00
5.22.130.32
d6cd1ce7e1 poll vote (Tahoe-LAFS) 2015-02-13 10:49:37 +00:00
5.22.130.32
8c4babf403 poll vote (OpenStack SWIFT) 2015-02-13 10:49:25 +00:00
Joey Hess
8d749c9442 update 2015-02-11 16:37:13 -04:00
anarcat
3c1be22019 2015-01-27 22:40:51 +00:00
Joey Hess
399f7904d7 Merge branch 'master' of ssh://git-annex.branchable.com 2015-01-27 17:39:03 -04:00
Joey Hess
51fc3014c6 better name for difference file 2015-01-27 13:27:12 -04:00
74.128.196.57
d5cbad3998 poll vote (Amazon S3 (done)) 2015-01-27 13:35:56 +00:00
74.128.196.57
31c0503ef8 poll vote (Amazon S3 (done)) 2015-01-27 13:35:48 +00:00
Joey Hess
4a93d5c1f7 concrete design 2015-01-26 15:56:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
66a5a296f1 Added a comment 2015-01-26 19:46:12 +00:00
Joey Hess
34835b59de correction 2015-01-22 15:03:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8839c23f5b Added a comment 2015-01-22 01:05:56 +00:00
Joey Hess
d1520137d3 thought 2015-01-21 15:20:32 -04:00
Joey Hess
3b8915344c new page 2015-01-21 14:57:26 -04:00
Joey Hess
b6d6759524 update 2015-01-15 15:58:56 -04:00
2001:4dd0:fbfc:10:219:dbff:fe64:81a7
d1510a831b poll vote (/sdcard/annex) 2015-01-13 19:31:22 +00:00
2001:41d0:fe61:2600:8110:7b59:c518:a87f
8647f101e1 poll vote (My phone (or MP3 player)) 2015-01-03 06:42:40 +00:00
176.188.103.159
3a385f3705 poll vote (Google Drive) 2015-01-02 22:32:11 +00:00
Joey Hess
0bc63a0620 Merge branch 'master' of ssh://git-annex.branchable.com 2014-12-28 14:32:29 -04:00
Joey Hess
5cba40e7cc update 2014-12-25 17:37:00 -04:00
chris
9d7b49e721 Added a comment: Thanks 2014-12-25 11:58:55 +00:00
Joey Hess
f71862b593 update 2014-12-11 15:46:02 -04:00
Joey Hess
2cd84fcc8b Expand checkurl to support recommended filename, and multi-file-urls
This commit was sponsored by an anonymous bitcoiner.
2014-12-11 15:33:42 -04:00
Joey Hess
7ae16bb6f7 Revert "let url claims optionally include a suggested filename"
This reverts commit 85df9c30e9.

Putting filename in the claim was a bad idea.
2014-12-11 14:09:57 -04:00
Joey Hess
85df9c30e9 let url claims optionally include a suggested filename 2014-12-11 12:47:57 -04:00
Joey Hess
2f6150b48d typo 2014-12-08 19:27:35 -04:00
Joey Hess
30bf112185 Urls can now be claimed by remotes. This will allow creating, for example, a external special remote that handles magnet: and *.torrent urls. 2014-12-08 19:15:07 -04:00
Joey Hess
ee27298b91 implement CLAIMURL for external special remote 2014-12-08 13:57:13 -04:00
Joey Hess
8093008ef4 External special remote protocol now includes commands for setting and getting the urls associated with a key. 2014-12-08 13:32:46 -04:00
Joey Hess
c66b658eaa fix language 2014-12-05 13:40:44 -04:00
Yaroslav Halchenko
0efe9825d0 DOC: minor typos and rewording in few docs 2014-12-04 22:28:07 -05:00
2001:41d0:fe61:2600:96de:80ff:feb2:56d
5469f7d21d poll vote (/sdcard/annex) 2014-11-09 00:35:20 +00:00
2003:51:4f3b:6200:b00d:4d41:366d:5b54
f2357222f0 poll vote (/sdcard/annex) 2014-11-08 23:33:52 +00:00
Joey Hess
fa9d31cc91 this is either spam, or indistinguishable from spam 2014-10-21 12:30:53 -04:00
debryd
ec28d14ccf Added a comment 2014-10-21 01:39:10 +00:00
Joey Hess
7b50b3c057 fix some mixed space+tab indentation
This fixes all instances of " \t" in the code base. Most common case
seems to be after a "where" line; probably vim copied the two space layout
of that line.

Done as a background task while listening to episode 2 of the Type Theory
podcast.
2014-10-09 15:09:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlM_DRhi_5pJrTA0HbApHR25iAgy-NBXTY
9b7bbe334d Added a comment 2014-10-01 23:35:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlM_DRhi_5pJrTA0HbApHR25iAgy-NBXTY
faf19e1253 Added a comment: Can tags/metadata be used for preferred content? 2014-10-01 22:45:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlM_DRhi_5pJrTA0HbApHR25iAgy-NBXTY
16fd5c00c5 Added a comment 2014-10-01 22:43:40 +00:00
http://joeyh.name/
27f10e6081 Added a comment 2014-09-16 18:36:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH7o6q2l99M-PQolOfbR3_i5B_jtTIcAE
d3aa8223b0 mark annex.genmetadata as code. 2014-09-12 19:53:33 +00:00