Commit graph

2927 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
fb44a4c779 Added a comment: Feature request 2014-01-11 15:41:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
ee9e9febd9 Added a comment: Feature request 2014-01-11 15:41:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
61b9ac4309 Added a comment 2014-01-10 13:16:31 +00:00
Joey Hess
5e23dfabd6 add DEBUG 2014-01-07 13:23:58 -04:00
Joey Hess
375842aee8 notes on long-running network connections 2014-01-06 17:06:55 -04:00
http://joeyh.name/
33b8f9b474 Added a comment 2014-01-06 15:04:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRRUUZo3W7pAoRoST8P_l0PtUBhvYuzDg
281fd02329 Added a comment: exactly this use case: cloud remotes too small 2014-01-06 00:31:36 +00:00
Joey Hess
3e68c1c2fd add remote state logs
This allows a remote to store a piece of arbitrary state associated with a
key. This is needed to support Tahoe, where the file-cap is calculated from
the data stored in it, and used to retrieve a key later. Glacier also would
be much improved by using this.

GETSTATE and SETSTATE are added to the external special remote protocol.

Note that the state is left as-is even when a key is removed from a remote.
It's up to the remote to decide when it wants to clear the state.

The remote state log, $KEY.log.rmt, is a UUID-based log. However,
rather than using the old UUID-based log format, I created a new variant
of that format. The new varient is more space efficient (since it lacks the
"timestamp=" hack, and easier to parse (and the parser doesn't mess with
whitespace in the value), and avoids compatability cruft in the old one.

This seemed worth cleaning up for these new files, since there could be a
lot of them, while before UUID-based logs were only used for a few log
files at the top of the git-annex branch. The transition code has also
been updated to handle these new UUID-based logs.

This commit was sponsored by Daniel Hofer.
2014-01-03 16:35:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmH-n1yD04qmSeXKKzYaXFTN1ciFWVb5As
a1dd7d46e1 Added a comment: Can't seem to get the configuration I am looking for from the webapp 2014-01-02 23:41:44 +00:00
http://joeyh.name/
15a4588116 Added a comment 2014-01-02 00:15:28 +00:00
Joey Hess
8e3032df2d added GETWANTED, SETWANTED for Tobias's flickr remote
This was unexpectedly difficult because of a depdenency cycle. To parse a
preferred content expression involves several things that need to operate
on the list of remotes. Which needs Remote.External. The only way to avoid
this cycle (I tried breaking it at several points) was to skip parsing the
expression in SETWANTED.

That's sorta ok, because git-annex already has to deal with unparsable
preferred content expressions being stored, in order to handle eg,
upgrades. But I'm still not very happy that I cannot check it.

I feel this is a strong indication that I need to beware of further
bloating the special remote protocol interface.
2014-01-01 20:12:20 -04:00
Joey Hess
0e2fe4a7ab tweak this month 2013-12-31 17:50:11 -04:00
Joey Hess
9b5a74827c devblog 2013-12-31 17:44:35 -04:00
Joey Hess
8dbf230afe Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-31 16:39:50 -04:00
Joey Hess
341b72fd9a update roadmap 2013-12-31 15:55:11 -04:00
http://joeyh.name/
07ca84612d Added a comment 2013-12-31 19:16:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
66dd1c3151 Added a comment 2013-12-31 18:20:32 +00:00
http://joeyh.name/
3a683ed3c7 Added a comment 2013-12-31 17:56:34 +00:00
Joey Hess
1eebb1ecec Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-31 13:53:34 -04:00
Joey Hess
ed1fcab6d7 external special remote protocol: Added GETUUID. 2013-12-31 13:50:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
540cbd26be Added a comment: Feature requests 2013-12-31 14:05:45 +00:00
http://joeyh.name/
376ca250b1 Added a comment 2013-12-29 17:50:23 +00:00
Joey Hess
edc662ec20 mention that INITREMOTE is also called by git-annex enableremote 2013-12-29 13:44:39 -04:00
Joey Hess
054e4f17e2 implement PREPARE-FAILURE for Tobias 2013-12-29 13:39:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
c96c0a367a Added a comment: Feature requests 2013-12-28 13:57:35 +00:00
Joey Hess
8cfaadf55c add webapp support to TODO 2013-12-27 16:37:58 -04:00
Joey Hess
445b7b41b9 add credential storage support for external special remotes & update example 2013-12-27 16:01:43 -04:00
Joey Hess
0014599dd9 hint about PROGRESS throttling 2013-12-27 14:39:56 -04:00
Joey Hess
3cd8f1bb13 todo: url lists 2013-12-27 13:09:35 -04:00
Joey Hess
9125a25738 defer SETSTATE and GETSTATE for now
TAHOE-LAFS may use these eventually, but that's TBD and none of git-annex's
own special remotes need that, except for the web special remote's urls.
2013-12-27 13:07:56 -04:00
Joey Hess
a7f3724e21 implement GETCONFIG and SETCONFIG
Changed protocol spec to make SETCONFIG only store it persistently when run
during INITREMOTE. I see no reason to support storing it persistently at
other times, and doing so would unnecessarily complicate the code.

Also, letting that be done would probably result in use for storing data that
doesn't really belong there, and special remote authors who don't
understand how the union merging works would probably be surprised the
results.
2013-12-27 12:37:23 -04:00
Joey Hess
0c972961bb update 2013-12-27 12:04:51 -04:00
Joey Hess
526a7bb2b4 improve comments 2013-12-27 02:56:52 -04:00
Joey Hess
3289155e28 don't send PREPARE before INITREMOTE
That complicated special remote programs, because they had to avoid making
PREPARE fail if some configuration is missing, because the remote might not
be initialized yet. Instead, complicate git-annex slightly by only sending
PREPARE immediately before some other request other than INITREMOTE (or
PREPARE of course).
2013-12-27 02:49:10 -04:00
Joey Hess
6d504b57e7 make some requests optional, simplify and future-proof protocol more 2013-12-27 02:11:06 -04:00
Joey Hess
0de9135bc0 external special remote documentation and example script 2013-12-26 18:15:18 -04:00
Joey Hess
38694ed582 simplify PROGRESS
Only one transfer will be running at a time, per external special remote.
2013-12-26 16:18:38 -04:00
Joey Hess
8803e36814 future-proofing 2013-12-25 20:04:31 -04:00
Joey Hess
1dc930063a basic data types and serialization for external special remote protocol
This is mostly straightforward, but did turn out quite nicely stronly
typed, and with a quite nice automatic tokenization and parsing of received
messages.

Made a few minor changes to the protocol to clear up ambiguities and make
it easier to parse. Note particularly that setting remote configuration
is moved to a separate command, which allows a remote to set arbitrary data.
2013-12-25 17:54:57 -04:00
Richard Hartmann
b11d88dd17 doc/: s/amoung/among/gi
Qouth ye olde [Wiktionary](http://en.wiktionary.org/wiki/amoung)

Archaic spelling of among.
2013-12-18 22:09:18 +01:00
http://joeyh.name/
4c5dc8df0e removed 2013-12-18 20:12:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnN99WKdpXGRJD8xpJxfsoumA9ZVCBjxrE
5b0dcfc4f5 Added a comment: nice 2013-12-18 18:12:18 +00:00
178.12.110.165
59f6cbdef6 poll vote (/sdcard/annex) 2013-12-18 01:06:53 +00:00
Joey Hess
f833f92cd0 remove done todo about upgrading 2013-12-17 16:31:34 -04:00
Joey Hess
0419f241a4 I think I've convinced myself that the assistant is safe on windows despite the lack of lsof 2013-12-17 14:07:37 -04:00
http://joeyh.name/
5ff2706c06 Added a comment 2013-12-16 20:42:24 +00:00
Joey Hess
081cfba131 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 16:33:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
72363ca72f Added a comment: not useful for "plain directory" special remote? 2013-12-16 20:10:19 +00:00
Joey Hess
81d051cad5 simplify 2013-12-16 11:36:19 -04:00
Joey Hess
145de01ebe use messages for query responses to allow communicating error 2013-12-16 10:30:28 -04:00
Joey Hess
87662ec14c rename HAS to CHECKPRESENT for consistency with hook special remote 2013-12-13 15:32:06 -04:00
Joey Hess
cb6a703660 refine protocol
More complicated, but less asynchronous, which will make it easier for
special remote programs to use it, at the expense of some added complexity
in git-annex.
2013-12-11 17:26:27 -04:00
Joey Hess
8223066716 update 2013-12-11 14:06:14 -04:00
Joey Hess
05e84b15cc clarify 2013-12-11 14:05:00 -04:00
Joey Hess
f4d847297c update 2013-12-11 14:04:03 -04:00
Joey Hess
d180b8e5af reorder 2013-12-11 14:02:49 -04:00
Joey Hess
37df2e3ebf layout 2013-12-11 14:02:10 -04:00
Joey Hess
22c6fe501d add ERROR 2013-12-11 14:01:33 -04:00
Joey Hess
75fda11f74 update 2013-12-11 13:56:59 -04:00
Joey Hess
e800e04d2d fixfix 2013-12-11 13:53:21 -04:00
Joey Hess
8b6d3ab2b5 fix display of | 2013-12-11 13:52:51 -04:00
Joey Hess
172f3287c5 update 2013-12-11 13:34:16 -04:00
Joey Hess
bf0bc0b001 add design document 2013-12-11 13:31:11 -04:00
Joey Hess
c254627748 update 2013-12-05 17:31:01 -04:00
Joey Hess
618f17b5d1 Revert "cat build.log"
This reverts commit 70ab15cfc6.
2013-12-05 17:25:25 -04:00
Joey Hess
70ab15cfc6 cat build.log 2013-12-05 17:24:07 -04:00
gernot
ee2c180390 Added a comment: Paperkey 2013-12-05 11:37:04 +00:00
Joey Hess
3260618e78 shamir secret sharing idea 2013-12-04 17:43:03 -04:00
Joey Hess
bc786b6f06 split off a page 2013-12-02 13:24:47 -04:00
2a02:cc41:100f:0:9c6e:e97:f36a:5074
07c32c5277 poll vote (DCIM directory (photos and videos only)) 2013-11-25 22:16:34 +00:00
Richard Hartmann
be43bb8f70 doc: perl -p -i -e s/certianly/certainly/ 2013-11-25 21:40:19 +01:00
Joey Hess
95feec24d1 create directory for upgraded versio early as a locking mechanism 2013-11-24 15:03:50 -04:00
Joey Hess
919a301818 update 2013-11-24 01:10:45 -04:00
217.113.234.250
c0157a27fd poll vote (/sdcard/annex) 2013-11-20 10:13:50 +00:00
Joey Hess
c579ee2fec starting 2013 survey 2013-11-13 16:01:35 -04:00
Joey Hess
778d22e311 update to highlight current month 2013-11-12 17:41:48 -04:00
Joey Hess
ec2c2adb10 one more git-remote-gcrypt ref 2013-11-07 12:29:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM
a0a3235f87 Added a comment: Making "git-annex add" commit largefiles, too? 2013-10-31 00:26:23 +00:00
Joey Hess
8820091b4c webapp: remind user when using repositories that lack consistency checks
When starting up the assistant, it'll remind about the current
repository, if it doesn't have checks. And when a removable drive
is plugged in, it will remind if a repository on it lacks checks.

Since that might be annoying, the reminders can be turned off.

This commit was sponsored by Nedialko Andreev.
2013-10-29 16:50:38 -04:00
Joey Hess
496c8b7abb add post-repair actions 2013-10-29 14:25:20 -04:00
Joey Hess
59d8273220 devblog 2013-10-27 16:58:10 -04:00
Joey Hess
7ed8e87a34 assistant: Support repairing git remotes that are locally accessible
(eg, on removable drives)

gcrypt remotes are not yet handled.

This commit was sponsored by Sören Brunk.
2013-10-27 15:38:59 -04:00
Joey Hess
a8330625f5 update 2013-10-23 15:14:20 -04:00
Joey Hess
e32b62b50e update 2013-10-23 15:05:57 -04:00
Joey Hess
435ea52f3c repair command: add handling of git-annex branch and index 2013-10-23 13:00:45 -04:00
Joey Hess
cd89b0cebe update 2013-10-22 18:12:45 -04:00
Joey Hess
1eaec2f9aa UI tweaks 2013-10-22 16:30:23 -04:00
Joey Hess
3e61749d08 index file recovery 2013-10-22 12:58:04 -04:00
Joey Hess
6d664ed1bb update 2013-10-21 16:47:16 -04:00
Joey Hess
18487c779f corrupt branch resetting (but not yet reflog walking) 2013-10-21 16:20:54 -04:00
Joey Hess
09127d4e49 update 2013-10-20 18:00:38 -04:00
Joey Hess
4f871f89ba git-recover-repository 1/2 done 2013-10-20 17:50:51 -04:00
Joey Hess
39a3758154 Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-19 11:54:15 -04:00
Joey Hess
c66caf7b5b update 2013-10-19 11:54:08 -04:00
http://nullroute.eu.org/~grawity/
e35ebaae43 Added a comment 2013-10-19 15:50:47 +00:00
Joey Hess
88c172bbee update 2013-10-18 15:27:20 -04:00
Joey Hess
f5709e7fca update 2013-10-18 15:26:19 -04:00
Joey Hess
6bbbe6fa5d update 2013-10-18 15:20:44 -04:00
Joey Hess
30ca7805d6 update 2013-10-18 15:11:17 -04:00
Joey Hess
50684ea7bf Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-18 14:04:13 -04:00
Joey Hess
c027dcf9f4 detailed design for git repository repair 2013-10-18 14:00:27 -04:00
107.1.64.82
7530307a84 poll vote (/sdcard/annex) 2013-10-18 15:22:26 +00:00
80.81.0.171
4ac6d1b3d7 poll vote (/sdcard/annex) 2013-10-18 12:25:56 +00:00
Joey Hess
e5e4b80b09 add support for weekly, monthly, and yearly schedules that run on no specific day 2013-10-15 13:27:21 -04:00
Joey Hess
7b82f431ba need to improve Recurrance 2013-10-14 16:40:48 -04:00
Joey Hess
293f3d2a59 update 2013-10-14 16:29:34 -04:00
Joey Hess
1a4c1d0917 devblog 2013-10-13 17:21:05 -04:00
Joey Hess
e7a134208c update 2013-10-11 17:33:51 -04:00
Joey Hess
1b7b397bdf update 2013-10-10 18:09:06 -04:00
Joey Hess
33c8e6b14c highlight current month 2013-10-10 16:55:14 -04:00
Joey Hess
feef7d3800 devblog 2013-10-05 17:26:17 -04:00
Joey Hess
891242ad26 another lock file 2013-10-03 17:05:53 -04:00
Joey Hess
93dbb7842e watcher: Detect at startup time when there is a stale .git/lock, and remove it so it does not interfere with the automatic commits of changed files. 2013-10-03 16:57:21 -04:00
Joey Hess
7286fbd93e gcrypt basically done 2013-10-01 19:12:08 -04:00
Joey Hess
76421872d1 notes 2013-09-17 20:08:44 -04:00
77.22.198.109
519774e5da poll vote (/sdcard/annex) 2013-09-17 19:43:26 +00:00
41.151.39.112
e330985122 poll vote (Whole /sdcard) 2013-09-13 20:06:42 +00:00
http://droggl.myopenid.com/
67f1181694 Added a comment 2013-09-11 11:55:27 +00:00
Joey Hess
90bdd70f13 split out roadmap 2013-09-06 14:06:15 -04:00
107.1.64.82
3ecb852b4a poll vote (/sdcard/annex) 2013-09-06 14:41:58 +00:00
82.243.233.186
f0dd323d46 poll vote (Tahoe-LAFS) 2013-09-06 05:55:49 +00:00
109.190.97.30
a3fe5c1971 poll vote (Tahoe-LAFS) 2013-09-05 23:14:29 +00:00
Joey Hess
a48a4e2f8a automatically derive an annex-uuid from a gcrypt-uuids 2013-09-05 16:02:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
9551dca9c8 poll vote (/sdcard/annex) 2013-09-05 12:16:43 +00:00
2.244.15.209
b04957628d poll vote (/sdcard/annex) 2013-09-05 11:06:19 +00:00
Joey Hess
fc7b5cfe7d Merge branch 'encryption' 2013-09-05 00:09:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
7740afd10f Added a comment: New YouTube problems 2013-09-05 03:45:16 +00:00
Joey Hess
f8082933e7 clarify 2013-08-29 14:32:25 -04:00
guilhem
53ce59021a Allow revocation of OpenPGP keys.
/!\ It is to be noted that revoking a key does NOT necessarily prevent
the owner of its private part from accessing data on the remote /!\

The only sound use of `keyid-=` is probably to replace a (sub-)key by
another, where the private part of both is owned by the same
person/entity:

    git annex enableremote myremote keyid-=2512E3C7 keyid+=788A3F4C

Reference: http://git-annex.branchable.com/bugs/Using_a_revoked_GPG_key/

* Other change introduced by this patch:

New keys now need to be added with option `keyid+=`, and the scheme
specified (upon initremote only) with `encryption=`. The motivation for
this change is to open for new schemes, e.g., strict asymmetric
encryption.

    git annex initremote myremote encryption=hybrid keyid=2512E3C7
    git annex enableremote myremote keyid+=788A3F4C
2013-08-29 14:31:33 -04:00
Joey Hess
484daf5b39 fix pagespec 2013-08-28 17:43:18 -04:00
Joey Hess
719e6e3709 move post to other blog 2013-08-28 17:41:55 -04:00
Joey Hess
47acd6aee5 new devblog for new year of crowdfunded development 2013-08-28 17:40:09 -04:00
Joey Hess
5ff6fce61a fix 2013-08-28 17:27:39 -04:00
Joey Hess
07a8a59dc6 blog for the day 2013-08-28 17:21:52 -04:00
Joey Hess
c4fcb20d02 blog for the day 2013-08-26 22:03:37 -04:00
Joey Hess
22d649d6e3 blog for the day 2013-08-25 21:46:04 -04:00
Joey Hess
2794f4fb48 blog for the day 2013-08-24 16:03:32 -04:00
Joey Hess
f274b6bbd0 blog for the day 2013-08-22 18:57:02 -04:00
GLITTAH
0f2cbdfad5 Added a comment 2013-08-20 22:42:48 +00:00
Joey Hess
42eeac1451 blog for the day 2013-08-20 16:03:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o
45109f35f5 Added a comment: That's amazing... 2013-08-17 11:18:05 +00:00
94.211.35.149
821a482608 poll vote (Tahoe-LAFS) 2013-08-17 09:06:23 +00:00
80.83.50.102
c4fbda6c1f poll vote (OpenStack SWIFT) 2013-08-16 13:51:39 +00:00
Joey Hess
624cfebb0c catchup blog 2013-08-15 11:06:31 +02:00
145.120.12.49
8140a62cb0 poll vote (/sdcard/annex) 2013-08-12 09:41:14 +00:00
Joey Hess
a91dfef16c Merge branch 'master' of ssh://git-annex.branchable.com 2013-08-06 13:35:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm72W-CH7bzZ8uHvaw1KJGrToPSQDNBnIA
a613117b82 Added a comment: bup splitting 2013-08-05 17:13:14 +00:00
Joey Hess
9a75457f70 blog for the day 2013-08-04 19:18:42 -04:00
http://adamspiers.myopenid.com/
5202e1a940 Added a comment: This makes me happy :-) 2013-08-04 00:46:26 +00:00
Joey Hess
17f05d6572 blog for the day 2013-08-02 20:38:57 -04:00
Joey Hess
b191d5c595 gitignore support for the assistant and watcher
Requires git 1.8.4 or newer. When it's installed, a background
git check-ignore process is run, and used to efficiently check ignores
whenever a new file is added.

Thanks to Adam Spiers, for getting the necessary support into git for this.

A complication is what to do about files that are gitignored but have
been checked into git anyway. git commands assume the ignore has been
overridden in this case, and not need any more overriding to commit a
changed version.

However, for the assistant to do the same, it would have to run git ls-files
to check if the ignored file is in git. This is somewhat expensive. Or it
could use the running git-cat-file process to query the file that way,
but that requires transferring the whole file content over a pipe, so it
can be quite expensive too, for files that are not git-annex
symlinks.

Now imagine if the user knows that a file or directory tree will be getting
frequent changes, and doesn't want the assistant to sync it, so gitignores
it. The assistant could overload the system with repeated ls-files checks!

So, I've decided that the assistant will not automatically commit changes
to files that are gitignored. This is a tradeoff. Hopefully it won't be a
problem to adjust .gitignore settings to not ignore files you want the
assistant to autocommit, or to manually git annex add files that are listed
in .gitignore.

(This could be revisited if git-annex gets access to an interface to check
the content of the index w/o forking a git command. This could be libgit2,
or perhaps a separate git cat-file --batch-check process, so it wouldn't
need to ship over the whole file content.)

This commit was sponsored by Francois Marier. Thanks!
2013-08-02 20:37:03 -04:00
Joey Hess
e6123b0187 reorder 2013-08-01 17:57:53 -04:00
Joey Hess
bb74db6ef0 blog for the day 2013-08-01 17:33:04 -04:00
Joey Hess
4e6f498cb8 update 2013-08-01 15:25:47 -04:00
https://launchpad.net/~mikapflueger
b640a5941b Added a comment: Thank you so much! 2013-08-01 01:13:53 +00:00
Richard Hartmann
0afe0273cb Typo 2013-08-01 01:16:27 +02:00
Joey Hess
3a1e458e0a blog for the day 2013-07-31 16:47:30 -04:00
http://joeyh.name/
890bf1a750 Added a comment 2013-07-31 20:03:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
9545d3420c Added a comment: Horns? 2013-07-31 19:53:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
209a0ca0fa removed 2013-07-31 19:53:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
3cce0d51e6 Added a comment: Horns? 2013-07-31 19:52:42 +00:00
Joey Hess
19adb2a7cf blog for the day 2013-07-30 17:06:18 -04:00
Joey Hess
fdb6593b90 blog for the day 2013-07-28 18:35:07 -04:00
Joey Hess
750fe0cbf2 update 2013-07-27 20:55:50 -04:00
Joey Hess
3611de5864 blog for the day 2013-07-27 19:07:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUbH3eytydcwlWqv8oauE2Jg4NwcV9uA0
ecc23cda38 Added a comment: A good day to be the sponsor! 2013-07-27 12:31:28 +00:00
Joey Hess
70d3116c43 blog for the day 2013-07-26 19:52:14 -04:00
Joey Hess
375f8fafd6 update 2013-07-26 01:20:09 -04:00
Joey Hess
8b5549b8ca blog for the day 2013-07-25 16:15:04 -04:00
http://joeyh.name/
d10dfefa28 Added a comment 2013-07-25 18:22:51 +00:00
http://edward.myopenid.com/
152e4eac00 fix typo: Once way -> One way 2013-07-25 10:51:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlnoH5btjn_BLib3_IhES5uMhrzuOiwCYo
e6482b2ad7 Added a comment: windows port 2013-07-25 07:50:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
372d88c349 Added a comment: for OSX, package managers (homebrew and macports) are really second-class 2013-07-24 07:24:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
010c04ce25 Added a comment: Broken dependencies on Debian wheezy 2013-07-24 07:21:18 +00:00
Sagi
9b18f13d81 Added a comment: Why not use OTR? 2013-07-23 23:53:12 +00:00
Joey Hess
633089e38c there is no month 4 2013-07-23 18:53:26 -04:00
Joey Hess
914323dc06 blog for the day 2013-07-23 18:51:04 -04:00
Joey Hess
b0d0f13f44 improve 2013-07-23 18:49:40 -04:00
Joey Hess
96634ceea6 fix link 2013-07-23 18:48:09 -04:00
Joey Hess
17016017d8 roadmap for next year's work 2013-07-23 18:46:09 -04:00
Joey Hess
4ad7726d67 blog for the day 2013-07-22 17:59:39 -04:00
94.211.35.149
cfd0b46175 poll vote (Tahoe-LAFS) 2013-07-22 15:40:21 +00:00
https://launchpad.net/~mikapflueger
9e23a35a49 Added a comment: The dreaded "ü" 2013-07-21 20:56:30 +00:00
Joey Hess
55ef16f179 blog for the day 2013-07-20 19:47:57 -04:00
Joey Hess
4e718b7d7c blog for the day 2013-07-18 20:12:47 -04:00
Joey Hess
07e89a1bd2 blog for the day 2013-07-17 18:46:19 -04:00
http://grossmeier.net/
c5630af9cb Added a comment: uninit 2013-07-16 23:43:38 +00:00
Joey Hess
95219dae61 blog for the day 2013-07-16 19:07:45 -04:00
https://dzsino.myopenid.com/
001b5d236b Added a comment: mo' stickers, less problems :) 2013-07-16 09:56:03 +00:00
96.42.106.97
606d87cf4d poll vote (My phone (or MP3 player)) 2013-07-15 15:53:25 +00:00
77.172.73.184
de1fa2e7ef poll vote (/sdcard/annex) 2013-07-15 14:57:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm3RqHNOKdnMCRF5V4306ON55XyJtQNlpY
02f3d0489d Added a comment: BitSync 2013-07-15 13:11:03 +00:00
http://sunny256.sunbase.org/
03efd38d30 Added a comment: git-annex is teh awesome 2013-07-15 12:37:57 +00:00
2a04:2500:0:d00:c979:419a:4357:30b2
67f55d296c poll vote (OpenStack SWIFT) 2013-07-15 09:10:26 +00:00
128.78.68.48
8470c571e4 poll vote (OpenStack SWIFT) 2013-07-15 09:02:16 +00:00
http://joeyh.name/
47e9e33c82 Added a comment 2013-07-15 05:26:54 +00:00
EskildHustvedt
51f51fc6d1 Added a comment: Shipping costs 2013-07-15 05:07:07 +00:00
Joey Hess
146338581a update 2013-07-14 19:09:08 -04:00
Joey Hess
c012207408 blog for the day! 2013-07-14 19:04:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e4e6260a90 Added a comment 2013-07-14 16:03:39 +00:00
Joey Hess
13d8fb4b2d blog for the day 2013-07-11 19:22:27 -04:00
LP
f4d32d8a4c Added a comment: Just to say.. 2013-07-10 23:01:56 +00:00
Joey Hess
9dac79a018 blog for the day 2013-07-09 20:50:29 -04:00
http://nullroute.eu.org/~grawity/
a94375cf83 Added a comment 2013-07-09 13:48:50 +00:00
http://nullroute.eu.org/~grawity/
b555bbef59 Added a comment 2013-07-09 13:47:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
54ad6972f5 Added a comment 2013-07-09 07:18:09 +00:00
http://cweiske.de/
131d68862d Added a comment 2013-07-09 06:52:11 +00:00
http://cweiske.de/
118c923116 link bug 2013-07-09 06:50:03 +00:00
Joey Hess
d8a82a65e2 S3 download progress bars TODO 2013-07-08 18:00:52 -04:00
Joey Hess
2980afe4a6 remove TODO item that turns out to be already done 2013-07-08 17:58:10 -04:00
Joey Hess
978e502e54 blog for the day 2013-07-08 16:37:16 -04:00
Joey Hess
ea12e0ff8f TCP over XMPP 2013-07-08 12:34:09 -04:00
Joey Hess
212b6ef8e0 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-08 12:12:47 -04:00
98.64.216.229
d6e992b308 poll vote (/sdcard/annex) 2013-07-08 02:59:30 +00:00
2.244.19.79
181336f337 poll vote (Google Drive) 2013-07-07 22:42:12 +00:00
Joey Hess
115d79515f blog 2013-07-07 15:04:33 -04:00
http://joeyh.name/
42ffbbc8ab Added a comment 2013-07-07 17:20:05 +00:00
sfs
5afedbccd3 Added a comment: See history of a file 2013-07-07 00:49:35 +00:00
65.24.116.99
1ddc3b8273 poll vote (/sdcard/annex) 2013-07-06 02:27:51 +00:00
93.223.164.113
22ba8d51f1 poll vote (Whole /sdcard) 2013-07-05 23:13:17 +00:00
Joey Hess
66afa15a33 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-04 20:56:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm0sGxsiJ7yj5iQsF-A5tEl6XKOGQieqEo
1fb0584a37 Added a comment: Writing papers 2013-07-04 15:32:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
d21aab2d3b Added a comment 2013-07-04 12:41:36 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
ca1a79cd03 Added a comment 2013-07-03 22:16:32 +00:00
Joey Hess
7ae3223eab update 2013-07-03 17:49:18 -04:00
Joey Hess
2039cc5676 blog for the day 2013-07-03 15:55:02 -04:00
GLITTAH
45534e758d Added a comment: Forgot to add... 2013-07-03 19:28:42 +00:00
http://joeyh.name/
80a399e90d Added a comment 2013-07-03 15:51:48 +00:00
GLITTAH
e7bf574597 Added a comment: Several annexes managing >3TB. No problems! 2013-07-02 00:12:28 +00:00
85.170.116.133
e69075f0be poll vote (/sdcard/annex) 2013-07-01 07:51:36 +00:00
2001:7b8:312:0:a8b1:a6e7:1968:6aeb
d8b92b4d85 poll vote (/sdcard/annex) 2013-06-30 20:55:29 +00:00
https://dzsino.myopenid.com/
97ee6c0b3f Added a comment: thanks! 2013-06-30 13:10:35 +00:00
http://jasonwoof.com/
70c4ef603a Added a comment: It's been great! 2013-06-29 03:48:09 +00:00
EvanDeaubl
69ee54c73e Added a comment 2013-06-28 18:35:55 +00:00
216.115.165.4
de01147e85 poll vote (Google Drive) 2013-06-28 00:59:19 +00:00
Joey Hess
3e09e35924 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-27 16:28:05 -04:00
http://julien.lefrique.name/
dafdd215bf Added a comment: Many thanks! 2013-06-27 19:59:47 +00:00
Joey Hess
3fafbf15a6 blog for the day 2013-06-27 15:44:55 -04:00
http://joeyh.name/
43d8a1e5bf Added a comment 2013-06-27 18:11:45 +00:00
http://joeyh.name/
845093476e Added a comment 2013-06-27 18:11:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
bdf618e8a1 Added a comment: Nothing fancy but... 2013-06-27 16:52:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlOc-EOD5ZyggsAp6lOnU7x5MxizwLtUXA
34c1e7ec11 Added a comment: more success 2013-06-27 14:09:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk
cf8dcbacc1 Added a comment: Backups 2013-06-27 13:14:43 +00:00
http://joeyh.name/
728b27ae2f Added a comment 2013-06-27 06:31:29 +00:00
andy
8f9bf584c5 Added a comment: Another success story 2013-06-27 02:03:00 +00:00
Richard Hartmann
65bbd063dc Merge branch 'master' of git://git-annex.branchable.com 2013-06-27 00:20:55 +02:00
Richard Hartmann
85788afae5 Fix link in old blog post 2013-06-27 00:20:41 +02:00
Joey Hess
3187f0ae86 blog for the day 2013-06-26 18:13:02 -04:00
http://joeyh.name/
cc050e5e82 Added a comment 2013-06-26 19:39:15 +00:00
http://nicolas-schodet.myopenid.com/
e55bc6feca Added a comment: Thank you for this great tool! 2013-06-26 18:10:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl3A5oeZFLreGhDTFVMOJYIy1auKiTL_ZY
afe452879c Added a comment: :) 2013-06-26 15:04:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8e61a9424a Added a comment 2013-06-26 08:36:33 +00:00
https://launchpad.net/~subito
cfb577db0a Added a comment: Big success! 2013-06-26 07:00:16 +00:00
46.115.86.1
8341d42745 poll vote (/sdcard/annex) 2013-06-26 03:34:39 +00:00
http://edheil.wordpress.com/
8685af7df2 Added a comment 2013-06-25 22:26:27 +00:00
Joey Hess
5e2b5ebd15 blog for the day 2013-06-25 17:32:50 -04:00
http://joeyh.name/
28d012d3b4 Added a comment 2013-06-25 17:12:17 +00:00
Richard Hartmann
b0b79af9cd Typo, grammar, and formatting 2013-06-22 14:54:23 +02:00
Joey Hess
cd282b5a67 blog for the day 2013-06-21 20:45:57 -04:00
36.83.109.27
7555e4ced7 poll vote (Tahoe-LAFS) 2013-06-21 15:01:31 +00:00
Joey Hess
903bb8caf3 fix date 2013-06-18 17:14:28 -04:00
Joey Hess
6133811308 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-18 16:52:44 -04:00
Joey Hess
36ef25553b blog for the day 2013-06-18 16:45:55 -04:00
Richard Hartmann
333cb8e79b Typo and broken link 2013-06-18 08:22:33 +02:00
Joey Hess
bcb5613c46 blog for the day 2013-06-17 21:44:21 -04:00
Richard Hartmann
d0a68e2260 Typo 2013-06-17 01:15:19 +02:00
Joey Hess
e7b4d7320e blog for the day 2013-06-14 18:20:35 -04:00
Joey Hess
fe53456c1d Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-14 11:53:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkDb5BRI8VzliQuKRVM7NwMdudvxiUNPHI
941d357d2c Added a comment: git annex add on Win7 NTFS 2013-06-14 09:26:24 +00:00
Joey Hess
4193479013 thoughts on encryption 2013-06-13 21:38:07 -04:00
Joey Hess
304d7e5089 blog for the day 2013-06-12 19:52:57 -04:00
http://edward.myopenid.com/
61bd70fb89 correct typo 2013-06-11 14:00:14 +00:00
http://joeyh.name/
a1d0d0f6e3 Added a comment 2013-06-10 23:50:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
a713bd2f73 Added a comment 2013-06-10 23:42:20 +00:00
Joey Hess
033e00d981 blog for the day 2013-06-10 17:21:07 -04:00
188.28.32.165
053092b470 poll vote (/sdcard/annex) 2013-06-10 13:24:01 +00:00
82.225.168.180
3427c67c1b poll vote (Whole /sdcard) 2013-06-07 16:32:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
77b05d9e12 Added a comment 2013-06-04 12:51:20 +00:00
Joey Hess
1f8a1f843c Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-03 19:15:09 -04:00
Joey Hess
531efdadee blog for the vacation 2013-06-03 19:14:22 -04:00
93.129.89.68
f268d12cbc poll vote (Amazon S3 (done)) 2013-06-03 10:54:46 +00:00
173.11.84.230
e26e7d11c5 poll vote (Google Drive) 2013-06-03 06:02:40 +00:00
75.149.35.29
ceab0f35be poll vote (/sdcard/annex) 2013-06-01 23:28:30 +00:00
Richard Hartmann
529c7d2ede Typo, grammar, and HTML caret 2013-06-01 22:52:57 +02:00
Joey Hess
5df09b5777 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-31 21:36:43 -04:00
Joey Hess
ac2da684f8 blog for the day 2013-05-31 21:36:14 -04:00
Richard Hartmann
cbd41ab11a Moderation 2013-05-31 23:42:57 +02:00
Joey Hess
ce9189ae1a blog for the day 2013-05-30 21:49:17 -04:00
Joey Hess
f3888c272d update 2013-05-30 13:37:03 -04:00
http://joeyh.name/
7209645213 Added a comment 2013-05-29 16:30:20 +00:00
Joey Hess
3571ca7d36 blog for the day 2013-05-28 19:26:07 -04:00
Richard Hartmann
8aaf2023fa Typos 2013-05-28 09:10:06 +02:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
20d84016ff Added a comment 2013-05-28 03:23:51 +00:00
Joey Hess
2afca7a8f6 blog for the da 2013-05-27 18:18:20 -04:00
79.207.25.10
2928fdb466 poll vote (/sdcard/annex) 2013-05-27 06:39:56 +00:00
Joey Hess
18b92f97fe blog for the 1/2 day 2013-05-26 18:42:50 -04:00
Joey Hess
90069a32c2 blog for the days 2013-05-25 16:08:29 -04:00
Joey Hess
f3640baca0 blog for the day 2013-05-23 19:16:29 -04:00
Joey Hess
f6f9afedb1 update 2013-05-22 17:29:24 -04:00
Joey Hess
94738975e7 blog for the day 2013-05-22 17:22:49 -04:00
Joey Hess
99324eac9a XMPP: Send pings and use them to detect when contact with the server is lost.
I noticed that when my modem hung up and redialed, my xmpp client was left
sending messages into the void. This will also handle any idle
disconnection issues.
2013-05-22 17:03:46 -04:00
Joey Hess
c1e10d2241 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-22 13:10:16 -04:00
Joey Hess
2cf0e548bb todo 2013-05-22 10:40:49 -04:00
Richard Hartmann
6ee940ca7a Typos 2013-05-22 06:43:53 +02:00
Joey Hess
20710d4c24 blog for the day 2013-05-21 19:35:35 -04:00
Joey Hess
08c03b2af3 XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibility with previous versions of git-annex, which will refuse to accept any XMPP pushes from this version. 2013-05-21 18:24:29 -04:00
Joey Hess
700d5683a9 Merge branch 'master' into xmpp
Conflicts:
	debian/changelog
	doc/design/assistant/more_cloud_providers.mdwn
