Commit Graph

26 Commits

Author SHA1 Message Date
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 642732176f removed all security-related code from the object manager
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4218 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 04:32:46 +00:00
wj32 a72812de9f added missing copyright info
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3955 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-31 06:46:55 +00:00
wj32 97ac0e0b34 added general stats system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3797 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-26 10:21:33 +00:00
wj32 5b420425a1 * added optional initialization of phlib components
* added "static" to many global variables

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3682 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-27 08:09:49 +00:00
wj32 288bdc9d0f * added additional debug info to ref
* optimized PhCreateIsDotNetContext

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3652 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-20 04:03:16 +00:00
wj32 32c56dffe3 * fixed file dialogs on XP
* removed incorrect assertion in PhDrainAutoPool

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3641 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-17 10:10:18 +00:00
wj32 2ce6e6173d some micro-optimizations (including ASSUME_NO_DEFAULT)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3613 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-13 08:36:42 +00:00
wj32 d1c9737a18 * use HEAP_GENERATE_EXCEPTIONS instead of checking
* use STATUS_NO_MEMORY instead of STATUS_INSUFFICIENT_RESOURCES

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3602 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-12 00:15:27 +00:00
wj32 40bd57385c fixed compilation in debug mode
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3557 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:47:08 +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 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 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 eba8d3f077 * introduced PH_FULL_STRING with SIZE_T Length instead of USHORT
* fixed overflow when copying listviews
* PhReAlloc -> PhReAllocate

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3337 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-11 09:46:17 +00:00
wj32 973885480d completed graphs (no tooltips yet)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3233 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-26 07:26:34 +00:00
wj32 714d26bd66 reverted r3217
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3218 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-19 05:25:59 +00:00
wj32 2a9c43df02 fixed x64 alignment issues
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3217 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-19 04:43:08 +00:00
wj32 93a804acd8 fixed PhpAllocateObject documentation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3212 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-17 06:04:09 +00:00
wj32 2f222e88be restructured some header files
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3206 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-13 10:47:00 +00:00
wj32 d5beea60cf added free list support to PH_LIST and PH_HASHTABLE
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3201 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-13 07:10:13 +00:00
wj32 6ab006f644 added mandatory free list for objects
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3200 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-13 07:01:42 +00:00
wj32 826e2d8305 removed trailing spaces in ref files
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3100 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-07 00:31:17 +00:00
wj32 789975acb1 started known process command line parsing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2990 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-28 02:31:57 +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