Commit graph

11362 commits

Author SHA1 Message Date
http://joeyh.name/
4d84940c31 Added a comment 2013-12-12 17:47:30 +00:00
Joey Hess
35c30a3d78 close 2013-12-12 13:44:58 -04:00
http://joeyh.name/
00e1ddbb93 Added a comment 2013-12-12 17:38:21 +00:00
http://joeyh.name/
2c3c888a58 Added a comment 2013-12-12 17:35:28 +00:00
Joey Hess
9e7f27893b close 2013-12-12 13:32:44 -04:00
http://joeyh.name/
e50d1a882c Added a comment 2013-12-12 17:32:23 +00:00
http://joeyh.name/
535936e4d8 Added a comment 2013-12-12 17:20:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_bIB1Vadfc_GfPLKX_ScfWFCcaGyk8Ac
81a0ad89d7 2013-12-12 17:12:40 +00:00
http://joeyh.name/
3f94bc393d Added a comment 2013-12-12 17:11:59 +00:00
http://joeyh.name/
e6a7cc0d46 Added a comment 2013-12-12 17:07:37 +00:00
http://joeyh.name/
8830542a17 Added a comment 2013-12-12 17:01:53 +00:00
Joey Hess
5cde9ddd1b close 2013-12-12 12:57:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawknruiCHUcOh2mmpkh7OFJ4iNfAOOamRVs
8b14fa0231 2013-12-12 06:02:34 +00:00
Joey Hess
9b1bcb9e6b Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 18:04:40 -04:00
Joey Hess
da3caded0f devblog 2013-12-11 17:36:52 -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
https://www.google.com/accounts/o8/id?id=AItOawlFF9rUjf-AMUngY49F9e4tTiR0lq8rj08
734eed74fb 2013-12-11 20:26:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
2b3ba380d7 Added a comment: same here 2013-12-11 19:57:12 +00: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
6c6c86f83a Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 13:57:04 -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
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
815db7aed4 Added a comment: Backup 2013-12-11 17:38:41 +00:00
Joey Hess
172f3287c5 update 2013-12-11 13:34:16 -04:00
Joey Hess
a57417d881 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 13:31:41 -04:00
Joey Hess
bf0bc0b001 add design document 2013-12-11 13:31:11 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
fcc4fcf097 Added a comment 2013-12-11 16:18:37 +00:00
http://joeyh.name/
8aec41051e Added a comment 2013-12-11 15:40:35 +00:00
Joey Hess
e727881fb9 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 11:34:32 -04:00
Joey Hess
cbd7a7aeac title 2013-12-11 11:32:06 -04:00
http://joeyh.name/
97687939a7 Added a comment 2013-12-11 15:31:34 +00:00
Joey Hess
551abf439f update on XMPP (going to be a real PITA) 2013-12-11 11:24:02 -04:00
Joey Hess
0dd479e818 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 10:42:02 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
72725f410d 2013-12-11 12:58:52 +00:00
http://joeyh.name/
3b2581cf3e Added a comment 2013-12-11 06:20:58 +00:00
Joey Hess
ba75a2bc6f remove link to prebuilt tarball; this page is about debian packages 2013-12-11 02:16:07 -04:00
Joey Hess
2fd63f3cfa port transferkeys to windows; make stopping in progress transfers work too (probably)
transferkeys had used special FDs for communication, but that would be
quite annoying to do in Windows.

Instead, use stdin and stdout. But, to avoid commands like rsync stomping
on them and messing up the communications channel, they're duplicated to a
different handle; stdin is replaced with a null handle, and stdout is
replaced with a copy of stderr. This should all work in windows too.

