summaryrefslogtreecommitdiff
path: root/psutil/arch/windows
Commit message (Expand)AuthorAgeFilesLines
...
* restore previous defGiampaolo Rodola2019-02-281-9/+7
* fix compiler warningGiampaolo Rodola2019-02-281-2/+2
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* take defs from PHGiampaolo Rodola2019-02-281-41/+48
* set proper SYSTEM_PROCESS_INFORMATION struct from PHGiampaolo Rodola2019-02-282-8/+10
* fix compilation warningsGiampaolo Rodola2019-02-282-5/+5
* #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-254-7/+36
* fix #1426: load PAGESIZE and num of processors on startupGiampaolo Rodola2019-02-252-1/+12
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-252-172/+85
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-242-31/+39
* fix compilation warningGiampaolo Rodola2019-02-241-0/+2
* revert previous changeGiampaolo Rodola2019-02-211-2/+2
* remove deprecated WSAAddressToStringA causing a compiler warning and use UNIC...Giampaolo Rodola2019-02-211-10/+9
* move custom object defs from ntextapi.h to global.hGiampaolo Rodola2019-02-212-45/+42
* set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-214-26/+78
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-217-395/+522
* 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-194-107/+63
* #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-032-25/+183
* #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-082-16/+4
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-41/+0
* 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
* first pass (#1133)Max BĂ©langer2017-09-281-4/+8
* fix C compiler warningGiampaolo Rodola2017-05-302-4/+9
* Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)Giampaolo Rodola2017-05-282-26/+161
* win process_info.c: move declarations at the top of the moduleGiampaolo Rodola2017-05-191-141/+144
* small refactoringGiampaolo Rodola2017-05-171-1/+4
* #1075 / win / net_if_addrs(): inet_ntop() return value isn't checkedGiampaolo Rodola2017-05-161-9/+17
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* win: fix C compiler warningGiampaolo Rodola2017-05-161-4/+9
* win: fix C compiler warningGiampaolo Rodola2017-05-161-1/+1
* #1040 use QueryServiceConfigW() and return proper unicode strings on service ...Giampaolo Rodola2017-05-031-20/+11
* #1040: use EnumServiceStatusExW and return proper unicode for service enumera...Giampaolo Rodola2017-05-031-23/+24
* #1040: use QueryServiceConfig2W() and return unicode for windows service desc...Giampaolo Rodola2017-05-031-13/+10
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-302-1/+2
* windows / c: small refactoringGiampaolo Rodola2017-04-271-10/+5
* windows / c / pid_exists: return the right error codeGiampaolo Rodola2017-04-271-1/+1
* windows / c: refactor pid_is_running() codeGiampaolo Rodola2017-04-271-9/+11
* windows / c: remove unused functionGiampaolo Rodola2017-04-272-19/+3
* windows / c: refactor pid_is_running() codeGiampaolo Rodola2017-04-271-12/+13
* windows / c: refactor pid_is_running() codeGiampaolo Rodola2017-04-271-11/+19