summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* use global sizewin-cons-speedupGiampaolo Rodola2020-02-031-49/+59
* [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-011-92/+72
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-018-119/+100
* small C refactoringGiampaolo Rodola2020-02-012-21/+5
* Add special case for psutil_proc_cwd/NetBSD (#1538)Kamil Rytarowski2020-01-301-1/+4
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-2927-235/+297
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-276-115/+67
* fix Cirrus failureGiampaolo Rodola2020-01-242-3/+5
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-249-42/+42
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-182-5/+25
* Future-proof disk_io_counters on Linux. (#1665)Mike Hommey2020-01-171-1/+2
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-161-1/+1
* fix #1662: QueryFullProcessImageNameW may fail with error code = 0 (Win API b...Giampaolo Rodola2020-01-141-1/+5
* properly cleanup C threadGiampaolo Rodola2020-01-143-11/+33
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-142-8/+30
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-1413-50/+54
* #1652 remove Windows Vista referencesGiampaolo Rodola2020-01-112-5/+2
* #1652: remove win XP code path checking avilability of GetTickCount64Giampaolo Rodola2020-01-112-17/+9
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-094-225/+196
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-071-17/+14
|\
| * #1652: ionice(), remove code checking if we're on Win Vista+Giampaolo Rodola2020-01-071-17/+14
* | add more types testsGiampaolo Rodola2020-01-071-10/+51
* | add contract tests for IOPRIO_ win constantsGiampaolo Rodola2020-01-071-7/+18
|/
* refactoring test_contracts.pyGiampaolo Rodola2020-01-071-24/+27
* #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-0619-293/+256
* just move stuff aroundGiampaolo Rodola2020-01-062-26/+53
* fix some win testsGiampaolo Rodola2020-01-063-3/+6
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...Giampaolo Rodola2020-01-063-3/+3
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-062-3/+4
* Win: fix compilation err on python 32 bitGiampaolo Rodola2020-01-061-1/+11
* refactoring + remove dead codeGiampaolo Rodola2020-01-061-41/+29
* move send_signal() code into windows moduleGiampaolo Rodola2020-01-052-11/+12
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-058-158/+144
* rm duplicated C codeGiampaolo Rodola2020-01-033-128/+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-033-90/+91
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-039-9/+1
* fix open_files() tests broken on windows due to case sensitivenessGiampaolo Rodola2020-01-032-11/+13
* 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-033-100/+14
* fix compiler warningGiampaolo Rodola2020-01-031-2/+2
* rename global.c -> globals.cGiampaolo Rodola2020-01-0310-9/+9
* use HeapAlloc() instead of malloc() around GetAdaptersAddressesGiampaolo Rodola2020-01-032-3/+5
* move AF_INET6 def in global.hGiampaolo Rodola2020-01-033-9/+5