wj32
ed81c34b2c
patch by xhmikosr
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 02:43:45 +00:00
wj32
2b955b0cb2
* removed KphHandle argument from KPH functions
...
* removed control Create functions
* consistently use VOID for functions with no parameters
* PPVOID -> PVOID *
* PhRefreshMupDevicePrefixes -> PhUpdateMupDevicePrefixes, PhRefreshDosDevicePrefixes -> PhUpdateDosDevicePrefixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-22 03:12:13 +00:00
wj32
359233bf1f
updated some dates
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4419 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-13 09:49:23 +00:00
wj32
2b480d201f
improved PhpServiceHashtableHashFunction
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4369 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 04:33:54 +00:00
wj32
7cc8b7f9e0
implemented extension manager and object extensions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4365 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-29 09:49:18 +00:00
wj32
5c84c9e8f2
improved event object
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4237 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-19 01:50:25 +00:00
wj32
05b3a8ae7a
* added DeleteFunction for plugin-created PH_EMENU_ITEMs
...
* added string escaping for dynamic menu items
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4145 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-19 23:10:04 +00:00
wj32
cc051f508e
added service non-polling
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4135 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-13 06:36:56 +00:00
wj32
60bd2299d2
added more docs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3900 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-19 11:51:30 +00:00
wj32
d1c36b5bd4
added new faster hashtable enumeration method
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3718 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-02 12:15:39 +00:00
wj32
93b09f7c6e
minor changes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3691 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-28 23:47:24 +00:00
wj32
f31cea829f
fixed process service lists
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3690 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-28 23:33:23 +00:00
wj32
8d38542770
added hash set in service provider update reduce CPU time
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3654 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-20 06:37:22 +00:00
wj32
c7b2edd081
* added PH_SERVICE_ITEM.Flags
...
* ExtendedServices properly respects the number of failure actions
* ExtendedServices handles system services for which failure actions do not apply
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3635 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-17 00:36:05 +00:00
wj32
9bd6b26ae9
* symprv is now delay loaded
...
* added PH_CALLBACK_DECLARE for static initialization of PH_CALLBACK objects
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3616 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-13 12:04:51 +00:00
wj32
abfc8d988a
avoid using C library wcs* functions other than wcscmp
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3558 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 08:40:36 +00:00
wj32
2f05e2068a
* PhCreateString(L"") -> PhReferenceEmptyString()
...
* removed AdditionalReferences parameter from PhCreateObject
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:44:29 +00:00
wj32
5ceac72a70
added PH_ prefixes to some #defines
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3552 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 11:09:40 +00:00
wj32
5934a25b82
for purposes of case insensitivity, use uppercase instead of lowercase (3x faster)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3543 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 02:35:27 +00:00
wj32
ab0a161f30
fixed bad error handling in PhEnumServices
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 00:56:29 +00:00
wj32
31c028e16d
removed PH_MUTEX
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3516 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-21 02:32:51 +00:00
wj32
7ea59d4571
* optimized some startup code
...
* moved PhCurrentUserName from phlib to ProcessHacker
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-31 06:35:55 +00:00
wj32
089dd86c44
renamed functions to [verb] [object] form
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3452 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-30 08:35:37 +00:00
wj32
7da46ce3a1
added sdk
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3423 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-24 07:59:13 +00:00
wj32
b945cdeb0e
minor changes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3403 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-21 08:18:23 +00:00
wj32
9824393c15
memory tab now works
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3158 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-28 11:08:49 +00:00
wj32
df627c6892
* implemented Go to Process for services
...
* fixed LVN_ODFINDITEM implementation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3107 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-08 07:35:09 +00:00
wj32
e1e1219ed2
set JustProcessed when adding/removing a service to/from a process item
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3081 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-01 07:16:48 +00:00
wj32
9f653c120a
* removed RunCount, added RunId support to all providers
...
* fixed PhBoostProvider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3005 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-04-02 03:38:43 +00:00
wj32
6679b3becf
restructured common code into phlib
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2935 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-11 04:15:11 +00:00
wj32
cf1195fad5
* fixed Show Details for All Processes race condition
...
* fixed SAL warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2897 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-01 06:35:23 +00:00
wj32
9e5f8c0d66
fixed all reference-related bugs with UI actions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2880 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-25 03:11:14 +00:00
wj32
7cb9f0e07f
* added more comments to queued lock
...
* switched to queued lock for service provider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2868 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-23 07:52:10 +00:00
wj32
5478252327
* implemented some hidden-process-related functions
...
* improved the hashtable implementation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2831 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-14 05:10:33 +00:00
wj32
edfb93d3d5
added some annotations
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2819 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-12 10:43:52 +00:00
wj32
215e5c3018
implemented changing service configuration
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2817 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-12 09:24:04 +00:00
wj32
7ae58035c3
improved pointer list API
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2811 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-08 10:34:04 +00:00
wj32
40b6fade18
avoid creating new string objects when looking up service items
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2795 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-06 08:15:00 +00:00
wj32
3f980dd9b9
added debug console
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2791 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-06 05:21:17 +00:00
wj32
df75508651
* added state highlighting
...
* fixed thread cycle time struct definition
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2743 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-26 06:50:54 +00:00
wj32
bc525733eb
half-implemented service properties dialog
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2722 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 23:03:53 +00:00
wj32
ae301c2298
* added service properties window (non-functional)
...
* added window centering
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2721 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 22:33:08 +00:00
wj32
af2498dcfa
added service description text
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2720 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 21:47:29 +00:00
wj32
39dce99283
Services list is fully working, except for the buttons
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2713 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 10:44:04 +00:00
wj32
c15cc8ed19
* added services list for each process
...
* added Services tab (non-functional)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2712 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 07:00:25 +00:00
wj32
105e2179bd
added cycles delta display for threads
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2623 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-15 00:38:51 +00:00
wj32
55e45a45db
* added module provider
...
* fixed typo in PhBoostProvider
* made provider system more thread-safe (Context is now Object, and it is referenced/dereferenced properly)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-01 02:33:04 +00:00
wj32
b167adb64a
* added file verification code
...
* added copyright headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2554 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-31 11:45:30 +00:00
wj32
2d6401e817
* added faster string hash function
...
* enabled 2^32-1 hash possibilities instead of only 2^31 as in the .NET Framework
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2547 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 10:32:39 +00:00
wj32
a066f694c1
added process ID string for services
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2544 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 05:55:43 +00:00