summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | add svg versions of the git-annex logo, in color and black and whiteGravatar Joey Hess2012-08-19
| | | | | | | | | | | | | | | This is a simple application of inkscape's rather amazing tracing capabilities.
| * | updatesGravatar Joey Hess2012-08-19
| | |
| | * Fail to add attachment.Gravatar https://www.google.com/accounts/o8/id?id=AItOawlu7K3h7Ry1uDAU_ERYGuqt0LoGNJqGuRo2012-08-18
| | |
| | * Add description of file name related bug.Gravatar https://www.google.com/accounts/o8/id?id=AItOawlu7K3h7Ry1uDAU_ERYGuqt0LoGNJqGuRo2012-08-18
| | |
| | * Added a commentGravatar http://claimid.com/strager2012-08-17
| |/
* | Merge branch 'master' into assistantGravatar Joey Hess2012-08-17
|\| | | | | | | | | Conflicts: debian/changelog
| * Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.Gravatar Joey Hess2012-08-17
| |
| * Fixed formatting of "code"Gravatar EskildHustvedt2012-08-17
| |
| * (no commit message)Gravatar EskildHustvedt2012-08-17
| |
| * blog for the dayGravatar Joey Hess2012-08-16
| |
| * typoGravatar Joey Hess2012-08-16
| |
| * linkGravatar Joey Hess2012-08-16
| |
| * moved thanks pageGravatar Joey Hess2012-08-16
| |
| * add a new toplevel assistant pageGravatar Joey Hess2012-08-16
| | | | | | | | will flesh out later
* | make canCheckSymlink check in a parent directory if the directory DNEGravatar Joey Hess2012-08-16
| |
* | fix build warningGravatar Joey Hess2012-08-16
| |
* | Merge branch 'master' into assistantGravatar Joey Hess2012-08-16
|\| | | | | | | | | Conflicts: debian/changelog
| * rename forum post that has a filename too long to clone on some (unknown) OSGravatar Joey Hess2012-08-16
| |
| * Added a commentGravatar http://joeyh.name/2012-08-16
| |
| * Added a commentGravatar http://joeyh.name/2012-08-16
| |
* | rename forum post that has a filename too long to clone on some (unknown) OSGravatar Joey Hess2012-08-16
| |
| * Added a comment: Re: What about NTFS support?Gravatar https://www.google.com/accounts/o8/id?id=AItOawlc1og3PqIGudOMkFNrCCNg66vB7s-jLpc2012-08-16
| |
| * Added a commentGravatar http://cweiske.de/2012-08-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo2012-08-15
| |
| * typoGravatar https://www.google.com/accounts/o8/id?id=AItOawkRtcrbacbXmmxJBPopLgNDTjS21v7JkMk2012-08-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-08-14
| |
| * Added a comment: using sshfs + cryptmount is more secureGravatar https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo2012-08-14
| |
| * Added a comment: git clone git://git-annex.branchable.com/ gives an errorGravatar https://www.google.com/accounts/o8/id?id=AItOawm3uJkdiJJejvqix9dULvw_Ma7DCtB-6zA2012-08-13
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawneJXwhacIb0YvvdYFxhlNVpz6Wpg6V7AA2012-08-13
| |
| * Add info relative to new g3 branches and the merge of adc in g2/Gravatar https://www.google.com/accounts/o8/id?id=AItOawmsXDFwEbZ4GK78UuHv21CMXmhujArHSYg2012-08-12
| |
* | run resumed transfers immediately, do not wait for free transfer slotGravatar Joey Hess2012-08-12
| | | | | | | | | | The resumed transfer still uses a slot, so will delay other, queued transfers from starting.
* | implement resuming of paused transfersGravatar Joey Hess2012-08-12
| | | | | | | | | | Currently waits for a new transfer slot to open up, which probably needs to change..
| * Added a commentGravatar http://claimid.com/strager2012-08-11
| |
| * Added a commentGravatar http://joeyh.name/2012-08-11
| |
| * Added a commentGravatar http://claimid.com/strager2012-08-11
| |
| * Added a commentGravatar http://claimid.com/strager2012-08-11
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-10
| |\
| * | blog for the dayGravatar Joey Hess2012-08-10
| | |
* | | fix button display for paused transferGravatar Joey Hess2012-08-10
| | |
* | | implement pausing of transfersGravatar Joey Hess2012-08-10
| | | | | | | | | | | | | | | | | | A paused transfer's thread keeps running, keeping the slot in use. This is intentional; pausing a transfer should not let other queued transfers to run in its place.
* | | send update notificaton when removing a queued transferGravatar Joey Hess2012-08-10
| | |
* | | remove dummyGravatar Joey Hess2012-08-10
| | |
* | | process group killingGravatar Joey Hess2012-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to work pretty well. Handled the process groups like this: - git-annex processes started by the assistant for transfers are run in their own process groups. - otherwise, rely on the shell to allocate a process group for git-annex There is potentially a problem if some other program runs git-annex directly (not using sh -c) The program and git-annex would then be in the same process group. If that git-annex starts a transfer and it's canceled, the program would also get killed. May or may not be a desired result. Also, the new updateTransferInfo probably closes a race where it was possible for the thread id to not be recorded in the transfer info, if the transfer info file from the transfer process is read first.
* | | fork off git-annex copy for transfersGravatar Joey Hess2012-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't quite work, because canceling a transfer sends a signal to git-annex, but not to rsync (etc). Looked at making git-annex run in its own process group, which could then be killed, and would kill child processes. But, rsync checks if it's process group is the foreground process group and doesn't show progress if not, and when git has run git-annex, if git-annex makes a new process group, that is not the case. Also, if git has run git-annex, ctrl-c wouldn't be propigated to it if it made a new process group. So this seems like a blind alley, but recording it here just in case.
| | * Added a comment: SHA performanceGravatar http://nanotech.nanotechcorp.net/2012-08-10
| |/
| * wobbleGravatar Joey Hess2012-08-09
| |
| * wibbleGravatar Joey Hess2012-08-09
| |
| * fix linkGravatar Joey Hess2012-08-09
| |
| * todo: restartGravatar Joey Hess2012-08-09
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-09
| |\