summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/process_info.c
Commit message (Expand)AuthorAgeFilesLines
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-191-854/+0
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-181-16/+72
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-1/+1
* [Windows] giveup with AD for all NtWow64 API calls (query 64-bit process from...Giampaolo Rodola2020-12-141-2/+44
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-5/+2
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-23/+49
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-131-6/+5
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-6/+6
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-1/+1
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-2/+1
* Win: fix compilation err on python 32 bitGiampaolo Rodola2020-01-061-1/+11
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-051-5/+5
* move PEB structs into ntextapi.hGiampaolo Rodola2020-01-031-116/+11
* fix compiler warnings; move some defss into process_info.hGiampaolo Rodola2020-01-031-13/+4
* windows: move get_process_info() into process_info.c to make room for CygwinGiampaolo Rodola2020-01-031-2/+90
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-031-1/+0
* fix compiler warningGiampaolo Rodola2020-01-031-2/+2
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-15/+9
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-270/+1
* use PROCESS_QUERY_LIMITED_INFORMATIONGiampaolo Rodola2019-11-221-2/+1
* fix #875, win, cwd/environ/cmdline(): retry with incremental timeout in case ...Giampaolo Rodola2019-11-031-17/+20
* fix #875: convert ERROR_PARTIAL_COPY from ReadProcessMemory to AccessDeniedGiampaolo Rodola2019-11-011-18/+26
* Fixes #1570: raise the NTSTATUS returned by NtWow64* syscalls (#1602)Erwan Le Pape2019-10-111-23/+26
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-141-0/+8
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-24/+31
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-38/+39
* set proper SYSTEM_PROCESS_INFORMATION struct from PHGiampaolo Rodola2019-02-281-1/+1
* #1398 / win / cmdline: call NtQueryInformationProcess twice, the first time t...Giampaolo Rodola2019-02-281-4/+22
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-251-7/+12
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-20/+28
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-124/+59
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-191-64/+14
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-191-94/+54
* #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-19/+8
* win / cmdline: add free() and CloseHandle() callsGiampaolo Rodola2019-02-041-3/+10
* #1348: give CREDITS to @EccoTheFlinstones + some minor style changesGiampaolo Rodola2019-02-031-30/+32
* Starting from windows 8.1, get commandline content using NtQueryInformationPr...EccoTheFlintstone2019-02-031-15/+177
* #1376 Windows: check if variable is NULL before free()ing itGiampaolo Rodola2018-12-101-5/+8
* fix #1370: improper usage of CloseHandle() may lead to override the original ...Giampaolo Rodola2018-12-081-1/+1
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-081-14/+3
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-3/+3
* refactor winmake.pyGiampaolo Rodola2017-11-121-1/+0
* use a C global variable to figure out whether we're in testing modeGiampaolo Rodola2017-11-121-2/+3
* rename C funcGiampaolo Rodola2017-11-121-2/+2
* fix C compiler warningGiampaolo Rodola2017-05-301-1/+1
* Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)Giampaolo Rodola2017-05-281-26/+157
* win process_info.c: move declarations at the top of the moduleGiampaolo Rodola2017-05-191-141/+144
* small refactoringGiampaolo Rodola2017-05-171-1/+4
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1