Commit graph

3972 commits

Author SHA1 Message Date
Joey Hess
59aff16e02 Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-12 10:43:50 -04:00
http://joeyh.name/
c29c26a81c Added a comment 2012-11-12 14:43:32 +00:00
Joey Hess
520457e7ab Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-12 10:40:09 -04:00
http://phil.0x539.de/
a59e257422 Added a comment 2012-11-12 12:50:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqVi9eQjkZt8EC-byTXJ8TnY7VyOHzW2s
556b0e808e Added a comment: @Philipp Kern 2012-11-12 12:13:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqVi9eQjkZt8EC-byTXJ8TnY7VyOHzW2s
c7cee8c27c Added a comment: Jingle 2012-11-12 12:00:50 +00:00
http://phil.0x539.de/
8cd8c20846 Added a comment 2012-11-12 11:50:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqVi9eQjkZt8EC-byTXJ8TnY7VyOHzW2s
e2258d5cbc Added a comment: Pairing on the local network 2012-11-12 11:39:17 +00:00
karhun
d893e462fc Added a comment 2012-11-12 05:58:16 +00:00
Joey Hess
a1d58959e4 release notes for tomorrow's release 2012-11-12 01:23:42 -04:00
http://colberg.org/
5d58c42ec3 Added a comment 2012-11-12 05:05:39 +00:00
http://joeyh.name/
b1c4d12434 Added a comment 2012-11-12 02:39:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs
220a4fac70 Added a comment: Base64 vs. yEnc 2012-11-12 02:02:17 +00:00
http://zjs.name/
a1608251e3 2012-11-12 00:24:49 +00:00
Joey Hess
9f5b23d49f blog for the day 2012-11-11 18:16:49 -04:00
Joey Hess
7c30be0e8c use cabal macro to detect if old version of network is being used 2012-11-11 18:05:01 -04:00
Joey Hess
39cd705952 Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-11 17:52:01 -04:00
Joey Hess
b9799df90a fill in 2012-11-11 17:51:34 -04:00
http://joeyh.name/
08e3fba5c2 Added a comment 2012-11-11 21:49:10 +00:00
Joey Hess
8644d72ffb Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-11 17:44:09 -04:00
Joey Hess
116023e05d add a new walkthrough for xmpp pairing 2012-11-11 17:36:57 -04:00
http://peter-simons.myopenid.com/
215313f258 Add a request to support earlier versions of the network library 2012-11-11 21:03:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmraN_ldJplGunVGmnjjLN6jL9s9TrVMGE
e8e6730eec Added a comment: How to convert bare repositories to non-bare 2012-11-11 20:14:44 +00:00
Joey Hess
217eeede43 allow both one push and one receive-pack to run at the same time
Noticed that when pairing, sometimes both sides start to push, and the other
side sends a PushRequest, and the two deadlock, neither doing anything.
(Timeout eventually breaks this.) So, let both run at the same time.
2012-11-11 15:42:03 -04:00
Joey Hess
b312e54ba7 added a runTimeout function
This adds a dep on haskell's async library, but since that's been
added to the recent haskell platform release, it should not be
much hardship to my poor long-suffering library chasing users.
2012-11-11 13:38:08 -04:00
http://joeyh.name/
2a4367e0ee Added a comment 2012-11-11 16:06:42 +00:00
http://meep.pl/
25e626e1eb Added a comment: xmlns 2012-11-11 09:00:01 +00:00
Øyvind A. Holm
e1139c9a01 doc/sync.mdwn: Typo fix
5c945f18-2ba1-11e2-8d66-00c0a8deee11
2012-11-11 02:44:32 +01:00
http://christian.amsuess.com/chrysn
bb8286d6c5 Added a comment: further tracking 2012-11-11 01:15:41 +00:00
Joey Hess
f3bbe075f2 fix creation of creds directory for xmpp 2012-11-10 20:48:45 -04:00
Joey Hess
f642bdc4b2 Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-10 20:46:12 -04:00
Joey Hess
af5317318c blog for the day 2012-11-10 20:45:41 -04:00
http://phil.0x539.de/
0fe0cb20c8 2012-11-10 21:40:22 +00:00
http://phil.0x539.de/
ff7810eb83 poll vote (Amazon Glacier) 2012-11-10 20:19:34 +00:00
Joey Hess
d303190979 we're in month 5 already! It seems to be more cloud stuff, so far.. 2012-11-10 15:54:58 -04:00
Joey Hess
3e8fb862db update todo 2012-11-10 15:52:30 -04:00
http://joeyh.name/
a6edd94e3e Added a comment 2012-11-10 19:48:01 +00:00
Joey Hess
2aa4a3e7cb Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-10 15:44:26 -04:00
Joey Hess
41085cdc8c set negative XMPP presence priority
This should help prevent git-annex clients receiving messages that
were intended for normal clients they're sharing the account with.

Changed XMPP protocol use to always send chat messages directed at the
specific client, as the negative priority blocks less directed messages.
2012-11-10 15:33:12 -04:00
http://phil.0x539.de/
ee0bf529ad Added a comment 2012-11-10 18:50:47 +00:00
174.127.226.162
7fb9ee055c poll vote (Box.com) 2012-11-10 07:59:40 +00:00
http://joeyh.name/
0c2ec80e53 removed 2012-11-10 00:37:23 +00:00
http://joeyh.name/
2ee94a5447 Added a comment 2012-11-10 00:36:55 +00:00
http://joeyh.name/
16651040a6 Added a comment 2012-11-10 00:36:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU
b57568391d 2012-11-10 00:31:47 +00:00
Joey Hess
cb1999479e Merge branch 'master' of ssh://git-annex.branchable.com 2012-11-09 18:23:40 -04:00
Joey Hess
ef34aa2be1 blog for the day 2012-11-09 18:23:00 -04:00
http://joeyh.name/
ded7d63266 Added a comment 2012-11-09 21:55:42 +00:00
karhun
625c51ee54 Added a comment 2012-11-09 21:37:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM
6fc64d0e3b Added a comment 2012-11-09 19:37:24 +00:00