Commit Graph

68 Commits

Author SHA1 Message Date
wj32 11816acb5e * fixed condition variables
* fixed callback thread-safety

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2883 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-25 10:50:42 +00:00
wj32 ca13611c59 treelist header control is now sized correctly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2876 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-24 10:26:43 +00:00
wj32 2fe9416383 * fixed critical bug in the free list - not lock-free anymore
* used free list for work queue

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2872 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-24 07:03:46 +00:00
wj32 fefb6c8209 switched to queued lock in some places
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2867 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-22 11:05:39 +00:00
wj32 10d4124280 started queued lock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2860 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-21 09:36:16 +00:00
wj32 bbe1014194 switched to using the LSA API
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2851 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-20 00:38:43 +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 f633ea4f0e * reverted back to WinMain
* use asserts not exceptions
* fixed the defer delete algorithm

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2829 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-13 22:33:03 +00:00
wj32 fd6e22b4d5 added annotation for exception raising functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2827 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-13 11:04:26 +00:00
wj32 9396c599b6 * added rundown protection
* work queue deletion is now thread safe
* added some more documentation

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2821 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-12 23:35:32 +00:00
wj32 382f2ef711 added more documentation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2818 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-12 10:03:06 +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 2ad66c3de6 added thread and auto pool debugging
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2807 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-07 04:05:57 +00:00
wj32 e33c949275 * added common thread creation function - PhCreateThread
* auto pools are now stored on the stack instead of being allocated from the heap

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2806 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-07 02:39:42 +00:00
wj32 f21b0d5e14 fixed warnings on x64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2799 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-06 10:46:57 +00:00
wj32 c4531f72c5 added support for object address searches
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2789 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-05 21:37:14 +00:00
wj32 04da97442d added bold font for main module
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2782 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-04 05:01:56 +00:00
wj32 66aff886f3 removed FORCEINLINE from PhConcatStrings2
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2780 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-01 07:13:19 +00:00
wj32 8a050e7c62 added free list code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2779 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-01 07:03:49 +00:00
wj32 92fc5e7af3 added Properties button - working for File and Key objects
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2776 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-31 02:18:14 +00:00
wj32 24018055cd added thread and handle highlighting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2769 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-30 01:35:21 +00:00
wj32 5fcb312acd implemented handle search
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2764 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-29 11:56:43 +00:00
wj32 e01704ff81 added option to use the fast lock as the standard mutex
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2758 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-28 07:17:09 +00:00
wj32 cc303494fa added simple hashtable code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2749 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-26 09:25:43 +00:00
wj32 0eebf14a8b implemented hack to fix potential race condition
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2740 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-25 11:16:18 +00:00
wj32 d3c75cf5ad added Hide Unnamed Handles option
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2739 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-25 11:00:56 +00:00
wj32 3459e9cdab implemented list view sorting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2735 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-25 07:45:59 +00:00
wj32 e46a1cbf28 implemented Analyze Wait
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2732 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-24 07:53:19 +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 d45aef1772 implemented handle actions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2706 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-21 04:20:10 +00:00
wj32 a2da6cc64a fixed some COM issues
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2667 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 21:44:12 +00:00
wj32 bef410e95f added UI actions system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2659 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 07:44:40 +00:00
wj32 70dc934c21 completed file dialog code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2647 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-17 00:05:31 +00:00
wj32 7a2ffb123d added callback sync
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2641 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-16 07:29:17 +00:00
wj32 97857dba8b improved settings; added setting for multiple instances
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2639 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-16 07:19:57 +00:00
wj32 2814ddff4f fixed the PHA_DEREFERENCE macro (now an inline function)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2622 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-14 10:44:55 +00:00
wj32 23a6de6f6d added Terminate, Suspend, Resume menu items
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2620 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-12 23:05:19 +00:00
wj32 ed712ac1c0 * settings system works
* configurable dbghelp location

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2619 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-12 22:32:21 +00:00
wj32 2833b5376b renamed PhPrintfString to PhFormatString
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2618 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-12 11:03:11 +00:00
wj32 a05b90988f * added some auto-release string functions
* added PhPrintfString

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2612 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 23:58:55 +00:00
wj32 a014f1e720 fixed x64 compiler warning
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2601 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-10 23:55:58 +00:00
wj32 74ec172b57 finished documenting basesup.c
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2588 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-08 10:12:20 +00:00
wj32 e3d03e1c2c * updated ref.c documentation, partially documented basesup.c
* added PhTrimStringToNullTerminator

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2587 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-08 07:14:33 +00:00
wj32 4433d7b9c4 added CPU usage info
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2576 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-07 01:51:30 +00:00
wj32 61b09313eb * almost completed thread provider
* added generic module enumeration functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2561 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-05 05:18:19 +00:00
wj32 6b71343f63 * fixed module base address strings
* added PH_ANSI_STRING
* added PhCreateAnsiStringFromUnicode(Ex)
* started symbol provider

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2558 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-01 09:57:56 +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 c0a88300f1 verified signer name retrieval works!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2555 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-31 22:58:51 +00:00
wj32 63d410a63d process property sheet is now working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2551 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-31 06:54:04 +00:00