Commit Graph

  • b0588d90ff parseBatInfo: check `line` for NULL before passing it to String_getToken() Jan Chren (rindeal) 2017-05-06 01:25:20 +0200
  • b84ebfd4e8 Clarify we are looking for the null termination coypoop 2017-11-24 04:31:39 +0200
  • b86e14d3cf Typo in man page Viktor Szépe 2017-12-02 16:25:23 +0100
  • b34d76cd41 Fix: infinite loop in tree view on macOS Wataru Ashihara 2018-01-02 23:15:45 +0900
  • 87be623eac Add support for Linux TASK_IDLE Vladimir Panteleev 2018-01-14 09:08:20 +0000
  • b27712181a Darwin: disable thread reading due to bug in macOS High Sierra Hisham Muhammad 2018-02-04 08:59:29 +0100
  • 44b6217a39 Add more default screens 3.0.0beta1 Hisham Muhammad 2018-02-04 08:56:51 +0100
  • 9bc6099180 Only compute counters is process is shown Hisham Muhammad 2018-02-04 08:49:15 +0100
  • 36d5018c0c Implemented various performance counters Hisham Muhammad 2018-01-31 00:52:08 -0200
  • f8d6560d71 Add IPC performance counter for Linux Hisham Muhammad 2018-01-29 12:08:56 -0200
  • fb0b5926d2 configure.ac: add --enable-perfcounters Hisham Muhammad 2018-01-29 09:28:58 -0200
  • 3ed877f83f Set default sort keys in default screens Hisham Muhammad 2018-01-30 14:21:40 -0200
  • 2efb5a4c55 Add `make symbols` target Hisham Muhammad 2018-01-30 14:21:32 -0200
  • 23ce25898e Store .sort_key as a string Hisham Muhammad 2018-01-30 14:21:17 -0200
  • 4148717cb9 Match iotop's screen configuration Hisham Muhammad 2018-01-30 13:42:39 -0200
  • a6946f12a6 Use screen's flags when reading process data Hisham Muhammad 2018-01-28 22:33:26 -0200
  • 5ea24db29c Screens: Fix "New Screen" option Hisham Muhammad 2018-01-28 17:06:53 -0200
  • 42d50f1b9f htoprc: store screen 0's setup for improved compatibility Hisham Muhammad 2018-01-28 16:56:55 -0200
  • 5beff29a3d Add support for multiple screens, switchable using Tab Hisham Muhammad 2018-01-28 04:09:06 -0200
  • d1219abc55 Begin add supporting for multiple screens Hisham Muhammad 2018-01-27 23:29:58 -0200
  • 673f098734 Move responsibility for cursor placement to Panels Hisham Muhammad 2018-01-27 23:28:37 -0200
  • ad99187680 htop scans /proc to determine how many running tasks exist. Since that operation is not possible to be conducted in an atomic fashion, task scheduling effects can lead to a count greater than the number of actual processors; this is more easily noticed on machines with several CPUs and under heavy workload. This patch simply adds an upper bound on cpuCount to guarantee consistent reports of the number of running tasks at any given time. Lucas C. Villa Real 2018-01-23 13:41:22 -0200
  • b7b66b76a5 Adds support for linux delay accounting (#667) André Carvalho 2017-12-04 00:15:29 -0200
  • 52831955c7 fix fallthough comments for GCC 7.x Christian Hesse 2017-08-03 09:05:00 +0200
  • ef34a83c54 Merge pull request #678 from evelikov/remove-libtool Hisham Muhammad 2017-10-13 13:55:43 -0700
  • 4c1230b03b Remove libtool references Emil Velikov 2017-09-22 16:53:26 +0100
  • e3f65c8ec2 Make 'c' key work with threads as well. Hisham Muhammad 2017-09-14 17:10:39 -0300
  • b9934ffa08 minor style tweak Hisham Muhammad 2017-09-04 13:53:03 -0300
  • 65ec0bd6a6 Merge pull request #676 from wangqr/master Hisham Muhammad 2017-09-01 19:56:55 -0300
  • 584a9bceab Find roots when constructing process tree, fix #587 wangqr 2017-09-01 21:27:24 +0800
  • 9487bda330 Do not use xSnprintf when the result is used. Fixes #662. Hisham Muhammad 2017-08-01 15:48:43 -0700
  • 4300a19592 Merge pull request #659 from guoci/patch-1 Hisham Muhammad 2017-07-28 21:07:54 -0300
  • 60acda0bce make script version agnostic guoci 2017-07-27 17:02:01 -0400
  • 09e241fb12 Security review: check results of snprintf. Hisham Muhammad 2017-07-27 16:07:50 -0300
  • 3975e9ce5c Merge branch 'master' of https://github.com/hishamhm/htop Hisham Muhammad 2017-07-26 16:16:10 -0300
  • 821d50f0b4 Merge pull request #651 from Explorer09/graph-mode-draw Hisham Muhammad 2017-07-26 16:15:59 -0300
  • 543d65c6ab Security review: make privilege dropping-restoring optional. Hisham Muhammad 2017-07-26 15:40:55 -0300
  • f205f7004c Use regular readdir since readdir_r is deprecated and newer GCC complains. Hisham Muhammad 2017-07-26 15:35:39 -0300
  • ef7817c17a Merge pull request #656 from rsaxvc/master Hisham Muhammad 2017-07-26 11:24:51 -0300
  • 33fda93271 Merge pull request #657 from kalbasit/remove_whitespace_from_config_file Hisham Muhammad 2017-07-25 13:57:55 -0300
  • ce0cf3c457
    Settings: do not emit trailing whitespace Wael M. Nasreddine 2017-07-24 16:36:27 -0700
  • d5faf64374 Mark some things as const Richard 2017-07-22 21:41:19 -0500
  • 18b3e5d255 .gitignore vim & nano swp files Richard 2017-07-22 21:43:01 -0500
  • 143a7de6b2 Round values in graph drawing (instead of implicit truncate) Explorer09 2016-07-22 12:44:16 +0800
  • e940aecfb9 Add "no perm" status when other fields fail due to lack of permission. Thanks @Sworddragon for the heads up. See #88. Hisham Muhammad 2017-07-10 20:57:34 -0300
  • 1a178ad581 Merge branch 'master' of https://github.com/hishamhm/htop Hisham Muhammad 2017-07-10 20:14:53 -0300
  • c39f18a7be Add a clear warning about unsupported platforms. Closes #648. Hisham Muhammad 2017-07-10 20:14:25 -0300
  • 978c9e1698 Merge pull request #647 from Explorer09/dragonfly-pid-max Hisham Muhammad 2017-07-10 10:19:26 -0300
  • e70f447d54 DragonFlyBSD PID_MAX is 999999. Explorer09 2017-07-07 20:38:04 +0800
  • 71785e2ded Set idle I/O prio to 0x6007, like ionice. As suggested by @wolfgang42 in #100. Hisham Muhammad 2017-07-05 15:20:13 -0300
  • e9ecbd05bc Use class value only to display idle I/O priority. As suggested by @wolfgang42. Fixes #100. Hisham Muhammad 2017-07-05 15:18:02 -0300
  • 89d15399c5 Merge branch 'master' into fixedgray Hisham 2017-06-06 15:27:02 -0300
  • e03e45d819 Merge pull request #624 from mklein-de/xterm-256color Hisham Muhammad 2017-06-06 15:23:58 -0300
  • 45f3769887 make special keys also work with TERM=xterm-256color Michael Klein 2017-05-11 16:55:24 +0200
  • 2d8dd0b29e Work around the strange behavior of gray. Hisham 2017-05-23 14:02:34 -0300
  • b1028e03c5 Merge pull request #414 from Explorer09/meters-panel-edit Hisham Muhammad 2017-04-24 23:48:13 -0300
  • 0c168471b6 F6 is actually used for both actions, depending on context. Hisham 2017-04-24 23:38:28 -0300
  • 68b8efb83f Merge pull request #612 from ryenus/keymap Hisham Muhammad 2017-04-24 23:35:38 -0300
  • 418fea33f4 Merge pull request #613 from dkgroot/master Hisham Muhammad 2017-04-24 23:34:27 -0300
  • 975e22144e Merge pull request #614 from dkgroot/EnhanceMakeHeader Hisham Muhammad 2017-04-24 23:30:42 -0300
  • 50f03f5950 Enh: scripts/MakeHeader script Diederik de Groot 2017-04-21 16:39:03 +0200
  • cb7a06379d Enh: Add support for backtrace using execinfo Diederik de Groot 2017-04-21 16:36:19 +0200
  • cba695961a Fix: TreeView Diederik de Groot 2017-04-21 16:34:40 +0200
  • 49af12e7c6 implement: readJailName Diederik de Groot 2017-04-20 15:14:33 +0200
  • b258d6e53e Initial addition of dragonflybsd (based on FreeBSD) Diederik de Groot 2017-04-19 16:12:17 +0200
  • e0e84401e4 update keymap in help ryenus 2017-04-19 17:52:48 +0800
  • 5570748dd2 Merge pull request #610 from coypoop/patch-1 Hisham Muhammad 2017-03-28 23:56:13 -0300
  • 3c09082422 Merge pull request #608 from giwhub/giwhub-patch-1 Hisham Muhammad 2017-03-28 23:24:03 -0300
  • 53d7c66ac3 Add missing include coypoop 2017-03-25 14:12:26 +0300
  • 3b1260ac3d Add Comment[zh_CN] and GenericName[zh_CN] into htop.desktop giwhub 2017-03-24 01:45:10 +0800
  • fa30938247 Merge branch 'master' of https://github.com/hishamhm/htop Hisham 2017-02-15 22:49:13 -0200
  • bb8dec1582 Cap battery at 100%. Hisham 2017-02-15 22:47:03 -0200
  • aa813c7561 Merge pull request #593 from kamyarrasta/issue/502sessionid Hisham Muhammad 2017-02-04 21:46:29 -0200
  • 3f6d1262c0 Issue #502 fix SID colunm header width Kamyar Rasta 2017-02-05 00:10:29 +0100
  • 84bc00a275 Issue #502 update Session ID column Kamyar Rasta 2017-02-01 00:03:55 +0100
  • 6141edc74b Merge pull request #584 from EliteTK/buffer-lengths Hisham Muhammad 2016-12-30 19:28:38 -0200
  • 2b5c1b4b13 Replace all uses of sprintf with snprintf Tomasz Kramkowski 2016-12-29 19:42:41 +0100
  • 8af4d9f453 Interpret TTY_NR column on Linux, translate dev_t to major:minor on other platforms. Closes #316. Hisham 2016-10-01 03:09:04 -0300
  • 8a147dd5b4 Merge branch 'master' of https://github.com/hishamhm/htop Hisham 2016-09-16 13:37:44 -0300
  • 5df425867c Protect against strange values of SIGRTMIN and SIGRTMAX, and change alignment of numbers. Hisham 2016-09-16 13:37:07 -0300
  • 46d8f2eef2 Merge pull request #551 from Explorer09/rt-signals Hisham Muhammad 2016-09-16 13:03:46 -0300
  • 8fd6228bc1 Merge pull request #551 from Explorer09/rt-signals Hisham Muhammad 2016-09-16 13:03:46 -0300
  • 0ce4835f95 Real-time signals support (for kill command) Explorer09 2016-09-14 21:47:24 +0800
  • 823481ae22 Merge branch 'master' of https://github.com/hishamhm/htop Hisham 2016-09-11 23:29:21 -0300
  • 96157870af Downgrade requirement to Libtool 2.4.0. Courtesy to OpenWRT environments as requested by @champtar in #540. Hisham 2016-09-11 23:28:17 -0300
  • 5a5a7c8d6b Merge pull request #555 from ivan/master Hisham Muhammad 2016-09-06 15:08:26 -0300
  • 07086fcf77 Fix column misalignment for priority -101 threads Ivan Kozik 2016-09-06 09:22:38 +0000
  • 6d4df3d138 Merge branch 'master' of https://github.com/hishamhm/htop Hisham 2016-08-30 12:38:12 -0300
  • d4a8023b72 Fix typos, by @Gelma. Closes #546. Hisham 2016-08-30 12:37:31 -0300
  • 99f7ff9bd2 Merge pull request #550 from Explorer09/signals-tweaks Hisham Muhammad 2016-08-30 12:17:20 -0300
  • 1f3d85b617 Mark signal tables 'const' Explorer09 2016-08-30 20:41:17 +0800
  • cceab15b9d free(NULL) is a valid no-op, so let's make String_freeArray(NULL) valid too. Hisham 2016-08-24 18:12:35 -0300
  • bd5d37f297 Return when reading cmdline fails (e.g. zombie process) Hisham 2016-08-24 18:11:10 -0300
  • 16406ea330 Point users to the official release tarballs. Hisham 2016-08-23 15:43:27 -0300
  • d3f575264b Merge pull request #537 from Explorer09/string-utils Hisham Muhammad 2016-08-11 00:44:42 -0300
  • bf35921abb Optimize Strings_startWith() Explorer09 2016-08-11 10:49:35 +0800
  • b269eb24b0 Merge pull request #534 from Explorer09/issue-532 Hisham Muhammad 2016-08-09 13:06:33 -0300
  • 3d9868833e Fix scrolling behavior change caused by 759caf0f Explorer09 2016-08-07 07:49:37 +0800
  • 3cd0339423 Merge branch 'master' of https://github.com/hishamhm/htop Hisham 2016-07-28 11:39:15 -0300
  • ef879b4a22 'Follow' only if element is found in search Hisham 2016-07-28 11:37:44 -0300