14 Commits

Author SHA1 Message Date
dmex b02427417c PH1.x: fixed build
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5614 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2014-02-25 23:14:38 +00:00
dmex 4639300bcc PH 1.x: Fixed *some* crashes; Updated solutions to .NET 4.5 + vs2012; fixed compiler warnings;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-09-23 17:05:03 +00:00
dmex af09468b65 Updated PH 1.x solution to vs2010, updated CLR runtime to 4.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4250 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 03:14:34 +00:00
wj32 ae34ef0885 deleted HistoryManager: -1 million CPU cycles each update
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2606 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 02:28:34 +00:00
wj32 95a1343f3a back-ported new provider system from PH 2.x
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2540 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 02:48:37 +00:00
wj32 76972653c2 added some more stats to Fair and FastResourceLock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2499 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-25 05:47:28 +00:00
wj32 ce3009d180 changed HandleTable to use FastResourceLock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2479 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 09:37:25 +00:00
wj32 170f6c7a50 * removed usage of ReadOnlyCollection from HistoryManager
* added FastResourceLock usage to Extensions.GetHandleInfo
* deleted FastQueue

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2477 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 07:56:21 +00:00
wj32 1a6596e2c9 * added LibC
* added String255

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2473 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 06:19:40 +00:00
wj32 11e14a8c71 new synchronization object: FairResourceLock - releases waiters in FIFO order
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2406 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 01:09:21 +00:00
wj32 4cdc3e5422 * switched to using kernel32.dll instead of System.Threading objects
* made FastEvent 4 bytes smaller
* completed FastResourceLock

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2397 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 03:12:52 +00:00
wj32 90d17e4a89 * fixed FastEvent creating an event for every wait
* fixed FastEvent not disposing unused events
* added another shortcut to FastEvent
* added FastLock
* removed all Thread.BeginCriticalRegion calls

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2396 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-08 01:00:39 +00:00
wj32 d284deafb8 * replaced messy half-working code in ProcessWindow for selecting threads with ActionSync
* replaced fast event emulators with FastEvent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2388 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 04:03:14 +00:00
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00