summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-10-16changed static build behaviorJan Günter
2021-10-16v1.0.16 Bug fixesv1.0.16aristocratos
2021-10-16fix: when vim keys [k]ill should be [K]illJavier López Úbeda
2021-10-15Added: Try to restart secondary thread in case of stall and addiotional error...aristocratos
2021-10-14Changed: Removed unnecessary async threads in Runner threadaristocratos
2021-10-14Changed: Reverted thread mutex lock to atomic bool with wait and timeoutaristocratos
2021-10-13Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlockaristocratos
2021-10-12Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of ...aristocratos
2021-10-12v1.0.15 Vim keysv1.0.15aristocratos
2021-10-12Added: Toggle in options for enabling directional vim keys "h,j,k,l"aristocratos
2021-10-12Fixed: Removed unneeded lock in Runner::run()aristocratos
2021-10-12Changed: Limit atomic_wait() to 1000ms to fix rare stallaristocratos
2021-10-06Fixed: Extra "root" partition when running in snaparistocratos
2021-10-06v1.0.14 Bug fixes and start of OSX developmentv1.0.14aristocratos
2021-10-06Fixed: snap root disk and changed to compiler flags instead of env variables ...aristocratos
2021-10-06Fixed: Uid -> User fallback to getpwuid() if failure for non static buildsaristocratos
2021-10-05Changed: Total system memory is checked at every update instead of once at startaristocratos
2021-10-02v1.0.13 Better symbol compatibilityv1.0.13aristocratos
2021-10-02Changed: Graph empty symbol is now regular whitespacearistocratos
2021-10-01Updated Prerequisitesaristocratos
2021-09-30Version bumparistocratos
2021-09-30Fixed: Exception handling for faulty net download/upload speedaristocratos
2021-09-30Fixed: Cpu percent formatting if over 10'000aristocratos
2021-09-29v1.0.11 Bug fixesv1.0.11aristocratos
2021-09-29Changed: Init will continue if UTF-8 locale are detected even if it fails to ...aristocratos
2021-09-29Fixed: UTF8 set LANG and LC_ALL to empty before UTF8 search and fixed empty e...aristocratos
2021-09-28Changed: Snap new / mountpoint detectionaristocratos
2021-09-28Fixed: Get real / mountpoint when running inside snaparistocratos
2021-09-28Changed: atomic_wait to use while loop instead of atom.wait() because of rand...aristocratos
2021-09-28v1.0.10 Bug fixesv1.0.10aristocratos
2021-09-28Changed: UTF8 detection search if LANG is set but fails to setaristocratos
2021-09-28Fixed: Cpu percent cutting off above 1000 percent and added scaling with "k" ...aristocratos
2021-09-28Changed: Moved signal handler setup to later in initaristocratos
2021-09-28Changed: Cpu temp values check for existing valuesaristocratos
2021-09-27Added: Check for empty percentage dequesaristocratos
2021-09-27Changed: Moved check for valid terminal dimensions to before platform initaristocratos
2021-09-27Changed: Stop second thread before updating terminal size variablesaristocratos
2021-09-27Added: Wait for terminal size properties to be available at startaristocratos
2021-09-26Changed: use_fstab for disks collection now defaults to truearistocratos
2021-09-26v1.0.9 Bug fixesv1.0.9aristocratos
2021-09-26Fixed: Freeze on cin.ignore()aristocratos
2021-09-26Added: ifstream check and try-catch for stod() in Tools::system_uptime()aristocratos
2021-09-26v1.0.8 Bug fixesv1.0.8aristocratos
2021-09-26Changed: Only log tty name if knownaristocratos
2021-09-25Fixed: Missing NULL check for ttynamearistocratos
2021-09-25More fixes for UTF-8 detectionaristocratos
2021-09-25Fixed: Additional NULL checks in UTF-8 detectionaristocratos
2021-09-24v1.0.7 Bug fixesv1.0.7aristocratos
2021-09-24Fixed: Scrollbar position incorrect in small lists and selection not working ...aristocratos
2021-09-24Fixed: Cores not constrained to cpu box and core numbers above 100 cut offaristocratos