summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-02-23Linux: subtract ZFS ARC min size from available memoryMatt Ickstadt
2022-11-30Removed unused statement...aristocratos
2022-11-30Fixed: Use MemFree for used mem calculation if MemAvailable is greater than M...aristocratos
2022-11-06v1.2.13 Bug fixesv1.2.13aristocratos
2022-11-06Merge pull request #464 from correabuscar/osx_replace__getnameinfo__with__ine...Jakob P. Liljenberg
2022-11-06osx: replace getnameinfo with inet_ntopcorreabuscar
2022-11-06a comment about AF_LINK being ignored on purposecorreabuscar
2022-11-06Merge pull request #462 from correabuscar/freebsd_replace__getnameinfo__with_...Jakob P. Liljenberg
2022-11-06FreeBSD: replace getnameinfo with inet_ntopcorreabuscar
2022-11-06Fixed: Process nice value underflowing, issue #461aristocratos
2022-11-06Merge pull request #459 from correabuscar/fbsd_use_first_IP_of_interface_inst...Jakob P. Liljenberg
2022-11-06OSX: use the first IP of the interfacecorreabuscar
2022-11-06FreeBSD: use the first IP of the interfacecorreabuscar
2022-11-06Merge pull request #446 from daephx/fix-conf-typo [skip actions]Jakob P. Liljenberg
2022-11-05Fixed: Not picking up last username from /etc/passwdaristocratos
2022-11-04make IPBUFFER_MAXSIZE an enum constantcorreabuscar
2022-11-04use inet_ntop instead of getnameinfocorreabuscar
2022-11-04Show the first IP of the interface in NET boxcorreabuscar
2022-10-31Address commentArjun P
2022-10-30Fix bug in proc_tree view when showing full cmdArjun P
2022-10-29proc tree: fix width threshold to match commit message and use and/or instead...Arjun P
2022-10-28proc tree view: if there's more than 40 width left, try to print full cmdArjun P
2022-10-27Fixed: Moved up get_cpuHz() in the execution order to get better cpu clock re...aristocratos
2022-10-23Fixed: Ignore disks that fails in statvfs64() to avoid slowdowns and possible...aristocratos
2022-10-15fix: spelling mistake in btop.confdaephx
2022-10-13Changed: Reverted back to sysconf(_SC_NPROCESSORS_ONLN) for Cpu core count an...aristocratos
2022-10-07v1.2.12 Bug fixv1.2.12aristocratos
2022-10-07Added: Dynamic updating of max number of CPU coresaristocratos
2022-10-07v1.2.11 Quick fix for number of cores detectionv1.2.11aristocratos
2022-10-07Fixed: Number of cores wrongly detected for Ryzen in rare cases.aristocratos
2022-10-06v1.2.10 Bug fixes, cleanup + a new themev1.2.10aristocratos
2022-10-05Merge pull request #438 from stefanos82/mainJakob P. Liljenberg
2022-10-05Fixed: Cpu::collect() core count counter...aristocratos
2022-10-04All but two places `const bool` have been updatedΣτέφανος
2022-10-04More const bool cleanupΣτέφανος
2022-10-04Remove const from bool variablesΣτέφανος
2022-10-04Avoid the unnecessary use of copy constructorΣτέφανος
2022-10-04Fix variable initialization to 'auto' for getB()Στέφανος
2022-10-04Forgot to update 'auto' usage wherever necessaryΣτέφανος
2022-10-04More 'No need for const & in bool'Στέφανος
2022-10-04No need for const & in boolΣτέφανος
2022-10-03Merge branch 'main' into fixed-merge-conflictΣτέφανος
2022-10-03Changed: Using sysconf(_SC_NPROCESSORS_CONF) for number of cores instead of s...aristocratos
2022-10-03Further Cleanup Part 2Στέφανος
2022-10-02Further 'cleanup'Στέφανος
2022-10-02Further improvementsΣτέφανος
2022-10-02Clean up btop_tools.{hpp,cpp} filesΣτέφανος
2022-10-02Fixed: Crashing when cores are offlinearistocratos
2022-10-02Fixed: Extra checks to avoid crash on trying to replace empty strings in tree...aristocratos
2022-08-28Fixed: Process tree filtering not case insensitivearistocratos