2013-05-21 15:54:47 -04:00
Joey Hess
ceb600d715 lift megaannex comment into tip, etc 2013-05-21 13:28:09 -04:00
Joey Hess
df3203ec62 flir 2013-05-21 08:23:20 -04:00
Joey Hess
230aed671f XMPP: Ignore duplicate messages received when pushing. 2013-05-20 21:58:59 -04:00
Joey Hess
69a1529c89 flickr 2013-05-20 19:22:22 -04:00
Joey Hess
a0885d7ce4 blog for the day 2013-05-20 18:49:37 -04:00
213.138.67.85
c6f55c3a80 poll vote (/sdcard/annex) 2013-05-20 15:00:37 +00:00
Joey Hess
2f8bfaea4e blog for the day 2013-05-19 18:20:48 -04:00
Joey Hess
c552336621 idea 2013-05-19 17:29:20 -04:00
http://joeyh.name/
f1d241a465 Added a comment 2013-05-19 20:56:25 +00:00
http://joeyh.name/
328c38d472 Added a comment 2013-05-19 19:12:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI
d2a59a40bb Added a comment: GTalk/XMPP 2013-05-19 09:58:51 +00:00
Richard Hartmann
b70af62185 Typo
Combed with extra fine teeth just to make Joey happy ;)
2013-05-18 09:59:53 +02:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
4f6d602f8f Fixed a typo 2013-05-17 22:39:50 +00:00
Joey Hess
3174447a1d blog for the day 2013-05-17 18:24:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI
434f9adcf4 Added a comment: Continued work 2013-05-17 07:44:38 +00:00
Joey Hess
3921c7b676 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-16 19:05:08 -04:00
Joey Hess
454941dd22 blog for the day 2013-05-16 18:57:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
b5d8db6a7b Added a comment 2013-05-16 17:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
edc4ccdfbf Added a comment: Android success 2013-05-16 04:14:10 +00:00
Joey Hess
a42b23a44b blog for the day 2013-05-15 20:57:02 -04:00
Joey Hess
ecca55ae85 more fixes for test suite in direct mode
Still quite a few failures.
2013-05-15 19:33:27 -04:00
http://joeyh.name/
8a286be1f3 Added a comment 2013-05-15 22:56:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d202c1ed92 Added a comment 2013-05-15 22:30:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
139056c904 Added a comment: Just use Unix Paths like git does? 2013-05-15 20:43:35 +00:00
Richard Hartmann
416e2c63fe Typo (which broke a link) 2013-05-15 08:48:25 +02:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
a380ece54e Added a comment: git on windows 2013-05-15 04:26:52 +00:00
Joey Hess
465e4511a1 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-14 20:25:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
961f00c100 Added a comment: I also see the connection timed out 2013-05-15 00:19:42 +00:00
Joey Hess
dc483deb44 fix time 2013-05-14 20:18:53 -04:00
Joey Hess
5fc20678b0 fixed names 2013-05-14 20:18:27 -04:00
Joey Hess
7aec4c7889 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-14 20:13:04 -04:00
Joey Hess
3ce675d7c9 blog for the day 2013-05-14 20:12:08 -04:00
206.169.71.34
c90a5e37c7 poll vote (/sdcard/annex) 2013-05-14 17:31:23 +00:00
Joey Hess
c01be2a0b0 blog for the day 2013-05-13 20:53:27 -04:00
http://jamesjustjames.wordpress.com/
e2795e80af Added a comment: Isn't windows deprecated? 2013-05-13 05:51:20 +00:00
Joey Hess
35b0875872 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-12 17:42:02 -04:00
Joey Hess
013c04011f blog for the day 2013-05-12 17:40:38 -04:00
Richard Hartmann
36fcd1b522 Grammo 2013-05-12 00:50:03 +02:00
Joey Hess
1257e6de96 update 2013-05-11 17:19:43 -04:00
Joey Hess
2ab8c1c53c Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-11 17:16:49 -04:00
Joey Hess
13783c5c75 blog for the day 2013-05-11 17:15:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
e50c52d50c Added a comment 2013-05-10 23:52:43 +00:00
Joey Hess
47e3b48623 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-10 18:38:27 -04:00
Joey Hess
09d798f620 blog for the day 2013-05-10 18:37:51 -04:00
85.255.197.126
767a39bd42 poll vote (/sdcard/annex) 2013-05-10 15:43:14 +00:00
Joey Hess
04c1540c93 blog for the day 2013-05-09 16:21:25 -04:00
Joey Hess
7c2a90b0e8 fix for Android 2013-05-09 15:23:40 -04:00
Joey Hess
311036a92f update 2013-05-09 14:44:58 -04:00
Joey Hess
09e4ab1a83 update 2013-05-09 14:10:13 -04:00
Joey Hess
f92eaf6315 rsync special remotes: When sending from a crippled filesystem, use the destination's default file permissions, as the local ones can be arbitrarily broken. (Ie, ----rwxr-x for files on Android) 2013-05-09 13:55:18 -04:00
Richard Hartmann
64b33060d8 Typo 2013-05-09 16:12:28 +02:00
Joey Hess
1d5fdb844b blog for the day 2013-05-08 23:46:06 -04:00
Joey Hess
53f1d36b35 blog for the day 2013-05-07 19:40:21 -04:00
Joey Hess
278301706e Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-07 15:00:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
cb663e0dde Added a comment 2013-05-07 06:20:35 +00:00
Joey Hess
5543309012 update 2013-05-06 18:12:56 -04:00
Joey Hess
b1c045719b blog for the day 2013-05-06 18:09:46 -04:00
Joey Hess
f7ebb61d80 update 2013-05-06 16:05:27 -04:00
http://joeyh.name/
4235d2c9d5 Added a comment 2013-05-06 15:08:19 +00:00
Joey Hess
7f5ccb7e8d thoughts 2013-05-06 11:06:27 -04:00
Xyem
38e2185cb3 Added a comment 2013-05-06 12:18:40 +00:00
Joey Hess
8a709df613 blog for the day 2013-05-04 17:09:48 -04:00
Joey Hess
d35132810a Got removable media mount detection working on Android.
Bionic has an amusing stub for `getmntent` that prints out
"FIX ME! implement getmntent()"

