summaryrefslogtreecommitdiff
path: root/psutil/arch/windows
Commit message (Expand)AuthorAgeFilesLines
* remainers of _Py_PARSE_PIDGiampaolo Rodola2020-01-251-1/+1
* get rid of Py_PidConverterGiampaolo Rodola2020-01-251-2/+3
* on win use DWORD instead of pid_tGiampaolo Rodola2020-01-246-21/+21
* use PID converterGiampaolo Rodola2020-01-241-3/+4
* code path was not executedGiampaolo Rodola2020-01-241-6/+2
* use pid_t typeGiampaolo Rodola2020-01-216-21/+21
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* properly cleanup C threadGiampaolo Rodola2020-01-141-6/+29
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-141-2/+30
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-143-4/+4
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-212/+187
* #1652 / win / XP support: remove routine to collect files on win < vistaGiampaolo Rodola2020-01-061-156/+3
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-0611-272/+8
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-061-3/+3
* 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-057-148/+134
* rm duplicated C codeGiampaolo Rodola2020-01-032-8/+0
* move PEB structs into ntextapi.hGiampaolo Rodola2020-01-033-118/+112
* fix compiler warnings; move some defss into process_info.hGiampaolo Rodola2020-01-032-13/+11
* windows: move get_process_info() into process_info.c to make room for CygwinGiampaolo Rodola2020-01-032-2/+91
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-039-9/+1
* cleanup ntextapi.hGiampaolo Rodola2020-01-031-134/+84
* win: provide alias for HeapAlloc()Giampaolo Rodola2020-01-031-16/+11
* win: move ObjectNameInformation in ntextapi.hGiampaolo Rodola2020-01-032-1/+1
* fix compiler warning + remove cruftGiampaolo Rodola2020-01-032-96/+10
* fix compiler warningGiampaolo Rodola2020-01-031-2/+2
* rename global.c -> globals.cGiampaolo Rodola2020-01-039-8/+8
* use HeapAlloc() instead of malloc() around GetAdaptersAddressesGiampaolo Rodola2020-01-032-3/+5
* move AF_INET6 def in global.hGiampaolo Rodola2020-01-033-9/+5
* #1652: remove inet_ntop.cGiampaolo Rodola2020-01-022-62/+0
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-0216-43/+1298
* #1652: also drop support for Windows Server 2003Giampaolo Rodola2020-01-022-6/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-021-2/+0
|\
| * Drop windows XP support (#1652)Giampaolo Rodola2020-01-011-2/+0
* | small refactoringGiampaolo Rodola2020-01-021-1/+0
|/
* win: split code into new process_utils.cGiampaolo Rodola2019-12-306-279/+301
* windows: move net_connections() in socks.cGiampaolo Rodola2019-12-302-0/+493
* 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
* Correct loadavg constants for 5 and 15 minutes. Fixes #1552 (#1583)Ammar Askar2019-09-151-3/+3
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-141-0/+8
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-112-0/+127
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-045-28/+79
* [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453)Giampaolo Rodola2019-03-113-0/+43
* #1448: fix Wine support due to missing rtlIpv6AddressToStringAGiampaolo Rodola2019-03-051-5/+4
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-282-39/+40
* try to fix ntext.hfix-ntext.hGiampaolo Rodola2019-02-281-11/+6