summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-07-29Added: Option to hide the small cpu graphs for processesAristocratos
2022-07-26Changed: Small graphs now show colors for each characterAristocratos
2022-07-13Merge branch 'main' of github.com:aristocratos/btoparistocratos
2022-07-13Fixed: Getting selfpath on macos (fix for finding theme folder)aristocratos
2022-07-11Merge pull request #385 from simplepad/zfs-iostat-newJakob P. Liljenberg
2022-07-11switch Logger calls to debug() to avoid filling up the logfilesimplepad
2022-07-11rename zfs_pools_only option to zfs_hide_datasets, make its description clearersimplepad
2022-07-09check if at least one object was read before updating ZFS pool io in zfs_coll...simplepad
2022-07-08Merge branch 'main' of github.com:aristocratos/btoparistocratos
2022-07-07add "?" to see helpmohammad hashemy
2022-07-05Fixed: Logo transparencyaristocratos
2022-07-05Use fs::directory_iterator() instead of readdir() in ZFS functions, use fs::p...simplepad
2022-07-05Move get_zfs_stat_file() and zfs_collect_pool_total_stats() functions declara...simplepad
2022-07-04Made ZFS stats collection compatible with zfs_pools_only option. ZFS pool's s...simplepad
2022-07-03Re-implemented ZFS stat collection to be compatible with new ZFS versions, no...simplepad
2022-07-03Pass const string refaristocratos
2022-07-03Changed: Rewrite of process sorting and tree generation including fixes for t...aristocratos
2022-07-01Add zfs_pools_only optionsimplepad
2022-06-29v1.2.8 New features & themesv1.2.8aristocratos
2022-06-29Merge pull request #374 from simplepad/zfs-pool-io-supportJakob P. Liljenberg
2022-06-29use Shared::procPath, fix Logger error typesimplepad
2022-06-29Fixed kernel proc filter clearing issue + optimizationaristocratos
2022-06-29Optimize away clear_kernel_cache() functionaristocratos
2022-06-29Merge branch 'kernel-filtering'aristocratos
2022-06-27fix identationsimplepad
2022-06-25Remove duplicate fstype settersimplepad
2022-06-25Remove forgotten debug logger callssimplepad
2022-06-25Added support for ZFS pool io stats monitoringsimplepad
2022-06-21Changed: Disable battery monitoring if it fails instead of exitingJakob P. Liljenberg
2022-05-29Changed spaces to tabs0xJoeMama
2022-05-29Finished kernel proc filtering.0xJoeMama
2022-05-28v1.2.7 Bug fixes & new featuresv1.2.7aristocratos
2022-05-28Fixed: Net sync scale bugaristocratos
2022-05-24Added a check for filter kernel mode0xJoeMama
2022-05-24Added caching for kernel processes.0xJoeMama
2022-05-21More indentation0xJoeMama
2022-05-21Replaced my spaces with tabs0xJoeMama
2022-05-21Indentation fix.0xJoeMama
2022-05-21Woops that went unnoticed, didn't it?0xJoeMama
2022-05-21Fixed menu description0xJoeMama
2022-05-21Added linux label on the config option0xJoeMama
2022-05-21Fixed clang-format off labels0xJoeMama
2022-05-21Made kernel process filtering more efficient0xJoeMama
2022-05-20Replaced $*\s with tabs0xJoeMama
2022-05-20Fixed some formatting issues.0xJoeMama
2022-05-20Added TUI option for kernel proc filtering.0xJoeMama
2022-05-20Moved to correct version of the code0xJoeMama
2022-05-16Merge pull request #326 from abrasumente233/mainJakob P. Liljenberg
2022-05-05Include ZFS ARC in cached/available memory on LinuxMatt Ickstadt
2022-05-01Added: Case insensitive process filteringabrasumente