But, `/proc/mounts` is there, so I just parse it.
2013-05-04 16:19:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
d68333f2f5 Added a comment 2013-05-04 05:30:26 +00:00
Richard Hartmann
50911c1a6d Typo 2013-05-04 00:44:02 +02:00
Joey Hess
91f033bd99 blog for the day 2013-05-03 15:45:42 -04:00
Joey Hess
9c62425224 update 2013-05-03 15:41:30 -04:00
Joey Hess
33334bfe2e added special camera repository to start screen for android 2013-05-03 15:21:31 -04:00
Joey Hess
1b3b1675ab update 2013-05-03 13:33:56 -04:00
Joey Hess
585997d4b8 update 2013-05-03 13:33:03 -04:00
Joey Hess
d63af71d67 update 2013-05-03 13:21:36 -04:00
Joey Hess
2e50754661 Android page 2013-05-03 12:29:52 -04:00
Joey Hess
24c8474a0b update 2013-05-03 01:36:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI
a6c0e44bab Added a comment: Woohoo! 2013-05-03 03:13:26 +00:00
Joey Hess
b0a6aa42b1 update 2013-05-02 20:39:11 -04:00
Joey Hess
5e01e9b4be update 2013-05-02 19:09:20 -04:00
Joey Hess
d36bce94d6 blog for the day 2013-05-02 19:04:55 -04:00
Joey Hess
ed2fc6fcd3 update 2013-05-01 21:20:27 -04:00
Joey Hess
1c27eaa720 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-01 21:10:12 -04:00
Joey Hess
5c1d67bda0 blog for the day 2013-05-01 21:09:50 -04:00
Richard Hartmann
9a228d08b6 Two typos 2013-05-01 23:46:14 +02:00
Joey Hess
7c73b7584d blog for the day 2013-04-30 17:59:36 -04:00
Joey Hess
6e93a8d292 update 2013-04-30 16:57:40 -04:00
Joey Hess
9249c324f4 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-30 14:14:56 -04:00
Joey Hess
df88c51334 add uuid to all xmpp messages
(Except for the actual streaming of receive-pack through XMPP, which
can only run once we've gotten an appropriate uuid in a push initiation
message.)

