summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/process_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-6/+2
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-2/+2
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-2/+1
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-031-1/+0
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-2/+1
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-0/+286