Commit graph

1643 commits

Author SHA1 Message Date
Joey Hess
d670876d85 blog for the day 2013-03-15 19:18:25 -04:00
Joey Hess
57e5960758 Merge branch 'master' of ssh://git-annex.branchable.com 2013-03-15 18:13:19 -04:00
89.70.2.165
c6784fc67c poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-03-15 18:29:39 +00:00
89.70.2.165
4ac538644d poll vote (I need an Android port) 2013-03-15 18:29:24 +00:00
Joey Hess
810a06b771 webapp: Repository list is now included in the dashboard, and other UI tweaks. 2013-03-15 00:34:42 -04:00
Joey Hess
ac9f5da45c blog for the day 2013-03-14 16:46:12 -04:00
Joey Hess
07669f4854 Merge branch 'master' of ssh://git-annex.branchable.com 2013-03-13 22:48:14 -04:00
Joey Hess
1be6bf459b blog for the day 2013-03-13 22:47:41 -04:00
http://joeyh.name/
08c4191ae1 Added a comment 2013-03-13 16:58:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
06f470f2d2 Added a comment 2013-03-13 16:34:48 +00:00
http://joeyh.name/
080796c7e5 Added a comment 2013-03-13 16:08:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
046fa5d0c9 Added a comment: Global preferences? 2013-03-13 08:00:55 +00:00
85.178.4.91
a8374a1628 poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-03-13 07:19:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniXLhO9mLn-7EDfawdENZ2fQwlGy5w_oc
fc31e449cd poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-03-13 06:09:39 +00:00
Joey Hess
f39dc54644 todo 2013-03-13 00:01:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl1D_4vD5ueaDw8gRsIYPO3UHRKEpFfg9I
2202bbf6aa Added a comment: About development in Vim 2013-03-13 02:18:20 +00:00
Joey Hess
aa19dd263a update 2013-03-12 21:57:11 -04:00
Joey Hess
7ea9b887bd new UI design for unifying the dashboard and repo list and repo creation 2013-03-12 21:50:25 -04:00
Joey Hess
418b017978 remove todo item really caused by the webapp hang bug, now fixed 2013-03-12 21:47:27 -04:00
Joey Hess
797f8fc083 blog for the night and day 2013-03-12 20:02:56 -04:00
Joey Hess
9d36772dac blog for the day 2013-03-11 16:28:32 -04:00
59.167.254.184
d72a46f48d poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-03-11 11:55:28 +00:00
Joey Hess
2762ab03b4 assistant: generate better commits for renames 2013-03-10 22:10:26 -04:00
Joey Hess
19b515fb9a blog for the day 2013-03-10 19:16:38 -04:00
Joey Hess
27078cca95 update 2013-03-10 00:03:15 -04:00
Joey Hess
9cc75d9b50 blog for the day 2013-03-09 15:31:08 -04:00
Richard Hartmann
03c1472e48 Typo 2013-03-09 12:38:40 +01:00
Joey Hess
a8ef5fdd0d ghc-android progresses, now with fully native haskell apps.. 2013-03-08 20:47:39 -04:00
Joey Hess
35c0165690 blog for the day 2013-03-08 19:34:33 -04:00
Joey Hess
0e508f860a assistant: Sync with all git remotes on startup. 2013-03-08 13:48:27 -04:00
Joey Hess
2f84f3926a blog for the day 2013-03-07 19:00:09 -04:00
Joey Hess
d45c73089a update 2013-03-07 14:38:06 -04:00
Joey Hess
effafbc506 note 2013-03-07 11:09:21 -04:00
193.96.240.2
1b8a3f6373 poll vote (It's too hard to install (please say why in comments)) 2013-03-07 12:46:34 +00:00
193.96.240.2
7d3a870332 poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!) 2013-03-07 12:46:05 +00:00
139.80.40.12
0d7143325c poll vote (Not yet in Debian sid amd64) 2013-03-07 04:53:48 +00:00
Joey Hess
c16adc25c4 assistant: XMPP git pull and push requests are cached and sent when presence of a new client is detected.
Noticed that, At startup or network reconnect, git push messages were sent,
often before presence info has been gathered, so were not sent to any
buddies.

To fix this, keep track of which buddies have seen such messages,
and when new presence is received from a buddy that has not yet seen it,
resend.

This is done only for push initiation messages, so very little data needs
to be stored.
2013-03-06 21:38:01 -04:00
Joey Hess
d76e281de0 todo 2013-03-06 18:40:07 -04:00
Joey Hess
3c8498ec5f blog for the day 2013-03-06 16:32:47 -04:00
Joey Hess
c23ea9e311 assistant: Get back in sync with XMPP remotes after network reconnection, and on startup.
Make manualPull send push requests over XMPP.

When reconnecting with remotes, those that are XMPP remotes cannot
immediately be pulled from and scanned, so instead maintain a set of
(probably) desynced remotes, and put XMPP remotes on it. (This set could be
used in other ways later, if we can detect we're out of sync with other
types of remotes.)

The merger handles detecting when a XMPP push is received from a desynced
remote, and triggers a scan then, if they have in fact diverged.

This has one known bug: A single XMPP remote can have multiple clients
behind it. When this happens, only the UUID of one client is recorded
as the UUID of the XMPP remote. Pushes from the other XMPP clients will not
trigger a scan. If the client whose UUID is expected responds to the push
request, it'll work, but when that client is offline, we're SOL.
2013-03-06 15:09:31 -04:00
Joey Hess
59994d3e8f blog for the day 2013-03-04 16:40:37 -04:00
Joey Hess
aa2bc92b73 clarify todo item 2013-03-04 15:56:09 -04:00
http://ao2.it/
3009ab5463 Added a comment: Using the Emulator? 2013-03-04 13:58:18 +00:00
Joey Hess
0b236edba9 fix titles 2013-03-03 17:35:22 -04:00
Joey Hess
9c6238ac9d blog for the day 2013-03-03 17:21:03 -04:00
Joey Hess
08bdea7e52 webapp: New preferences page allows enabling/disabling debug logging at runtime, as well as configuring numcopies and diskreserve. 2013-03-03 17:07:27 -04:00
Joey Hess
d7ad02f893 fix title 2013-03-03 16:45:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
b54d87248b Added a comment 2013-03-01 23:52:53 +00:00
Joey Hess
3a783b4a3a blog for the day 2013-03-01 17:19:50 -04:00
Joey Hess
e2f1f7afc6 update 2013-03-01 14:21:10 -04:00