Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | refactor alert button creation code | Joey Hess | 2013-04-04 |
| | |||
* | webapp: Now allows restarting any threads that crash. | Joey Hess | 2013-01-26 |
| | |||
* | use async to track and manage threads | Joey Hess | 2013-01-26 |
| | |||
* | split remaining assistant types | Joey Hess | 2012-10-30 |
| | |||
* | split out daemonstatus types | Joey Hess | 2012-10-30 |
| | |||
* | lift alertWhile | Joey Hess | 2012-10-29 |
| | |||
* | move alert display functions | Joey Hess | 2012-10-29 |
| | |||
* | remove brokendebug | Joey Hess | 2012-10-29 |
| | |||
* | Assistant monad, stage 2.5 | Joey Hess | 2012-10-29 |
| | | | | | | | | | | Converted several threads to run in the monad. Added a lot of useful combinators for working with the monad. Now the monad includes the name of the thread. Some debugging messages are disabled pending converting other threads. | ||
* | Assistant monad, stage 1 | Joey Hess | 2012-10-29 |
| | | | | | This adds the Assistant monad, and an AssistantData structure. So far, none of the assistant's threads run in the monad yet. | ||
* | display errors when any named thread crashes | Joey Hess | 2012-09-06 |
| | |||
* | debugging improvements | Joey Hess | 2012-07-20 |
add timestamps to debug messages Add lots of debug output in the assistant's threads. |