2933 Commits (8915caedc5f3debfc7539738cc04e16fefbaba0b)
 

Author SHA1 Message Date
Nathan Scott 8915caedc5 Fix a little header comment typo in the CGroupUtils code 2 years ago
Nathan Scott 29137ccc7c PCP platform implementation of the compressed cgroup column 2 years ago
Explorer09 1d3a823d5d Change NetworkIOMeter value unit from KiB/s to bytes/second 2 years ago
Explorer09 fda3d10261 Cache NetworkIOMeter values in 'double' type 2 years ago
Explorer09 d474689689 NetworkIOMeter: Cache the formatted "KiB/s" number strings 2 years ago
Explorer09 5affa05bd6 DiskIOMeter: Cache the formatted "KiB/s" number strings 2 years ago
Explorer09 5d2569270c Use xSnprintf in Meter_humanUnit() 2 years ago
Explorer09 5751bafb8d Rewrite Meter_humanUnit() to accept floating point value 2 years ago
Explorer09 e34a9fcc8c Always update 'values' member of NetworkIOMeter 2 years ago
Explorer09 f7f6aca39d Always update 'values' member of DiskIOMeter 2 years ago
Explorer09 9352e26218 NetworkIOMeter: correct format string and code comments 2 years ago
Explorer09 7d7e8df83a Use xSnprintf in DiskIOMeter_updateValues() 2 years ago
Explorer09 89b90c4e41 Cap DiskIOMeter "utilisation" percentage at 100% 2 years ago
Nathan Scott 2698483444 Remove unused zswap pool size calculation from commit 71f5a80d9e 2 years ago
Nathan Scott 452244dc06 PCP platform implementation of frontswap and zswap accounting 2 years ago
Benny Baumann e49a40ad82 Shorten podman/libpod container IDs to 12 characters 2 years ago
Explorer09 0875b9e042 Use memmove() for moving previous graph values 2 years ago
Explorer09 ef487e9409 Assert on BarMeterMode_characters length 2 years ago
Christian Göttsche 5e8fc97a96 Write configuration to temporary file first 2 years ago
Nathan Scott 69053ff77a Merge branch 'Explorer09-print-time-format' 2 years ago
Nathan Scott b2029fbad1 Merge branch 'print-time-format' of https://github.com/Explorer09/htop-1 into Explorer09-print-time-format 2 years ago
Nathan Scott f3ff30ded8 Merge branch 'Explorer09-bar-meter-zero-total' 2 years ago
Explorer09 b57adcde0a Permit zero 'total' in meters; remove assertion 2 years ago
Explorer09 22c5aa47f1 Rewrite Row_printTime() with various improvements 2 years ago
Benny Baumann a64d1ea6c0 Avoid OOB read when parsing process memory maps on Linux 2 years ago
Christian Göttsche e9d95e2a84 Add cast to please debug build 2 years ago
Benny Baumann dc6dc7c8f0 Safe-guard agains kernel issues 2 years ago
Benny Baumann a18a38cff5 Ensure the buffer is always terminated 2 years ago
Benny Baumann 1a342749b3 Warn on failure to kill a process 2 years ago
Benny Baumann 7059ea3ef7 Proper check for signal frames 2 years ago
Benny Baumann a06ff08f21 Avoid NULL pointer deref 2 years ago
Benny Baumann 88f7ca4a75 Fix indentation issue 2 years ago
Explorer09 4ef3e1f1bb Record new graph data even when no graph is drawn. 2 years ago
BenBE 49bc76d479
Merge pull request #913 from kjbracey/include_shared 2 years ago
Kevin Bracey fe3dedf5ba Incorporate shared memory in bar text 2 years ago
Kevin Bracey 69a505d69c Move shared memory next to used memory 2 years ago
Kevin Bracey 09934e6630 Correct order of memory meter in help 2 years ago
Benny Baumann 04c769c844 Add a note about when the configuration is saved 2 years ago
Nathan Scott ca41c25642 Merge branch 'Explorer09-attr-nonnull' 2 years ago
Explorer09 5736fba711 Add ATTR_NONNULL to various String_* functions 2 years ago
Explorer09 f541f70d0e Add configure check for nonnull attribute 2 years ago
Explorer09 83041f3550 Cap the maximum size of GraphData buffer to 32768 values. 2 years ago
Explorer09 1a9ae38b5b GraphMeterMode_draw() code cleanup 2 years ago
Explorer09 9c3e1d4e64 Reorder some GraphMeterMode_draw() code 2 years ago
Explorer09 74b28849c4 Let GraphMeterMode_draw() return early when the meter is too narrow... 2 years ago
Benny Baumann 44cace2664 Use size_t/ssize_t for nValue-related variables 2 years ago
Benny Baumann 15dc5132ad Fix inconsistent type cast 2 years ago
Nathan Scott d37200f603 Merge branch 'widen-graphdata' of https://github.com/zevweiss/htop into zevweiss-widen-graphdata 2 years ago
Nathan Scott 43cb4a57d6 Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency 2 years ago
Nathan Scott 4103c23327 strchrnul is a GNU libc extension, add a wrapper for other platforms 2 years ago