Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-10 | |
|\ | |||
* | | blog for the day | 2012-09-10 | |
| | | |||
* | | pairing probably works now (untested) | 2012-09-10 | |
| | | |||
* | | check that ssh public key received over the wire is sane | 2012-09-10 | |
| | | |||
| * | Added a comment: GHC and Android | 2012-09-10 | |
| | | |||
* | | responding to pair requests *almost* works | 2012-09-10 | |
| | | |||
| * | Added a comment: re @ gdr-go2 | 2012-09-10 | |
| | | |||
* | | broke out fairly generic ssh stuff to Assistant.Ssh so pairing can use it too | 2012-09-10 | |
| | | | | | | | | | | I'd rather Utility.Ssh, but the SshData type is not sufficiently clean and generic for Utility. | ||
* | | split up ssh key generation and setup steps | 2012-09-10 | |
| | | |||
* | | add withTempDir | 2012-09-10 | |
| | | |||
| * | Added a comment | 2012-09-10 | |
| | | |||
| * | Added a comment | 2012-09-10 | |
| | | |||
| * | Added a comment | 2012-09-10 | |
| | | |||
| * | Added a comment: zsync? | 2012-09-10 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-09 | |
|\ | |||
* | | blog for the day | 2012-09-09 | |
| | | |||
* | | add an alert while a locally initiated pairing request is in progress | 2012-09-09 | |
| | | | | | | | | Has a button to cancel the request. | ||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | (no commit message) | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment: more about spaces... | 2012-09-09 | |
| | | |||
* | | pair request alert tweaks | 2012-09-09 | |
| | | |||
* | | unify bootstrap icon names in a data type | 2012-09-09 | |
| | | |||
* | | display icon for alerts with no header too | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
|/ | |||
* | fix gpg pipeline stall | 2012-09-09 | |
| | | | | | | Bug introduced in d1da9cf221aeea5c7ac8a313a18b559791a04f12, where I removed a forkProcess when feeding gpg. Feeding it from a thread solves the bug. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-09 | |
|\ | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment | 2012-09-09 | |
| | | |||
| * | Added a comment: Hogging memory | 2012-09-09 | |
| | | |||
* | | wording | 2012-09-09 | |
|/ | |||
* | update pair request alert when button is pressed | 2012-09-09 | |
| | |||
* | reorg templates | 2012-09-08 | |
| | |||
* | moved the PairStage inside the Verifiable data | 2012-09-08 | |
| | |||
* | add a PairDone message | 2012-09-08 | |
| | |||
* | render webapp staitc file url using yesod | 2012-09-08 | |
| | |||
* | first pass at alert buttons | 2012-09-08 | |
| | | | | | | | | | They work fine. But I had to go to a lot of trouble to get Yesod to render routes in a pure function. It may instead make more sense to have each alert have an assocated IO action, and a single route that runs the IO action of a given alert id. I just wish I'd realized that before the past several hours of struggling with something Yesod really doesn't want to allow. | ||
* | blog for the day | 2012-09-08 | |
| | |||
* | add remote directory to pair request | 2012-09-08 | |
| | |||
* | filter out our own pairing requests | 2012-09-08 | |
| | | | | | Due to being multicast, requests sent by one thread are received by the listener in another thread. |