Stopping in progress transfers may work on windows.. if the types unify
anyway. ;) May need some more porting.
2013-12-10 23:19:18 -04:00
Joey Hess
0fbbe79d8f Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 18:30:18 -04:00
Joey Hess
f805ff8b2b devblog 2013-12-10 18:29:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
7fcba8e61b Added a comment: Not a backup system... 2013-12-10 20:55:12 +00:00
Joey Hess
bc0b8b6465 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 15:40:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqimC5gbxsILaBlnuVXYtfSMDIhiyvHfw
4af6fa8033 Added a comment 2013-12-10 19:34:07 +00:00
Joey Hess
714e031d19 todo 2013-12-10 14:34:35 -04:00
Joey Hess
d764fcf842 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 12:44:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
7ce1f5780d 2013-12-10 16:05:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
deab842a65 2013-12-10 16:03:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
6504c2d934 more info 2013-12-10 16:02:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
aaac314b82 2013-12-10 16:00:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpmMRq6lo2NBrlmoxZQljaU_IaWsWB7qw
e35cfebb61 Added a comment: direct mode and vanishing files 2013-12-10 12:40:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
5c06a9bc1f 2013-12-10 12:38:59 +00:00
Joey Hess
2c7c07286c update 2013-12-10 01:45:21 -04:00
Joey Hess
8699a36438 update 2013-12-10 01:00:10 -04:00
Joey Hess
85e97e2976 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 00:47:24 -04:00
Joey Hess
855177f83b requesting admin didn't work (or only on vista) 2013-12-10 00:45:07 -04:00
Joey Hess
db8a980c70 request admin rights at install 2013-12-10 00:32:08 -04:00
http://a-or-b.myopenid.com/
39c97d1f2a 2013-12-10 00:15:42 +00:00
http://a-or-b.myopenid.com/
7afd4da621 2013-12-10 00:00:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1_OomoRgy1N3U4ASwScphTWkpg2Cb4P0
aec2416f08 Added instructions on getting the absolute latest version on Debian 7 2013-12-09 23:25:39 +00:00
Joey Hess
a00c1570e8 devblog 2013-12-09 18:08:08 -04:00
Joey Hess
43b6a0f71c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 17:47:46 -04:00
Joey Hess
4a5ab9b1e7 Tweak magic number to fix bad behavior in Firefox, which was caused by an earlier fix to bad behavior in Chromium.
Browsers are crap.
2013-12-09 17:44:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
67c9d548be Added a comment 2013-12-09 21:43:58 +00:00
Joey Hess
f8e1d2fd09 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 17:43:09 -04:00
http://joeyh.name/
a1b09f6db4 Added a comment 2013-12-09 21:39:18 +00:00
http://joeyh.name/
c84ac837ca Added a comment 2013-12-09 21:08:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
9751d9743c 2013-12-09 20:33:54 +00:00
Joey Hess
2e48dcf6a7 update 2013-12-09 16:00:48 -04:00
Joey Hess
4dd2767e31 update 2013-12-09 15:57:41 -04:00
https://launchpad.net/~maestro-alubia
f19551eaa8 Added a comment 2013-12-09 19:47:32 +00:00
Joey Hess
90d4ada06e update 2013-12-09 15:07:11 -04:00
Joey Hess
8192dd1c27 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 15:02:11 -04:00
Joey Hess
012f770066 webapp 100% working in windows + chrome; slightly buggy in windows + firefox 2013-12-09 15:01:43 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
77953ab806 Added a comment 2013-12-09 14:56:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlY4LE-xEyztjJeXSot7JIGGFWgBfabgwc
6a7761e286 Added a comment: GPG Key specification 2013-12-09 13:32:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0
1aac1709f3 Added a comment 2013-12-09 11:16:49 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
457849b250 Added a comment 2013-12-09 06:07:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ
62e170fd5f Added a comment: Curious to know if there's progress on this 2013-12-09 00:49:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk11IeWrsbRKPqxl0_Fp5B119mrzpMIkz8
3a96761a6f Added a comment 2013-12-08 21:50:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
5ce8128bf9 Added a comment 2013-12-08 20:41:45 +00:00
Joey Hess
c668ed35be Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-08 16:27:06 -04:00
Joey Hess
f3b2172118 devblog 2013-12-08 16:26:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ
2879200c11 Added a comment: Use case for not syncing to all remotes 2013-12-08 19:20:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
be777bcc2d Added a comment: pseudocode 2013-12-08 15:23:36 +00:00
http://nullroute.eu.org/~grawity/
f62dc8e294 Added a comment 2013-12-08 12:52:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
933ab0cd9f Added a comment: Similar problem 2013-12-08 12:30:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlqimC5gbxsILaBlnuVXYtfSMDIhiyvHfw
c2879bed80 2013-12-08 12:22:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
33913a3bbd Added a comment: Disappearing files 2013-12-08 12:16:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlqimC5gbxsILaBlnuVXYtfSMDIhiyvHfw
ebf487632e 2013-12-08 12:12:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
44cca2b72e 2013-12-08 12:06:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlbJRPdXK4aTvPhTpj_FEI14R9GxKezJ9U
792f775029 2013-12-07 23:48:24 +00:00
Joey Hess
dcf331898f Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-07 17:18:39 -04:00
Joey Hess
73dd5cbf5e devblog 2013-12-07 17:16:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn26WQjIP5fnMgQF_L_k3Q3UrR5v8mjRTY
71a57de35e Added a comment 2013-12-07 18:14:22 +00:00
Joey Hess
f7f0eced31 improve 2013-12-07 13:06:01 -04:00