summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/process_info.h
Commit message (Expand)AuthorAgeFilesLines
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-191-24/+0
|\
| * win C refact: reconstruct _psutil_windows.c trying to preserve historyGiampaolo Rodola2023-04-191-0/+3
* | Win, C, refact: move proc funcs into proc.c fileGiampaolo Rodola2023-04-191-0/+3
|/
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-181-3/+3
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-3/+3
* fix compiler warnings; move some defss into process_info.hGiampaolo Rodola2020-01-031-0/+7
* windows: move get_process_info() into process_info.c to make room for CygwinGiampaolo Rodola2020-01-031-0/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-11/+0
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-7/+0
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-2/+0
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-191-3/+3
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-081-2/+1
* Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)Giampaolo Rodola2017-05-281-0/+4
* windows / c: remove unused functionGiampaolo Rodola2017-04-271-4/+3
* windows: remove unused C codeGiampaolo Rodola2017-04-271-1/+0
* windows: remove unused C codeGiampaolo Rodola2017-04-271-2/+0
* #799, oneshot(), windows: expose C functions to OpenProcess and CloseHandle i...Giampaolo Rodola2016-08-051-0/+7
* implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-011-0/+1
* move windows cwd extraction codeFrank Benkstein2016-01-251-1/+1
* C: var names -> add py_ prefixGiampaolo Rodola2015-09-031-1/+1
* fix most warnings and test failures on win32Gabi Davar2015-02-071-0/+9
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-1/+0
* order declarations in header filesGiampaolo Rodola'2013-12-141-4/+4
* rename windows modules by removing the 'ms' prefix in py, c, and h filesGiampaolo Rodola'2013-12-111-0/+18