| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Windows] use NtQuerySystemInformation to determine process exe() (#1677) | Giampaolo Rodola | 2020-02-01 | 1 | -0/+8 |
| | | |||||
| * | refactor win C code: use original WinAPI functions and remove psuil_ prefix | Giampaolo Rodola | 2020-01-05 | 1 | -17/+51 |
| | | |||||
| * | move PEB structs into ntextapi.h | Giampaolo Rodola | 2020-01-03 | 1 | -1/+100 |
| | | |||||
| * | cleanup ntextapi.h | Giampaolo Rodola | 2020-01-03 | 1 | -134/+84 |
| | | |||||
| * | win: move ObjectNameInformation in ntextapi.h | Giampaolo Rodola | 2020-01-03 | 1 | -0/+1 |
| | | |||||
| * | Windows: split C modules (#1655) | Giampaolo Rodola | 2020-01-02 | 1 | -3/+7 |
| | | |||||
| * | [Win] return value is not properly handled for undocumented NT* Windows ↵ | Giampaolo Rodola | 2019-04-04 | 1 | -0/+4 |
| | | | | | APIs. (#1477) | ||||
| * | [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453) | Giampaolo Rodola | 2019-03-11 | 1 | -0/+35 |
| | | |||||
| * | try to fix ntext.hfix-ntext.h | Giampaolo Rodola | 2019-02-28 | 1 | -11/+6 |
| | | |||||
| * | restore previous def | Giampaolo Rodola | 2019-02-28 | 1 | -9/+7 |
| | | |||||
| * | take defs from PH | Giampaolo Rodola | 2019-02-28 | 1 | -41/+48 |
| | | |||||
| * | set proper SYSTEM_PROCESS_INFORMATION struct from PH | Giampaolo Rodola | 2019-02-28 | 1 | -7/+9 |
| | | |||||
| * | fix compilation warnings | Giampaolo Rodola | 2019-02-28 | 1 | -2/+2 |
| | | |||||
| * | #1379 - Windows: suspend / resume process by using native APIs (#1435) | Giampaolo Rodola | 2019-02-25 | 1 | -0/+8 |
| | | |||||
| * | move custom object defs from ntextapi.h to global.h | Giampaolo Rodola | 2019-02-21 | 1 | -45/+0 |
| | | |||||
| * | set Windows version constants globally; get rid of deprecated GetVersionEx | Giampaolo Rodola | 2019-02-21 | 1 | -11/+12 |
| | | |||||
| * | Windows / speeup: dynamically load libraries on startup and never again (#1422) | Giampaolo Rodola | 2019-02-21 | 1 | -68/+225 |
| | | | | Windows / speeup: dynamically load libraries on startup and never again. | ||||
| * | first pass (#1133) | Max Bélanger | 2017-09-28 | 1 | -4/+8 |
| | | |||||
| * | first pass | Max Belanger | 2016-11-03 | 1 | -6/+3 |
| | | |||||
| * | #792 / cpu_stats: win impl | Giampaolo Rodola | 2016-03-05 | 1 | -0/+89 |
| | | |||||
| * | fix #789 / cpu_times / windows: add interrupt and dpc times | Giampaolo Rodola | 2016-03-04 | 1 | -0/+22 |
| | | |||||
| * | fix compiler error for MSVC2015 (unscoped enum C++11 problem) | Michael Sarahan | 2015-09-25 | 1 | -2/+5 |
| | | |||||
| * | Prevent enum clash when using Windows SDK v8.0 | stevenwinfield | 2015-08-21 | 1 | -2/+4 |
| | | | | ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use the same workaround as ProcessBasicInformation, with underscores and #defines. | ||||
| * | Rewrite get_open_files to use a worker thread | Jeff Tang | 2015-03-11 | 1 | -77/+13 |
| | | | | | | | | | | | | | get_open_files spawns a worker thread to process calls to NtQueryObject(). If the call timesout (100ms), the thread is terminated and the file handle is skipped. The ConvertThreadToFiber call prevents the initial stack from leaking when the thread is terminated on Windows XP/2003. The code has been cleaned up and struct redefinitions in ntextapi have been removed and with conflicts using #define's. | ||||
| * | fix most warnings and test failures on win32 | Gabi Davar | 2015-02-07 | 1 | -0/+5 |
| | | |||||
| * | move connection definitions back to main C windows module | Giampaolo Rodola' | 2014-01-06 | 1 | -65/+0 |
| | | |||||
| * | move some connections-related stuff in ntextapi.h | Giampaolo Rodola' | 2014-01-06 | 1 | -32/+82 |
| | | |||||
| * | yet another renaming | Giampaolo Rodola' | 2013-12-14 | 1 | -1/+1 |
| | | |||||
| * | rename windows modules by removing the 'ms' prefix in py, c, and h files | Giampaolo Rodola' | 2013-12-11 | 1 | -0/+302 |
