Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Redundant imports (mostly <$>) removed | jao | |
2020-08-07 | String index as progress bar | jao | |
2020-06-23 | Fix hlint warnings | Sibi Prabakaran | |
2020-06-23 | Update based on feedback on the PR | Sibi Prabakaran | |
2020-06-23 | Hlint fixes | Sibi Prabakaran | |
2020-06-23 | More cleanup | Sibi Prabakaran | |
2020-06-23 | Fix warnings | Sibi Prabakaran | |
2020-06-23 | More efficient formatting | Sibi Prabakaran | |
2020-06-23 | Optimize CPU monitor | Sibi Prabakaran | |
2020-06-13 | Initial support for benchmarks of the plugins | Sibi Prabakaran | |
2020-02-22 | Refactor code from tenthSeconds to doEveryTenthSeconds | Tomas Janousek | |
A preparation for timer coalescing: tenthSeconds is just a sleep whereas doEveryTenthSeconds enables using a central timer and waiting for all monitors to update before refreshing the window. This commit is just a simple refactor, the actual timer coalescing code comes later. | |||
2020-02-05 | New function `getArgvs` to get all values from user input | slotThe | |
2020-01-27 | Revert "Use a single Manager across the whole application" | jao | |
This reverts commit 1f1f0bd8b811740c84215f9ed4fa5ebd8309a990. | |||
2020-01-27 | Revert "Only require http-conduit when absolutely necessary" | jao | |
This reverts commit efb6d6817c092fe08e9b0f1b8a17bddd29d97cdb. | |||
2020-01-16 | Only require http-conduit when absolutely necessary | slotThe | |
2020-01-16 | Use a single Manager across the whole application | slotThe | |
2020-01-04 | Replace parseOpts with a generic function | slotThe | |
2019-10-15 | Battery: -P to show % | jao | |
2018-12-03 | CoreCommon -> Common.Files | jao | |
2018-12-02 | Fix: exposing the Command constructors in lib | jao | |
2018-12-02 | Plugins.Monitors.Common refactored into submodules | jao | |