| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove mutexes around plugins | Jokler | 2017-11-16 | 1 | -2/+2 |
| | | | | | | | | Mutexes are supposed to only mark critical sections so locking the entire plugin is too general. Any plugins that need mutable data should use mutexes internally instead. | ||||
| * | Add missing help plugin | Jokler | 2017-10-27 | 1 | -0/+34 |
