Commit Graph

  • b0aeefa191 small UI fixes wj32 2009-12-18 04:01:25 +00:00
  • 6fdada89ab dump: fixed DPCs and Interrupts position wj32 2009-12-18 03:57:36 +00:00
  • 773fdaea64 added DPCs and Interrupts to dumps wj32 2009-12-18 03:56:32 +00:00
  • 468712af4c added ability to dump process history manager data wj32 2009-12-17 11:16:50 +00:00
  • 3c861b2421 added time stamp, made time representation more compact wj32 2009-12-17 10:18:09 +00:00
  • abfe7e8b5d fixed some exceptions when viewing dumps created under LUAs wj32 2009-12-17 10:06:57 +00:00
  • ae1cb02437 added safeguard to Dump against values having null characters wj32 2009-12-17 08:52:34 +00:00
  • a50244a4e0 fixed service menu wj32 2009-12-17 08:45:20 +00:00
  • b5f8a6fb0b dump: added service info display wj32 2009-12-17 08:43:51 +00:00
  • 47fc04f776 dump: added token info display wj32 2009-12-17 08:10:24 +00:00
  • 1cd86b7b1a fixed error when opening an invalid dump file wj32 2009-12-17 05:01:10 +00:00
  • 8518803f91 dump: fixed process type display wj32 2009-12-17 04:58:41 +00:00
  • 167e049e59 dump: fixed leak wj32 2009-12-17 04:53:25 +00:00
  • b5f5d84808 dump: disabled ENTER and DEL shortcuts in handle list wj32 2009-12-17 04:47:27 +00:00
  • f769bbf1e4 dump: * fixed NullReferenceException in DumpProcessWindow * fixed handle info dumping on x64 wj32 2009-12-17 04:45:14 +00:00
  • 623cc5070e * dump: fixed command line values for POSIX processes * added copyright headers wj32 2009-12-17 04:41:29 +00:00
  • 16dc07e5b9 almost finished DumpProcessWindow (token properties not present) wj32 2009-12-17 04:36:50 +00:00
  • 928cedaff5 added Architecture field wj32 2009-12-17 02:25:45 +00:00
  • fae4d7da88 dump: fixed IsCritical and IsWow64 wj32 2009-12-17 02:22:31 +00:00
  • 4963f89230 dump: fixed buggy code in ProcessTree.RefreshItems wj32 2009-12-17 02:09:22 +00:00
  • 8496f91121 fixed reference leak in MemoryFileSystem.ReadDataCell wj32 2009-12-17 02:02:12 +00:00
  • 9cfc52aeba fixed previous commit wj32 2009-12-17 01:41:48 +00:00
  • a572b50351 dump: * fixed current user highlighting * made compatible with x64 wj32 2009-12-17 01:37:35 +00:00
  • 51b6561654 dump: fixed usernames on XP wj32 2009-12-17 01:25:25 +00:00
  • 32b99b5eda dump: * fixed "File not processed yet" message * fixed service process highlighting wj32 2009-12-17 01:22:06 +00:00
  • 6afdcb9925 * fixed process tooltips when viewing dumps * fixed Save as text file on XP * updated CHANGELOG.txt wj32 2009-12-17 01:16:21 +00:00
  • 26fbdebe5d added VM and IO counters dumping wj32 2009-12-17 00:49:14 +00:00
  • 6a77101400 started dump viewer wj32 2009-12-17 00:17:49 +00:00
  • 1816c21f39 completed dump feature wj32 2009-12-16 22:21:07 +00:00
  • 6e12ea2438 completed info dumping code wj32 2009-12-16 22:01:17 +00:00
  • f79435956a started dump code wj32 2009-12-16 11:10:27 +00:00
  • 9da6ae4934 * completed MFS * added MessageLabel wj32 2009-12-16 08:19:48 +00:00
  • 8d9de0ae3e * started MFS * UnicodeEncoding -> Encoding wj32 2009-12-15 11:39:05 +00:00
  • 25280a4320 the "-elevate" command line option propagates other arguments wj32 2009-12-14 06:06:36 +00:00
  • 0e14d706fe added some useless stuff wj32 2009-12-13 02:11:38 +00:00
  • 4366e2d5d7 removed BS comments wj32 2009-12-11 10:33:18 +00:00
  • d716223cfa #2912500 - "Failed to compare two elements in the array." wj32 2009-12-11 08:15:00 +00:00
  • 19ceee688a #2911957 - "The given key was not present in the dictionary." wj32 2009-12-10 20:20:18 +00:00
  • f4af7be6cc git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2412 21ef857c-d57f-4fe0-8362-d861dc6d29cd xhmikosr 2009-12-10 17:15:33 +00:00
  • 9a269025fd * bump to 1.9 * #2911938 - "The given key was not present in the dictionary." wj32 2009-12-10 11:36:10 +00:00
  • d73a1f11a6 added some FairResourceLock stats wj32 2009-12-10 11:18:27 +00:00
  • e1e334ae88 added defer event creation support to FairResourceLock (not enabled by default) wj32 2009-12-10 10:45:40 +00:00
  • d05563fb80 added safety check to ProcessWindow.Dispose wj32 2009-12-10 08:15:22 +00:00
  • f992f9225a improved FairResourceLock wj32 2009-12-10 01:33:30 +00:00
  • 11e14a8c71 new synchronization object: FairResourceLock - releases waiters in FIFO order wj32 2009-12-10 01:09:21 +00:00
  • 384f22aef1 added another optimization the JIT compiler is too dumb to add in wj32 2009-12-09 11:41:13 +00:00
  • 9f3f6ca52f * hacked around PWindows race condition * disabled loaded modules in diagnostics text wj32 2009-12-09 10:05:13 +00:00
  • 0dee309562 switched to FastResourceLock in NetworkProvider wj32 2009-12-09 09:47:33 +00:00
  • 9bc410640f fixed comments wj32 2009-12-09 08:15:33 +00:00
  • 916cdfe6ce added some comments to FastResourceLock wj32 2009-12-09 06:05:54 +00:00
  • 0ab2ba4dbe FastResourceLock normal acquire methods now spin for a while before going to sleep wj32 2009-12-09 05:57:22 +00:00
  • 177638a65e fixed another critical bug; introduced some optimizations wj32 2009-12-09 05:30:29 +00:00
  • 6336f4b6c8 fixed two typos in FastResourceLock which lead to catastrophic failure wj32 2009-12-09 04:07:15 +00:00
  • 4cdc3e5422 * switched to using kernel32.dll instead of System.Threading objects * made FastEvent 4 bytes smaller * completed FastResourceLock wj32 2009-12-09 03:12:52 +00:00
  • 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 wj32 2009-12-08 01:00:39 +00:00
  • f2e6ff3357 fixed SsLogger screwing up when stopping then starting - cursor position was thrown away wj32 2009-12-06 11:03:52 +00:00
  • 29b7fe6177 added file size limit for stage 2 processing wj32 2009-12-06 05:53:17 +00:00
  • dca3603551 added Bytes capturing to KphSs wj32 2009-12-05 09:59:10 +00:00
  • c3a41d5b43 added two properties to RundownProtection wj32 2009-11-30 10:15:48 +00:00
  • 77188e9dd3 made RundownProtection uber-fast wj32 2009-11-30 09:59:20 +00:00
  • d639e5fdc4 added WOW64 modules to handle filter results wj32 2009-11-30 09:04:17 +00:00
  • 126f2feff5 removed some obsolete code from Provider wj32 2009-11-29 04:10:37 +00:00
  • d284deafb8 * replaced messy half-working code in ProcessWindow for selecting threads with ActionSync * replaced fast event emulators with FastEvent wj32 2009-11-29 04:03:14 +00:00
  • d4f5abfb9c added permissions editing to NtObjects wj32 2009-11-29 02:00:27 +00:00
  • 4f018798b0 fixed SamDomainHandle.GetAliasMembership wj32 2009-11-29 00:54:44 +00:00
  • b7df549afc added Verified Signer column wj32 2009-11-29 00:41:06 +00:00
  • ba5f1fdfae removed a reference wj32 2009-11-29 00:33:30 +00:00
  • 499ee08396 improved signature verification - works on x64, and shows subject names wj32 2009-11-29 00:28:26 +00:00
  • c9016e692c added CredUI code wj32 2009-11-28 22:30:44 +00:00
  • 408a2b1da3 fixed some stuff wj32 2009-11-28 10:07:41 +00:00
  • 7f4ccb48c1 added LsaAuthHandle, interactive logon authentication package wj32 2009-11-28 10:03:45 +00:00
  • 3c487c5eb9 updated NativeTypeFactory with SAM types wj32 2009-11-28 06:38:12 +00:00
  • 0bb361e262 added some SAM definitions from Vista/7 wj32 2009-11-28 02:25:48 +00:00
  • 0b8c1b0b73 added two convenience functions in LsaAccountHandle wj32 2009-11-28 01:42:58 +00:00
  • 571e959421 updated alias functions wj32 2009-11-28 01:41:46 +00:00
  • 1feaa4b3a3 added the SAM wrapper classes wj32 2009-11-28 01:13:43 +00:00
  • 6406b5e11c added almost all SAM definitions wj32 2009-11-27 23:24:14 +00:00
  • 6c07c17a24 added some more stuff wj32 2009-11-27 11:42:15 +00:00
  • 2ba1da4d58 added some SAM stuff wj32 2009-11-27 11:08:06 +00:00
  • bcc06383c1 fixed ISecurable wrappers with regards to accessing the SACL wj32 2009-11-27 10:26:03 +00:00
  • f190af0070 improved SecurityEditor ISecurable wrapper wj32 2009-11-27 10:20:50 +00:00
  • 187483ce8b enhanced LSA functions wj32 2009-11-27 09:04:53 +00:00
  • 8321aa9c75 fixed incorrect comment in CircularBuffer wj32 2009-11-27 08:06:37 +00:00
  • 3fae9f7c93 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2367 21ef857c-d57f-4fe0-8362-d861dc6d29cd xhmikosr 2009-11-27 01:48:20 +00:00
  • 1a8a20a8e6 Installer: remove Assistant.exe even when upgrading xhmikosr 2009-11-26 13:30:29 +00:00
  • a598d6489a disabled automatic update checking by default wj32 2009-11-26 10:24:50 +00:00
  • 207c58b9d8 fixed Find window and select thread sometimes not working wj32 2009-11-26 10:01:05 +00:00
  • d055238154 * fixed struct reader on x64 * fixed PEB struct definition * added struct reader preprocessor wj32 2009-11-26 09:12:23 +00:00
  • 2cbb1cce28 no more Assistant.exe wj32 2009-11-26 07:33:41 +00:00
  • 256bf6d770 * added new overload for ProcessHandle.CreateWin32 * added SetSessionId to TokenHandle wj32 2009-11-26 07:03:33 +00:00
  • 81c8bf754f renamed ThrowLastError to Throw wj32 2009-11-25 11:07:19 +00:00
  • c34b277588 #2902988 - "Toolbar not shown after saving options" wj32 2009-11-25 05:59:58 +00:00
  • 2b556c3411 cleaned up some Provider code wj32 2009-11-19 10:09:49 +00:00
  • 3537ce4662 disabled symbol warning on XP and below, and made the warning slimmer on Vista and above wj32 2009-11-18 23:30:30 +00:00
  • e9fbd1df6e Installer: When uninstalling Process Hacker, stop and remove KPH service when the actual uninstall process begins and not when it's initialized xhmikosr 2009-11-18 13:50:54 +00:00
  • ab83f7b45f got rid of Marshal.Read*/Write* calls, replaced with unsafe code wj32 2009-11-18 02:30:29 +00:00
  • 3477486588 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2354 21ef857c-d57f-4fe0-8362-d861dc6d29cd xhmikosr 2009-11-17 23:11:06 +00:00
  • 4b5570a63b * #2887106 - "set process I/O Priority" * added ability to set thread I/O priority wj32 2009-11-17 09:59:22 +00:00
  • 315d5264d1 fixed potential bug in KPH object manager wj32 2009-11-17 08:21:56 +00:00
  • 4ba5c16bd5 analyze wait chain is now hidden wj32 2009-11-16 10:20:54 +00:00