summaryrefslogtreecommitdiff
path: root/psutil/_psutil_windows.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix #1432: use the actual system PAGESIZE when calculating USS memoryGiampaolo Rodola2019-02-251-1/+1
* fix #1431: use GetNativeSystemInfo instead of GetSystemInfo in order to suppo...Giampaolo Rodola2019-02-251-3/+1
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-251-1/+3
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-25/+29
* win connections refactoringGiampaolo Rodola2019-02-241-36/+14
* win connections refactoringGiampaolo Rodola2019-02-241-221/+207
* set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-211-1/+1
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-234/+55
* fix #1420: use PyErr_SetFromWindowsErrWithFilename for disk_usage() in case o...Giampaolo Rodola2019-02-191-1/+1
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-191-105/+52
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-171-1/+18
* #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-5/+10
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; er...Giampaolo Rodola2019-01-251-1/+5
* use PROCESS_QUERY_LIMITED_INFORMATION also for username()Giampaolo Rodola2018-12-111-1/+2
* fix #1370: improper usage of CloseHandle() may lead to override the original ...Giampaolo Rodola2018-12-081-24/+52
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-081-20/+24
* fix ionice set not working on windows x64 due to LENGTH_MISMATCH (#1368)EccoTheFlintstone2018-12-031-5/+6
* pre releaserelease-5.4.8Giampaolo Rodola2018-10-301-1/+2
* Fix random 0xC0000001 errors when querying for Connections (#1335)sylvainduchesne2018-09-261-8/+6
* retain GIL when querying connections table (#1306)sylvainduchesne2018-07-241-4/+0
* Fix Windows crash on proc_username(), happens when WinAPI calls fail, leading...Jean-Luc Migot2018-06-071-3/+3
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-68/+129
* fix some compilation warns on winGiampaolo Rodola2018-04-131-1/+1
* fix some compilation warns on winGiampaolo Rodola2018-04-131-2/+3
* 1224 fix windows Process.wait() (#1253)Giampaolo Rodola2018-03-241-4/+32
* cpu_times() GetSystemTimes function double dword convert to __int64,t… (#1243)stswandering2018-03-131-18/+18
* Add mount points to disk_partitions() in Windows (#775) (#1192)Jake Omann2017-12-121-0/+39