Pushes are now only initiated when the initiation message comes from a
known uuid. This allows multiple distinct repositories to use the same xmpp
address.

Note: This probably breaks initial push after xmpp pairing, because at that
point we may not know about the paired uuid, and so reject the push from
it. It won't break in simple cases, because the annex-uuid of the remote
is checked. However, when there are multiple clients behind a single xmpp
address, only uuid of the first is recorded in annex-uuid, and so any
pushes from the others will be rejected (unless the first remote pushes their
uuids to us beforehand.
2013-04-30 13:22:55 -04:00
92.29.247.30
1f95207388 poll vote (/sdcard/annex) 2013-04-30 06:55:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnLgNOfkl8c6oQu9b42U0Pm_uC4n3Gkgiw
b115839212 Added a comment: Thanks! 2013-04-29 01:24:56 +00:00
Richard Hartmann
31475cf36e Typo 2013-04-27 23:47:40 +02:00
Joey Hess
abd85d9f3d blog for the day 2013-04-27 17:05:27 -04:00
http://joeyh.name/
165fb8c571 removed 2013-04-27 17:25:19 +00:00
Joey Hess
cfaee41cf4 add 2013-04-27 12:43:58 -04:00
Joey Hess
acf8b257ba blog for the day 2013-04-26 18:23:06 -04:00
Joey Hess
77864d188b update 2013-04-26 00:00:46 -04:00
Joey Hess
1d2fb595c4 blog for the day (10 am to 11:50 pm is insane) 2013-04-25 23:50:40 -04:00
2001:980:45c4:1:84e8:c853:c73d:5c6b
be45339a92 poll vote (/sdcard/annex) 2013-04-25 11:51:21 +00:00
62.207.88.33
e90bde6764 poll vote (/sdcard/annex) 2013-04-25 08:08:04 +00:00
Richard Hartmann
bce17baada Typo 2013-04-25 08:52:22 +02:00
Joey Hess
affb89a699 blog for the day 2013-04-24 18:57:52 -04:00
spwhitton
deddc31d26 Added a comment 2013-04-24 17:09:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
f849e79173 Added a comment: Bugs... 2013-04-23 23:30:47 +00:00
Joey Hess
1c4d5694a1 exclude moreinfo 2013-04-23 18:42:56 -04:00
Joey Hess
9a7fa9fc20 add moreinfo page for bugs 2013-04-23 18:39:37 -04:00
Joey Hess
327b465a75 blog for the day 2013-04-23 18:23:58 -04:00
http://joeyh.name/
fa9d37fab7 Added a comment 2013-04-23 20:16:26 +00:00
spwhitton
6886190a52 Added a comment 2013-04-23 17:11:46 +00:00
108.170.138.61
77c2fd4b50 poll vote (/sdcard/annex) 2013-04-23 11:02:35 +00:00
hhm
68c39cbaa5 Added a comment: file transfer? 2013-04-23 10:22:51 +00:00
hhm
9c3af3c3a2 Added a comment: file transfer? 2013-04-23 10:22:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
b46681870e poll vote (/sdcard/annex) 2013-04-22 23:48:28 +00:00
Joey Hess
108a1ec520 blog for the day 2013-04-22 17:31:18 -04:00
140.233.6.178
de4557cead poll vote (/sdcard/annex) 2013-04-22 13:28:50 +00:00
Richard Hartmann
46d2343d59 Typo 2013-04-22 09:10:16 +02:00
Joey Hess
49d039fe6a Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-21 19:12:05 -04:00
Joey Hess
b6d53c426b blog for the day 2013-04-21 19:11:53 -04:00
49.176.102.23
dd0532b7c4 poll vote (/sdcard/annex) 2013-04-21 22:59:11 +00:00
84.194.180.65
184a458a12 poll vote (Whole /sdcard) 2013-04-21 20:25:59 +00:00
212.255.225.202
ac74ab2c2a poll vote (/sdcard/annex) 2013-04-21 16:35:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
4b04a835a9 poll vote (/sdcard/annex) 2013-04-21 03:09:20 +00:00
Joey Hess
54e7cdb55c close poll 2013-04-20 19:40:48 -04:00
http://joeyh.name/
26388c453b Added a comment 2013-04-20 23:38:48 +00:00
Joey Hess
cefe2fac2d Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-20 19:29:26 -04:00
Joey Hess
a24a471ea9 blog for the day 2013-04-20 19:28:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnE6kFAbud1LWrQuyX76yMYnUjHt9tR-A8
203a2e87b8 Added a comment: Direct mode 2013-04-20 20:55:10 +00:00
82.26.93.238
020af970af poll vote (Whole /sdcard) 2013-04-20 19:23:47 +00:00
82.26.93.238
ec730d423d poll vote (/sdcard/annex) 2013-04-20 18:38:04 +00:00
62.16.199.39
dc8e11471b poll vote (/sdcard/annex) 2013-04-20 17:21:38 +00:00
2a01:e35:8abf:e790:c214:3dff:fed7:730f
fe02126d87 poll vote (/sdcard/annex) 2013-04-20 16:56:58 +00:00
98.232.226.200
39a76de0f5 poll vote (/sdcard/annex) 2013-04-20 16:21:22 +00:00
184.175.42.76
725d3e2ee0 poll vote (/sdcard/annex) 2013-04-20 14:28:57 +00:00
https://m-f-k.myopenid.com/
1e527cddb4 typo 2013-04-20 13:44:37 +00:00
https://m-f-k.myopenid.com/
e4f9238201 poll vote (/sdcard/annex) 2013-04-20 13:42:54 +00:00
93.207.189.79
01c1e38b72 poll vote (DCIM directory (photos and videos only)) 2013-04-20 13:42:35 +00:00
24.22.142.175
1cb5f72687 poll vote (/sdcard/annex) 2013-04-20 13:41:26 +00:00
81.103.22.225
6eb5ed8393 poll vote (/sdcard/annex) 2013-04-20 10:40:05 +00:00
http://meep.pl/
e255c2d25c poll vote (/sdcard/annex) 2013-04-20 10:22:28 +00:00
91.180.173.226
72a5f1d597 poll vote (DCIM directory (photos and videos only)) 2013-04-20 09:55:54 +00:00
88.164.170.119
0d966735d2 poll vote (/sdcard/annex) 2013-04-20 09:55:37 +00:00
78.53.211.209
f2a709705d poll vote (/sdcard/annex) 2013-04-20 09:37:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
e11d0c4ea7 poll vote (/sdcard/annex) 2013-04-20 09:16:35 +00:00
82.159.135.82
aaaa72574d poll vote (/sdcard/annex) 2013-04-20 08:30:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E
a8c1a6f6be poll vote (/sdcard/annex) 2013-04-20 08:28:56 +00:00
84.208.143.189
d59b7f10b3 poll vote (/sdcard/annex) 2013-04-20 07:40:47 +00:00
88.193.80.4
6c293440bd poll vote (/sdcard/annex) 2013-04-20 06:30:00 +00:00
91.41.237.155
996eae018f poll vote (/sdcard/annex) 2013-04-20 06:17:27 +00:00
95.154.16.24
23c3ffac0d poll vote (/sdcard/annex) 2013-04-20 05:45:32 +00:00
89.135.94.99
762b1de9ca poll vote (/sdcard/annex) 2013-04-20 05:11:53 +00:00
2001:4dd0:ff00:917b:60e9:b9ce:80dd:d12e
88d5e317b3 poll vote (/sdcard/annex) 2013-04-20 04:59:04 +00:00
79.165.59.119
7ad1bcd428 poll vote (DCIM directory (photos and videos only)) 2013-04-20 04:35:06 +00:00
154.51.136.37
bc81008f2a poll vote (/sdcard/annex) 2013-04-20 03:37:05 +00:00
71.120.27.178
6148e7cb44 poll vote (/sdcard/annex) 2013-04-20 02:31:58 +00:00
174.127.226.162
6016e5f536 poll vote (/sdcard/annex) 2013-04-20 00:38:55 +00:00
65.128.213.74
b7b51a9950 poll vote (/sdcard/annex) 2013-04-19 23:08:17 +00:00
216.252.94.141
8fe66505b0 poll vote (Same as for regular git-annex. ~/annex/) 2013-04-19 23:02:30 +00:00
173.74.130.60
e9ac0b96ec poll vote (/sdcard/annex) 2013-04-19 23:02:13 +00:00
217.235.28.142
32ad31bbe5 poll vote (/sdcard/annex) 2013-04-19 22:53:21 +00:00
217.235.28.142
4a12eaf6a2 poll vote (DCIM directory (photos and videos only)) 2013-04-19 22:52:47 +00:00
134.109.80.51
1178081de4 poll vote (/sdcard/annex) 2013-04-19 22:25:47 +00:00
82.212.51.154
9dc6592e1a poll vote (DCIM directory (photos and videos only)) 2013-04-19 22:24:41 +00:00
216.38.130.168
4666bf9d76 poll vote (/sdcard/annex) 2013-04-19 22:15:38 +00:00
130.243.187.0
eff2cc1133 poll vote (/sdcard/annex) 2013-04-19 22:11:01 +00:00
24.16.193.140
a5a2fdd09b poll vote (/sdcard/annex) 2013-04-19 22:05:37 +00:00
Joey Hess
0d723e736e blog for the day 2013-04-19 17:52:52 -04:00
http://joeyh.name/
13f90d68a9 Added a comment 2013-04-19 18:01:45 +00:00
190.10.148.3
ff18bc7f64 poll vote (I haven't always well understood the differences between commandline operation & the assistant, so the differences would confuse me, and I found the command line more understandable & less scary. Now trying to learn to like & trust the assistant. :)) 2013-04-19 11:24:56 +00:00
2a01:240:fe6d:0:4cf2:3eb2:34c3:6dd7
be95d49e74 poll vote (/sdcard/annex) 2013-04-19 11:13:19 +00:00
2a01:240:fe6d:0:4cf2:3eb2:34c3:6dd7
499c43267d poll vote (I need a Windows port) 2013-04-19 11:10:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmvVKc1ECzZx7EhtLHBP6RWPZewq4x_9I
34f2df8fc0 Added a comment: Windows + git ignore like syntax for files to sync 2013-04-19 10:47:36 +00:00
2.229.44.241
e714403d15 poll vote (I need to be able to restrict in which repo dirs changes get auto-committed using a syntax similar to gitignore) 2013-04-19 10:44:14 +00:00
2.229.44.241
0f5d6f5ca7 poll vote (I need to be able to restrict in which repo dirs changes get auto-committed) 2013-04-19 10:43:34 +00:00
2.229.44.241
c28458673c poll vote (I need a Windows port) 2013-04-19 10:41:20 +00:00
121.98.93.240
a71e9cfb93 poll vote (/sdcard/annex) 2013-04-19 10:29:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
da2866987a Added a comment 2013-04-19 06:29:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
a804a8ccf8 poll vote (/sdcard/annex) 2013-04-19 06:26:47 +00:00
Joey Hess
4401c80c24 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-18 21:13:44 -04:00
99.54.57.201
02d27c1c2f poll vote (/sdcard/annex) 2013-04-19 00:43:04 +00:00
Joey Hess
c336f4f092 update 2013-04-18 20:39:30 -04:00
18.90.1.139
aacd3228f0 poll vote (Whole /sdcard) 2013-04-19 00:10:41 +00:00
Joey Hess
693626725f new poll 2013-04-18 19:59:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
11b79bae1b Added a comment: am start -a android.intent.action.VIEW -d http://localhost/etc 2013-04-18 22:39:50 +00:00
Joey Hess
6c1c3ae561 update 2013-04-18 17:16:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
7ba78cdf1f Added a comment: Duplicated files resolved 2013-04-18 05:52:35 +00:00
Richard Hartmann
d9426cd138 Typo and grammar 2013-04-17 22:07:02 +02:00
Joey Hess
9eac7ff2f1 blog for the day (and 8 hours last night) 2013-04-17 13:24:26 -04:00
Joey Hess
71d0d7b425 blog for the day 2013-04-16 17:05:09 -04:00
82.69.4.3
e3f04e09f8 poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-04-16 17:24:17 +00:00
Joey Hess
150b724d93 blog for the day 2013-04-15 20:08:37 -04:00
2a01:240:fe6d:0:f2de:f1ff:fe80:2ec5
133a465411 poll vote (I need a Windows port) 2013-04-15 12:25:12 +00:00
Richard Hartmann
c36b915435 Typo 2013-04-15 08:53:52 +02:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
9428ee39ea Added a comment: Plans for two factor authentication or oath? 2013-04-15 00:58:05 +00:00
Richard Hartmann
2828c913d3 Update blog to reflect 21f93de 2013-04-15 02:09:59 +02:00
http://joeyh.name/
fc58685216 Added a comment 2013-04-14 23:59:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
fbc22d214a Added a comment: Confusing name for storage directory 2013-04-14 23:55:03 +00:00
Joey Hess
2783b7b09b blog for the day 2013-04-14 16:57:44 -04:00
173.228.80.237
ca12b66555 poll vote (I set it up, but am confused about what I set up! It would be great to be able to start from scratch.) 2013-04-14 19:38:26 +00:00
andy
bb21cf3edc removed 2013-04-14 06:47:31 +00:00
andy
ba6f264c5b Added a comment: Just in case it might be helpful... 2013-04-14 05:56:47 +00:00
andy
04c6508e0a Added a comment: Just in case it might be helpful... 2013-04-14 05:56:20 +00:00
andy
f2f910a84e removed 2013-04-14 05:51:14 +00:00
andy
0bdb906845 Added a comment: WRT drag & drop 2013-04-14 05:50:43 +00:00
Joey Hess
4e7df50907 blog for the day 2013-04-13 19:25:42 -04:00
robconnolly
910fe6cdb8 Added a comment 2013-04-13 03:12:14 +00:00
marvin
3c15bd5c30 Added a comment: Happy Birthday 2013-04-12 17:52:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawksoT5jmbiZ9UghROilchqy3kNJ1XGqCAo
685bb186cb Added a comment: Drag and Drop 2013-04-12 03:37:53 +00:00
Joey Hess
c4309200a1 blog for the day 2013-04-11 17:47:38 -04:00
Joey Hess
9e11699c76 connect existing meters to the transfer log for downloads
Most remotes have meters in their implementations of retrieveKeyFile
already. Simply hooking these up to the transfer log makes that information
available. Easy peasy.

This is particularly valuable information for encrypted remotes, which
otherwise bypass the assistant's polling of temp files, and so don't have
good progress bars yet.

Still some work to do here (see progressbars.mdwn changes), but this
is entirely an improvement from the lack of progress bars for encrypted
downloads.
2013-04-11 17:32:31 -04:00
http://joeyh.name/
2ebd414239 Added a comment 2013-04-11 14:57:24 +00:00
Joey Hess
04a27ad926 assistant: Bug fix to avoid annexing the files that git uses to stand in for symlinks on FAT and other filesystem not supporting symlinks.
also, blog for the day..
2013-04-10 19:57:26 -04:00
Joey Hess
271a919d14 assistant: Added sequence numbers to XMPP git push packets. (Not yet used.)
For backwards compatability, "" is treated as "0" sequence number.

--debug will show xmpp sequence numbers now, but they are not otherwise
used.
2013-04-10 18:39:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
6f7ccc546f Added a comment 2013-04-10 13:35:30 +00:00
Joey Hess
9ab47478d1 update 2013-04-09 17:48:37 -04:00
Joey Hess
0b089284a2 blog for the day 2013-04-09 17:45:28 -04:00
http://joeyh.name/
07fcffc948 Added a comment 2013-04-09 19:18:24 +00:00
http://joeyh.name/
73fb7a72db Added a comment 2013-04-09 18:58:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
5e2fa650fd Added a comment 2013-04-09 07:27:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9f2546c6e0 Added a comment: Certificate storage 2013-04-09 00:43:13 +00:00
Joey Hess
34e162681c blog for the day 2013-04-08 17:10:55 -04:00
95.34.185.74
b0c06c1eb7 poll vote (A build for te raspberry pi would be supercol!) 2013-04-07 08:36:35 +00:00
Joey Hess
1eb9892f2f blog for the day 2013-04-06 18:42:45 -04:00
guilhem
00fc21bfec Generate ciphers with a better entropy.
Unless highRandomQuality=false (or --fast) is set, use Libgcypt's
'GCRY_VERY_STRONG_RANDOM' level by default for cipher generation, like
it's done for OpenPGP key generation.

On the assistant side, the random quality is left to the old (lower)
level, in order not to scare the user with an enless page load due to
the blocking PRNG waiting for IO actions.
2013-04-06 16:09:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUbH3eytydcwlWqv8oauE2Jg4NwcV9uA0
541ee5d806 Added a comment: me! 2013-04-06 18:22:31 +00:00
http://joeyh.name/
c571641b73 Added a comment 2013-04-06 16:27:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
84fb58aaf0 Added a comment: deletions by mistake? 2013-04-06 04:58:09 +00:00
http://edheil.wordpress.com/
a764f3dbd5 Added a comment 2013-04-05 23:50:14 +00:00
Joey Hess
3c1a4953c7 blog for the day 2013-04-05 16:42:05 -04:00
Joey Hess
367d9069bd todo item for progress bars for downloads from encrypted remotes 2013-04-05 14:23:48 -04:00
Joey Hess
1491f12d62 blog for the day 2013-04-04 16:41:25 -04:00
141.30.61.141
2e7d03d387 poll vote (A build for te raspberry pi would be supercol!) 2013-04-04 13:39:28 +00:00
5.153.122.99
4159862adc poll vote (I need a Windows port) 2013-04-04 07:40:36 +00:00
Joey Hess
eb2b9f9f3a Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-03 19:15:22 -04:00
Joey Hess
999a42f3be update 2013-04-03 19:14:31 -04:00
96.32.108.109
62bd1e7420 poll vote (A build for te raspberry pi would be supercol!) 2013-04-03 17:29:57 +00:00
http://joeyh.name/
d3c42f12b5 Added a comment 2013-04-03 03:42:40 +00:00
Joey Hess
b19bb77dd1 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-02 23:40:04 -04:00
andy
45ea1aac92 Added a comment: Just wondering what I'm missing... 2013-04-02 21:43:33 +00:00
http://joeyh.name/
4d0af59f4c Added a comment 2013-04-02 21:36:50 +00:00
Joey Hess
08407149d0 add link to new page 2013-04-02 17:36:12 -04:00
Joey Hess
1816646540 add 2013-04-02 17:14:58 -04:00
Joey Hess
e70feb7484 blog for the day 2013-04-02 17:09:03 -04:00
Joey Hess
eaaa3315d7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-02 16:55:21 -04:00
Joey Hess
1a2c8aeab8 new screencast 2013-04-02 16:54:26 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkWG4T4SGZxY-q4Wo8Jbxwb67g4J-WYmQM
31f06cd8ef poll vote (Initially the lack of direct-mode. Now concerns about the safety of direct mode. Perhaps after the next release.) 2013-04-02 18:50:03 +00:00
94.195.202.110
ce08a7a948 poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-04-02 17:53:50 +00:00
https://dzsino.myopenid.com/
eabfcdbf7e Added a comment: I've voted for git-remote-gcrypt because.. 2013-04-02 09:07:23 +00:00
https://dzsino.myopenid.com/
1f527f232b removed 2013-04-02 09:06:39 +00:00
https://dzsino.myopenid.com/
51a2b851a8 Added a comment: I've voted for git-remote-gcrypt because.. 2013-04-02 09:06:08 +00:00
Richard Hartmann
ac442e94b6 Typo and broken link 2013-04-02 01:38:32 +02:00
Joey Hess
60602f9945 blog for the part of the day I didn't waste writing a lolcat filter 2013-04-01 17:55:08 -04:00
http://adamspiers.myopenid.com/
ed8a6872ca Added a comment: Ask for more money :-) 2013-04-01 19:01:50 +00:00
Joey Hess
4b12506c0a fix up some weird write-in choices 2013-04-01 14:37:08 -04:00
2001:470:26:9bb:288e:30f8:701e:d88d
123945726c poll vote (get webapp working on Android) 2013-04-01 18:21:14 +00:00
84.57.11.234
999974e496 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 18:05:51 +00:00
2a00:c440:20:124f:cbc:afff:fe2e:f82
429f87f2fb poll vote (optimize file transfer using rsync in the case of changing files) 2013-04-01 17:59:32 +00:00
2a00:c440:20:124f:cbc:afff:fe2e:f82
29c539800d poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 17:58:31 +00:00
2a00:c440:20:124f:cbc:afff:fe2e:f82
1534e6b748 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 17:58:23 +00:00
2a00:c440:20:124f:cbc:afff:fe2e:f82
bdc7ca2697 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 17:58:16 +00:00
216.112.253.9
97f7ea0f36 poll vote (upload and download rate limiting) 2013-04-01 17:57:51 +00:00
89.0.248.69
fa6c542e27 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 16:53:51 +00:00
86.59.215.85
b6cfbbe999 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 16:47:50 +00:00
80.138.106.186
59da93865f poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 16:41:47 +00:00
80.138.106.186
2e6575b41c poll vote (upload and download rate limiting) 2013-04-01 16:41:25 +00:00
80.187.102.178
58cf01062e poll vote (upload and download rate limiting) 2013-04-01 16:41:06 +00:00
128.223.222.16
6017acec88 poll vote (get webapp working on Android) 2013-04-01 16:34:56 +00:00
70.68.144.25
03ba25c95b poll vote (optimize file transfer using rsync in the case of changing files) 2013-04-01 16:06:43 +00:00
166.147.104.35
0a81b6ac4a poll vote (start windows port now) 2013-04-01 15:26:16 +00:00
2602:306:bd11:6a50:a866:164d:7b3b:990c
0ba44c85d5 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 14:54:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkWG4T4SGZxY-q4Wo8Jbxwb67g4J-WYmQM
77ff956b86 Added a comment: don't work on features option 2013-04-01 14:03:35 +00:00
2003:6a:6d02:1401:c62c:3ff:fe10:28ef
2e4bd482e3 poll vote (get webapp working on Android) 2013-04-01 13:58:38 +00:00
24.185.86.215
a9dc23d6ee poll vote (start windows port now) 2013-04-01 13:46:10 +00:00
212.255.24.94
65403f7bcc poll vote (Handle duplicate files) 2013-04-01 13:28:15 +00:00
212.255.24.94
1e40801585 poll vote (start windows port now) 2013-04-01 13:28:07 +00:00
212.255.24.94
6dbd1d99a8 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 13:27:47 +00:00
212.255.24.94
b2fde7adf9 poll vote (get webapp working on Android) 2013-04-01 13:27:32 +00:00
62.46.178.22
676c726d46 poll vote (get webapp working on Android) 2013-04-01 10:08:34 +00:00
85.16.230.26
cb04250c79 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 10:04:29 +00:00
85.16.230.26
a79b1118b9 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 10:04:10 +00:00
85.16.230.26
ea674454f1 poll vote (upload and download rate limiting) 2013-04-01 10:03:43 +00:00
80.187.103.131
7319d8fd67 poll vote (start windows port now) 2013-04-01 09:46:00 +00:00
80.187.103.131
f67a83fc1e poll vote (get webapp working on Android) 2013-04-01 09:45:01 +00:00
89.182.13.50
158052bf6e poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 09:10:09 +00:00
82.239.37.220
eea2632aea poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 08:42:08 +00:00
83.10.106.143
4a8624d0d2 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 08:12:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
a6ffa81f44 Added a comment: Duplicate files 2013-04-01 07:58:51 +00:00
82.36.235.9
972a5624cf poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 07:55:37 +00:00
99.230.250.140
7cec5f7182 poll vote (Waiting for Fedora/CentOS rpm repository.) 2013-04-01 07:54:05 +00:00
95.154.16.24
02fe570f3e poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 07:52:54 +00:00
95.154.16.24
560663bf64 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 07:52:48 +00:00
99.230.250.140
18d74f6f09 poll vote (direct mode (aka real files instead of symlinks)) 2013-04-01 07:52:15 +00:00
84.1.177.223
60b3d083fb poll vote (Handle duplicate files) 2013-04-01 07:47:44 +00:00
87.166.231.45
9a2aa40301 poll vote (deltas: speed up syncing modified versions of existing files) 2013-04-01 07:36:29 +00:00
80.187.102.35
b69ea5f6e6 poll vote (deltas: speed up syncing modified versions of existing files) 2013-04-01 07:24:16 +00:00
80.187.102.35
cb649fca16 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 07:24:03 +00:00
80.187.102.35
175d4d125c poll vote (get webapp working on Android) 2013-04-01 07:23:22 +00:00
2.128.160.150
6d10191e3c poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 07:14:48 +00:00
46.115.74.48
0334ae01c2 poll vote (get webapp working on Android) 2013-04-01 06:33:29 +00:00
46.115.74.48
f083898577 poll vote (get webapp working on Android) 2013-04-01 06:33:17 +00:00
84.55.64.132
0cac76c9e7 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 06:30:02 +00:00
87.181.163.20
692e336771 poll vote (upload and download rate limiting) 2013-04-01 06:13:06 +00:00
174.61.224.229
1c5dc63a76 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 06:05:36 +00:00
89.12.250.28
1d405f9b77 poll vote (get webapp working on Android) 2013-04-01 05:57:21 +00:00
83.145.224.122
f945e671ed poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 05:41:22 +00:00
83.145.224.122
573d420a13 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 05:41:15 +00:00
83.145.224.122
5cebc91be4 poll vote (get webapp working on Android) 2013-04-01 05:41:07 +00:00
188.61.52.255
94dd6f2f61 poll vote (deltas: speed up syncing modified versions of existing files) 2013-04-01 05:19:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
c0de50ddd8 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 04:36:18 +00:00
80.200.161.166
381a43fae0 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 02:20:49 +00:00
109.128.233.50
441cc20f58 poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 01:48:42 +00:00
125.199.23.34
c74313045c poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 01:43:29 +00:00
170.148.69.140
dc6eed903b poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 01:32:14 +00:00
71.120.27.178
680ff07dd0 poll vote (get webapp working on Android) 2013-04-01 01:29:40 +00:00
71.120.27.178
8c1eceec06 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 01:29:31 +00:00
71.120.27.178
60bc71f92c poll vote (upload and download rate limiting) 2013-04-01 01:29:17 +00:00
58.6.99.98
fe5c85becb poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 01:26:01 +00:00
216.211.245.82
98f3fc092e poll vote (get webapp working on Android) 2013-04-01 01:13:35 +00:00
188.61.52.255
cf3913ff61 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 01:12:14 +00:00
212.186.52.66
619d5cca9a poll vote (encrypted git remotes using git-remote-gcrypt) 2013-04-01 00:56:44 +00:00
Joey Hess
5e3c43f7fc Merge branch 'master' of ssh://git-annex.branchable.com 2013-03-31 19:51:33 -04:00
Joey Hess
cb9b060f4a link polls 2013-03-31 19:50:59 -04:00
184.175.42.76
ce964b48a4 poll vote (don't work on features, work on making it easier to install and use) 2013-03-31 23:38:29 +00:00
EskildHustvedt
ca6c6be378 poll vote (get webapp working on Android) 2013-03-31 23:25:19 +00:00
50.46.189.77
d257e03c4b poll vote (encrypted git remotes using git-remote-gcrypt) 2013-03-31 23:20:57 +00:00
Joey Hess
358f303c51 Merge branch 'master' of ssh://git-annex.branchable.com 2013-03-31 19:15:14 -04:00
Joey Hess
1b66611ecc blog for the day 2013-03-31 19:10:29 -04:00
1.44.247.234
58fd37bb9b poll vote (don't work on features, work on making it easier to install and use) 2013-03-31 11:04:07 +00:00
79.215.69.139
5e77bb09d5 poll vote (get webapp working on Android) 2013-03-31 09:24:52 +00:00
99.54.57.201
c59304d425 poll vote (get webapp working on Android) 2013-03-31 06:12:16 +00:00
166.62.145.173
af937610c4 poll vote (encrypted git remotes using git-remote-gcrypt) 2013-03-31 05:47:00 +00:00
76.218.48.205
551125fd85 poll vote (don't work on features, work on making it easier to install and use) 2013-03-31 03:27:51 +00:00
128.61.104.52
f11c2003c7 poll vote (don't work on features, work on making it easier to install and use) 2013-03-31 01:51:20 +00:00
79.165.59.119
7f8ebd1782 poll vote (get webapp working on Android) 2013-03-30 20:23:34 +00:00
http://joeyh.name/
f5b4514ca4 poll vote (upload and download rate limiting) 2013-03-30 19:07:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
f433e540be poll vote (get webapp working on Android) 2013-03-30 19:05:14 +00:00
Joey Hess
f5942eba7a typo 2013-03-30 14:50:42 -04:00
Joey Hess
e8ecf42184 add a poll 2013-03-30 14:48:53 -04:00
Joey Hess
e4dfe84f4c design page for rate limiting 2013-03-30 14:25:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
101362cb4b Added a comment: Great idea! 2013-03-30 08:00:17 +00:00
guilhem
55f0f858ee Allow other MAC algorithms in the Remote Config. 2013-03-29 18:04:52 -04:00
Joey Hess
7533cfa9ef blog for the day 2013-03-29 16:55:16 -04:00
Richard Hartmann
6fdc28ae66 Fix typo 2013-03-29 16:21:58 +01:00
Joey Hess
5434124c75 blog for the day 2013-03-28 17:41:43 -04:00
http://joeyh.name/
04f02e9f33 Added a comment 2013-03-28 15:50:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
b572897b75 Added a comment: something for the wishlist maybe? 2013-03-28 08:30:07 +00:00
Joey Hess
8d3fe19bc6 blog for the day 2013-03-27 16:55:15 -04:00
Joey Hess
5203f11baa update 2013-03-27 16:50:11 -04:00