summaryrefslogtreecommitdiffstats
path: root/src/btop.cpp
AgeCommit message (Expand)Author
2022-02-11v1.2.1 Bug fixesv1.2.1aristocratos
2022-02-09Removed: Unnecessary counter for atomic_lockaristocratos
2022-02-09Fixed: Terminal resize warning getting stuckaristocratos
2022-01-16v1.2.0 FreeBSD Supportv1.2.0aristocratos
2022-01-12Squashed commit of the following:Jos Dehaes
2021-12-29v1.1.4 Bug fixesv1.1.4aristocratos
2021-12-29quick_exit for DarwinAnton Samokhvalov
2021-12-29Revert "no memory leak"Anton Samokhvalov
2021-12-29no memory leakAnton Samokhvalov
2021-12-29in_avail() can always be zero, it is a optimization opportunity onlyAnton Samokhvalov
2021-12-11v1.1.3 New themes + bugfixesv1.1.3aristocratos
2021-11-27v1.1.2 Bug fixesv1.1.2aristocratos
2021-11-27Fixed: UTF-8 detection on macosaristocratos
2021-11-16v1.1.1 OSX build fixesv1.1.1aristocratos
2021-11-14v1.1.0 OSX Supportv1.1.0aristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-13Added OSX fixes for upcoming mergearistocratos
2021-11-09v1.0.24 Bug fixesv1.0.24aristocratos
2021-11-08Fixed: SIGINT not cleaning up on exitaristocratos
2021-11-08Changed: Collection orderingaristocratos
2021-11-08v1.0.23 Bug fixesv1.0.23aristocratos
2021-11-08Fixed: Stall when clearing input queue on exit and queue is >1aristocratos
2021-11-03v1.0.22 Fixed 32-bitv1.0.22aristocratos
2021-11-02v1.0.21 Security and bug fixesv1.0.21aristocratos
2021-11-02Fixed: Security issue when running with SUID bit setaristocratos
2021-10-26v1.0.20 Bug fixesv1.0.20aristocratos
2021-10-21v1.0.19 Improved build systemv1.0.19aristocratos
2021-10-19v1.0.18 Fix for build platform detectionv1.0.18aristocratos
2021-10-18v1.0.17 New features and bug fixesv1.0.17aristocratos
2021-10-16Changed: Reverted mutexes back to custom atomic bool based locksaristocratos
2021-10-16v1.0.16 Bug fixesv1.0.16aristocratos
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-12v1.0.15 Vim keysv1.0.15aristocratos
2021-10-12Fixed: Removed unneeded lock in Runner::run()aristocratos
2021-10-06v1.0.14 Bug fixes and start of OSX developmentv1.0.14aristocratos
2021-10-02v1.0.13 Better symbol compatibilityv1.0.13aristocratos
2021-09-30Version bumparistocratos
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-28v1.0.10 Bug fixesv1.0.10aristocratos
2021-09-28Changed: UTF8 detection search if LANG is set but fails to setaristocratos
2021-09-28Changed: Moved signal handler setup to later in initaristocratos
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-26v1.0.9 Bug fixesv1.0.9aristocratos