Joey Hess
bf15c6d74e
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-29 13:09:50 -04:00
Joey Hess
6fa0d0ecc8
webapp: Run ssh server probes in a way that will work when the login shell is a monstrosity that should have died 25 years ago, such as csh.
2013-03-29 13:09:30 -04:00
http://joeyh.name/
4baa89ffd1
Added a comment
2013-03-29 16:47:30 +00:00
diepes
3ea0d6c413
Added a comment: rsync description and example
2013-03-29 15:57:20 +00:00
Joey Hess
65c7fcc77a
Build debian package without using cabal, which writes to HOME. Closes : #704205
2013-03-29 11:37:25 -04:00
Richard Hartmann
26a69208f0
Merge branch 'master' of git://git-annex.branchable.com
2013-03-29 16:22:10 +01:00
Richard Hartmann
6fdc28ae66
Fix typo
2013-03-29 16:21:58 +01:00
https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM
81790db37b
Added a comment: box.com fixed
2013-03-29 15:15:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c
5260f6c6b9
Added a comment
2013-03-29 04:03:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c
c1a5c1822d
removed
2013-03-29 03:49:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c
d6dc2c209c
Added a comment
2013-03-29 03:48:42 +00:00
Joey Hess
34b03ef47a
syntax tweak
2013-03-28 23:27:45 -04:00
Joey Hess
5434124c75
blog for the day
2013-03-28 17:41:43 -04:00
Joey Hess
6eb8440052
typo
2013-03-28 17:11:53 -04:00
Joey Hess
cf07a2c412
webapp: Progess bar fixes for many types of special remotes.
...
There was confusion in different parts of the progress bar code about
whether an update contained the total number of bytes transferred, or the
number of bytes transferred since the last update. One way this bug
showed up was progress bars that seemed to stick at zero for a long time.
In order to fix it comprehensively, I add a new BytesProcessed data type,
that is explicitly a total quantity of bytes, not a delta.
Note that this doesn't necessarily fix every problem with progress bars.
Particularly, buffering can now cause progress bars to seem to run ahead
of transfers, reaching 100% when data is still being uploaded.
2013-03-28 17:04:37 -04:00
Joey Hess
577128e9b8
avoid removing a transfer being made by another process
...
When another process is running a transfer, if we try to run a dup it'll
fail, and we should not remove the transfer from the transfer display.
2013-03-28 15:16:45 -04:00
Joey Hess
7bf6ca4e0d
skip files in dist
2013-03-28 15:08:29 -04:00
Joey Hess
5870f713f0
update comment
2013-03-28 15:03:51 -04:00
Joey Hess
24d1ec760d
avoid showing web special remote in sync alert
2013-03-28 14:51:39 -04:00
Joey Hess
75a1c2f91a
cleanup debug print
2013-03-28 14:18:26 -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
http://joeyh.name/
d9c85cff34
Added a comment
2013-03-27 22:48:16 +00:00
51m0n
f25ba0099b
2013-03-27 22:43:28 +00:00
Joey Hess
8d3fe19bc6
blog for the day
2013-03-27 16:55:15 -04:00
Joey Hess
440055db19
Merge remote-tracking branch 'origin/master'
2013-03-27 16:54:30 -04:00
Joey Hess
5203f11baa
update
2013-03-27 16:50:11 -04:00
Joey Hess
c0851d98f1
update
2013-03-27 16:18:53 -04:00
Joey Hess
4ef6e8fed5
improve wording
2013-03-27 15:46:08 -04:00
Joey Hess
f1d92e6c40
cleanup
2013-03-27 15:40:43 -04:00
Joey Hess
0ffbb6a02a
mistagged
2013-03-27 15:36:24 -04:00
Joey Hess
defaaa6f36
updates
2013-03-27 15:35:14 -04:00
http://joeyh.name/
04c8d5e96c
Added a comment
2013-03-27 19:22:06 +00:00
Joey Hess
1d0b692198
webapp: Fix a race that sometimes caused alerts or other notifications to be missed if they occurred while a page was loading.
...
When a page is loaded, the javascript requests an notification url, and
does long polling on the url to be informed of changes. But if a change
occured before the notification url was requested, it would not be notified
of that change, and so the page display would not update.
I fixed this by *always* updating the page display after it gets
the notification url. This is extra work, but the overhead is not noticable
in the other overhead of loading a page.
(A nicer way would be to somehow record the version of a page initially
loaded, and then compare it with the current version when getting the
notification url, and only force an update if it's changed. But getting
the "version" of the different parts of the page that use long polling
is difficult.)
2013-03-27 14:56:20 -04:00
Joey Hess
a87e046049
avoid displaying alert when syncing only to removable drives and all not attached
2013-03-27 14:25:49 -04:00
Joey Hess
f8707b6d3b
fix inverted logic in filtering failed remotes
2013-03-27 14:19:10 -04:00
Joey Hess
5c943b051c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-27 13:53:49 -04:00
Joey Hess
50e2ea3825
Per-command usage messages.
2013-03-27 13:51:24 -04:00
Xyem
894e6863ab
Added a comment
2013-03-27 16:50:58 +00:00
http://joeyh.name/
c5a64b8800
Added a comment
2013-03-27 16:38:47 +00:00
http://joeyh.name/
03202c945d
Added a comment
2013-03-27 16:38:10 +00:00
Joey Hess
99d3c3cec3
add a debug message about where logging goes
2013-03-27 12:37:15 -04:00
http://joeyh.name/
b0dc1b98c3
Added a comment
2013-03-27 16:18:15 +00:00
Joey Hess
3c6dd26d9d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-27 11:45:46 -04:00
24.5.140.143
fc825043a8
poll vote (I need an IPhone port (not holding my breath))
2013-03-27 01:42:40 +00:00
https://launchpad.net/~wincus
ca4db7af99
Added a comment: git annex on Snow Leopard
2013-03-26 16:02:55 +00:00
Joey Hess
50fda70b2d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-03-25 22:09:31 -04:00
24.49.204.117
85fdf62e64
poll vote (I need an Android port)
2013-03-25 19:25:45 +00:00
Joey Hess
0d72519ae0
make usage less terrifying
...
Need to make `git annex help command` show the options for that command.
2013-03-25 12:41:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
a0a198ea35
Added a comment: SSL certificates
2013-03-25 16:09:54 +00:00