Commit Graph

30 Commits

Author SHA1 Message Date
wj32 7424e69c79 fix for audiodg.exe's parent
use QUERY_LIMITED_INFORMATION on Vista

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@342 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-20 05:16:11 +00:00
wj32 8c621019bc change CPU usage type to float - prepare for TreeViewAdv
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@338 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-19 23:15:07 +00:00
wj32 18c71e8965 make the Provider class more generic
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@337 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-19 23:12:31 +00:00
wj32 a077a5b5a9 move more stuff from Win32.cs to ProcessHandle.cs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@335 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-19 06:15:44 +00:00
wj32 7068d2d7e3 * The process list now has less CPU usage
* Fixed some processes not having icons

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@326 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-18 09:16:07 +00:00
wj32 553d86248e decrease CPU usage for processes - don't update usernames every UpdateOnce()
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@325 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-18 09:06:32 +00:00
wj32 6aad470f1f remove hide users option
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@259 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 04:19:01 +00:00
wj32 d9678fef3a * System and System Idle Processes now have usernames (hardcoded in)
* Added ability to hide other users' processes (based on Session ID)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@257 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 03:56:26 +00:00
wj32 fda5b87ffa put command line back in misc. info tree
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@248 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 00:29:36 +00:00
wj32 5185a3a213 fixed CPU times - with system idle process working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@246 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 23:00:39 +00:00
wj32 6508f30f25 Added CPU usage column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@245 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 22:47:00 +00:00
wj32 98ca5593d2 Fixed all handle leaks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@243 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 21:11:46 +00:00
wj32 46ccb42d75 * Gets command line of processes without using Injector
* Added highlighting for debugged processes
 * Added viewing/setting of process affinity

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 11:00:07 +00:00
wj32 367e30e770 Fixed wrong usernames when Process Hacker is running as a non-admin user
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@241 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 08:52:30 +00:00
wj32 9c2235ef08 Fixed randomly changing process usernames
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@232 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 04:58:24 +00:00
wj32 54230a23b6 update
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@223 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 10:34:40 +00:00
wj32 4bc9d0f32e only use terminal server API as a fallback... it's very unreliable
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@194 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-02 06:31:16 +00:00
wj32 0866d0d3ca various bug fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 10:13:05 +00:00
wj32 5efd9f274f Now displays user names of most processes using the Terminal Server APIs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@189 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 09:21:27 +00:00
wj32 ed3f6ed0d9 * we really DON'T need to invoke to get the username of a process
* lock the dictionary while updating a modified item on the process list
* make the GetProcessUsername() function throw exceptions
* remove useless try statements

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@183 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 06:31:03 +00:00
wj32 e5e543c865 display services in process tooltips
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@146 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 07:48:19 +00:00
wj32 e68e147146 add status bar and log
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@93 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 10:27:17 +00:00
wj32 d60e0d0e0b fix highlighting, add for threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@90 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 09:35:05 +00:00
wj32 00e49579b2 fix process icon memory leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@67 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-11 09:51:59 +00:00
wj32 cc1d1c1ac3 add groups window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@57 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-28 07:55:40 +00:00
wj32 09a4947ed6 * Now displays process 0 as System Idle Process
* Fixed thread list for System Idle Process
 * Now displays description for System

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@40 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 03:31:15 +00:00
wj32 8df5e30472 bump to 1.1.3.0
completely rewrote thread list code

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@38 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 02:15:48 +00:00
wj32 941f6948da add gpl headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@32 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:48:15 +00:00
wj32 7145169bce Fix username and other things
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@28 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:05:39 +00:00
wj32 488514238f Bump to 1.1.2.0
Rewrote process list and thread list code

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@27 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 08:15:42 +00:00