summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* avoid installing man pages when they do not existGravatar Joey Hess2012-09-01
| | | | | Man pages are shipped prebuilt in cabal tarball, but will not be available when cloning git and running cabal install.
* typographyGravatar Joey Hess2012-08-31
|
* typoGravatar Joey Hess2012-08-31
|
* blog for the dayGravatar Joey Hess2012-08-31
|
* UI for adding a ssh or rsync remoteGravatar Joey Hess2012-08-31
|
* split out local repo configuratorsGravatar Joey Hess2012-08-31
|
* Added a commentGravatar http://joeyh.name/2012-08-31
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-31
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY2012-08-31
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-31
|\|
* | updateGravatar Joey Hess2012-08-31
| |
* | preserve bytesComplete when updating a transfer infoGravatar Joey Hess2012-08-31
| | | | | | | | Avoids flicker to 0% when resuming a paused transfer.
* | remove the TChan component from the data structureGravatar Joey Hess2012-08-31
| | | | | | | | | | | | | | | | | | The code to maintain that TChan in parallel with the list was buggy, the two were not always the same. And all that TChan was needed for was blocking on the next transfer, which can be accomplished just as well by checking the size and retrying, thanks to STM. Also, this is faster, and uses less memory. Total win.
* | fix alterTransferInfoGravatar Joey Hess2012-08-31
| | | | | | | | don't want to stomp over fields other than the ones being changed
* | fix bug where resuming a transfer also started one queued transferGravatar Joey Hess2012-08-31
| |
| * Added a commentGravatar http://joeyh.name/2012-08-31
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY2012-08-31
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE2012-08-31
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-30
|\
* | blog for the dayGravatar Joey Hess2012-08-30
| |
* | add a tip based on bergey's mention of the emacs mode in a commentGravatar Joey Hess2012-08-30
| |
| * Added a comment: git-annex, media, emacsGravatar http://bergey.dreamwidth.org/2012-08-31
|/
* updateGravatar Joey Hess2012-08-30
|
* reorg osx stuffGravatar Joey Hess2012-08-30
|
* fix build without the webappGravatar Joey Hess2012-08-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-30
|\
| * Added a commentGravatar http://joeyh.name/2012-08-30
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-30
|\ \
| | * Added a commentGravatar http://joeyh.name/2012-08-30
| |/
* | import yesod qualifiedGravatar Joey Hess2012-08-30
| | | | | | | | | | | | To avoid conflict with different liftIO from MonadIO (in some version of yesod not the one I have here), and because it's generally clearer, since this module has both Wai and Yesod stuff, to qualify them both.
| * Added a commentGravatar http://joeyh.name/2012-08-30
|/
* add missing data-default dependency (needed with new yesod only)Gravatar Joey Hess2012-08-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-30
|\
| * Added a comment: getting new error now.Gravatar http://kevwalke.myopenid.com/2012-08-30
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE2012-08-30
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2012-08-30
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY2012-08-30
| |
* | use only one level of exception handling for transfer slotGravatar Joey Hess2012-08-29
| |
* | display "paused" when transfer is pausedGravatar Joey Hess2012-08-29
| | | | | | | | | | | | This makes the buttons in the UI a little clearer. I'd prefer to enable the barberpole animation for running transfers, but that is jerky looking due to the way the dashboard is updated.
* | bugGravatar Joey Hess2012-08-29
| |
| * Added a commentGravatar http://joeyh.name/2012-08-29
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-29
|\
* | fix repeated pause and resume of a transferGravatar Joey Hess2012-08-29
| | | | | | | | | | | | | | I had an intuition that throwTo might be blocking because an exception was caught and the exception handler was running. This seems to be the case, and is avoided by using try. However, I can't really find anywhere in throwTo's documentation that justifies this behavior.
* | updateGravatar Joey Hess2012-08-29
| |
* | typoeGravatar Joey Hess2012-08-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2012-08-29
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-29
|\
* | blog for the dayGravatar Joey Hess2012-08-29
| |
* | make start button work on queued transfersGravatar Joey Hess2012-08-29
| | | | | | | | | | | | When multiple downloads of a key are queued, it starts the first, but leaves the other downloads in the queue. This ensures that we don't lose a queued download if the one that got started failed.
* | more genericGravatar Joey Hess2012-08-29
| |