summaryrefslogtreecommitdiff
path: root/psutil/_psutil_windows.c
Commit message (Expand)AuthorAgeFilesLines
* #1693: also increase precision of users()'s login timeGiampaolo Rodola2020-02-131-10/+6
* refactoring: get rid of duplicated code; use one function to return (user, sy...Giampaolo Rodola2020-02-131-45/+5
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-131-58/+13
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-8/+14
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-55/+61
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-50/+51
* fix #1662: QueryFullProcessImageNameW may fail with error code = 0 (Win API b...Giampaolo Rodola2020-01-141-1/+5
* properly cleanup C threadGiampaolo Rodola2020-01-141-4/+3
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-141-6/+0
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-14/+14
* #1652 remove Windows Vista referencesGiampaolo Rodola2020-01-111-4/+1
* #1652: remove win XP code path checking avilability of GetTickCount64Giampaolo Rodola2020-01-111-11/+1
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-3/+1
* fix some win testsGiampaolo Rodola2020-01-061-1/+1
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...Giampaolo Rodola2020-01-061-1/+1
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-051-10/+10
* rm duplicated C codeGiampaolo Rodola2020-01-031-120/+0
* windows: move get_process_info() into process_info.c to make room for CygwinGiampaolo Rodola2020-01-031-88/+0
* fix compiler warning + remove cruftGiampaolo Rodola2020-01-031-4/+4
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* #1652: remove inet_ntop.cGiampaolo Rodola2020-01-021-1/+0
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-1069/+8
* #1652: also drop support for Windows Server 2003Giampaolo Rodola2020-01-021-4/+0
* Drop windows XP support (#1652)Giampaolo Rodola2020-01-011-76/+3
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-0/+1
* windows: move net_connections() in socks.cGiampaolo Rodola2019-12-301-460/+2
* fix compilation err on winGiampaolo Rodola2019-11-221-1/+1
* revert #1595Giampaolo Rodola2019-11-221-12/+1
* #1595: use psutil_pid_is_running() instead of GetExitCodeProcessGiampaolo Rodola2019-11-201-14/+6
* #fix #1595 / windows: kill() may not raise AccessDeniedGiampaolo Rodola2019-11-201-7/+23
* Use Py_CLEAR instead of Py_DECREF to also set the variable to NULL (#1616)Riccardo Schirone2019-11-131-27/+27
* fix #875: convert ERROR_PARTIAL_COPY from ReadProcessMemory to AccessDeniedGiampaolo Rodola2019-11-011-1/+1
* fix compiler warningsGiampaolo Rodola2019-10-241-2/+3
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+7
* Fix read access violation in psutil.cpu_count(logical=False) (#1480)Samer Masterson2019-04-051-3/+11
* [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-051-1/+2
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-22/+46
* Typo fixed (#1469)ABDUL NIYAS P M2019-03-271-2/+2
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-171-8/+1
* Make uptime type consitent to fix boot time error. (#1225)Xiaoling Bao2019-03-171-17/+8
* [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)Giampaolo Rodola2019-03-111-67/+99
* #1448: fix Wine support due to missing rtlIpv6AddressToStringAGiampaolo Rodola2019-03-051-2/+4
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-4/+4
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* fix compilation warningsGiampaolo Rodola2019-02-281-4/+0
* #1379 - Windows: suspend / resume process by using native APIs (#1435)Giampaolo Rodola2019-02-251-88/+23
* win: remove unused header filesGiampaolo Rodola2019-02-251-13/+6
* expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-251-9/+23
* fix #1426: load PAGESIZE and num of processors on startupGiampaolo Rodola2019-02-251-9/+3