- 04 Feb, 2018 1 commit
-
-
Wataru Ashihara authored
Fixes #688, the bug regressed on 584a9bce. On Mac OS X 10.11.6, all processes have their parents since there's a special process named "kernel_task", whose PID and PPID are 0. As a result, `this->processes` is never changed causing infinite `while`.
-
- 14 Sep, 2017 1 commit
-
-
Hisham Muhammad authored
-
- 04 Sep, 2017 1 commit
-
-
Hisham Muhammad authored
-
- 01 Sep, 2017 1 commit
-
-
wangqr authored
-
- 01 Mar, 2016 1 commit
-
-
Hisham authored
-
- 18 Feb, 2016 1 commit
-
-
Hisham Muhammad authored
This simplifies the protocol between the platform-independent and platform-specific parts. The platform-specific parts were supposed to re-determine the value of process->show on each iteration, and the Darwin subsystem wasn't doing that. Instead of adding the code to the Darwin part, I lifted the burden of the OS-specific of resetting process->show: now they can choose to hide a process if they want to (e.g. detecting kernel threads) but are not required to (e.g. on Darwin where we're not listing threads separately (yet?)). Fixes tree view collapsing/expanding on OSX. Closes #416.
-
- 14 Feb, 2016 1 commit
-
-
Hisham authored
-
- 19 Aug, 2015 1 commit
-
-
David Hunt authored
Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
-
- 09 Apr, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 17 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 16 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 15 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 20 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 27 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 24 Nov, 2014 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 20 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
Made the logic more modular, hopefully easier to follow, and removed repeated code. Plus, some optimization in RichString code.
-
- 08 Oct, 2014 1 commit
-
-
Jeff Garrett authored
-
- 04 May, 2014 1 commit
-
-
yar authored
-
- 03 May, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 24 Apr, 2014 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 22 Apr, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 21 Apr, 2014 5 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 11 Apr, 2014 2 commits
-
-
Hisham Muhammad authored
Closes #42.
-
Edgar Kalkowski authored
-
- 09 Apr, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 27 Feb, 2014 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 29 Jan, 2014 1 commit
-
-
Leigh Simpson authored
-
- 16 Jan, 2014 1 commit
-
-
Hisham Muhammad authored
(Patch by Dawid Gajownik)
-
- 18 Dec, 2013 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
(thanks to Patrick Marlier)
-
- 24 May, 2013 1 commit
-
-
Hisham Muhammad authored
On my machine, this gives a ~20% improvement in htop process time use with the default config.
-