1739 Commits (c6d9fa279b1ace57d52a25ae770fea22afc715e7)
 

Author SHA1 Message Date
Christian Göttsche c6d9fa279b travis CI: drop macOS and Linux builds 5 years ago
Christian Göttsche dcf7ad386c GitHub CI: add macOS build 5 years ago
Daniel Lange 30bf212185 Merge branch 'gentoo' of cgzones/htop 5 years ago
Christian Göttsche 05969998c1 SELinuxMeter: silence comparison warning on 32-bit 5 years ago
Christian Göttsche ead978bce6 configure: check for additional linker flags for keypad(3) 5 years ago
Nathan Scott 4f88d38256 Correct the version of htop development repo 5 years ago
Nathan Scott f03f48a0fb Change version string to note development repo build 5 years ago
Nathan Scott ad8aa2ce77 Bump version number for 3.0.3 release 5 years ago
Nathan Scott b92cfa7d7a Merge branch 'conversion' of https://github.com/cgzones/htop into cgzones-conversion 5 years ago
Christian Göttsche 57d9ecc551 OpenBSD update 5 years ago
Christian Göttsche ad764ff972 Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers 5 years ago
Christian Göttsche 77ec86aff4 Use size_t as type for buffer length in Process 5 years ago
Christian Göttsche e1ce141bc3 Use size_t as len type for Meter_UpdateValues 5 years ago
Christian Göttsche d9224c66a4 Use size_t as len type for xSnprintf 5 years ago
Christian Göttsche 3d15ba5197 Remove unused function Header_readMeterName 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Benny Baumann 22f8f8000c Initialize buffer for retrieved path 5 years ago
Christian Göttsche 4c4ba9d949 DragonFlyBSDProcessList: fix missing type 5 years ago
Christian Goettsche 8d1595a20e FreeBSD: fix crash on empty environment 5 years ago
Christian Göttsche 876194492f LinuxProcessList: add underscore suffix for raw struct name 5 years ago
Christian Göttsche 5f528b7455 Meter: fix bar coloring without wide ncurses support 5 years ago
Christian Göttsche 641fd2c4ad RichString: avoid signed integer misuse 5 years ago
Christian Göttsche f913680020 Hide degree character without wide ncurses support 5 years ago
Christian Göttsche f0a9dfc37e Resolve conversion from int to char 5 years ago
Christian Göttsche 1e9b184367 Resolve conversion from int to unsigned and back 5 years ago
Christian Göttsche ba1549f99b Resolve conversion from int to short 5 years ago
Christian Göttsche f61e74a4af Resolve conversion from ssize_t to int for readlink return value 5 years ago
Daniel Lange 8029e9af04 Update htop logo, provide .svg file as well 5 years ago
Daniel Lange ef0fc7129e Update AUTHORS file with htop-dev team 5 years ago
Christian Göttsche bc16fa037f
Convert personal copyright authorship to team 5 years ago
Benny Baumann cc7f16bb8f Some minor additions to the changelog 5 years ago
Nathan Scott 1f9e2ded9e Update changelog for upcoming 3.0.3 release, annotate rc1 5 years ago
Benny Baumann bd6237eb31 Document implicit incremental search 5 years ago
Benny Baumann bc91a382f6 Allow to pass '/' for item search 5 years ago
Benny Baumann bda07fa42b Handle 'q' as quit if first character 5 years ago
Benny Baumann 9adb94a379 Some visual code cleanup 5 years ago
Benny Baumann 5fe2a88c08 Use common handling for scrolling 5 years ago
Benny Baumann a7955c4966 Reduce code duplication 5 years ago
Benny Baumann c49ca61dd9 Common order for ESC/q/F10 5 years ago
Christian Göttsche 4f08d2d5ad Fix sensors configure argument 5 years ago
Christian Göttsche 64230ee5cd ci: use clang-11 5 years ago
Christian Göttsche 2ec940e0d2 ci: use correct configure flags for sensors 5 years ago
Christian Göttsche d1db9da936 Linux: avoid float division by 0 after system sleep 5 years ago
Christian Göttsche 3695cbd5d8 Silence possible NULL dereference 5 years ago
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Benny Baumann c6b66a75ea Minor code streamlining 5 years ago
Benny Baumann 709821ff55 Some minor spelling issues 5 years ago
Benny Baumann 2d874177bc Avoid expensive build of tree when not using it 5 years ago
Benny Baumann bd24664fc2 Avoid useless search for pid 0 5 years ago
Benny Baumann d0e71cb75f Reorder field initialization to group fields by task 5 years ago