summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ignore mewin-open-files2Giampaolo Rodola2020-01-081-2/+0
|
* add critical section to make sure multiple calls won't cause threads ↵Giampaolo Rodola2020-01-083-14/+18
| | | | interfere with each other
* fix mem leakGiampaolo Rodola2020-01-081-3/+3
|
* skip handle types which are not REG filesGiampaolo Rodola2020-01-081-0/+8
|
* add docstringGiampaolo Rodola2020-01-082-10/+26
|
* refactoringGiampaolo Rodola2020-01-082-31/+15
|
* full integrationGiampaolo Rodola2020-01-081-32/+22
|
* use NtQueryObjectGiampaolo Rodola2020-01-081-10/+64
|
* use correct err handlerGiampaolo Rodola2020-01-081-1/+1
|
* remove unused global varsGiampaolo Rodola2020-01-081-6/+1
|
* pass parameter around; print file nameGiampaolo Rodola2020-01-081-15/+25
|
* DuplicateHandle()Giampaolo Rodola2020-01-081-4/+22
|
* call enum handlesGiampaolo Rodola2020-01-081-1/+6
|
* call enum handlesGiampaolo Rodola2020-01-081-4/+4
|
* progress with thread skeletonGiampaolo Rodola2020-01-081-180/+41
|
* remove all stuff to experiment with threads on winGiampaolo Rodola2020-01-081-11/+30
|
* put NtQuerySystemInformation() in its own functionGiampaolo Rodola2020-01-081-37/+52
|
* 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-0620-294/+256
|
* just move stuff aroundGiampaolo Rodola2020-01-062-26/+53
|
* fix some win testsGiampaolo Rodola2020-01-064-4/+7
|
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ↵Giampaolo Rodola2020-01-064-3/+5
| | | | the current user and os.getpid()
* winmake.py: use argparseGiampaolo Rodola2020-01-061-114/+84
|
* 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
|
* winmake.py: accept builtiple targets/argsGiampaolo Rodola2020-01-031-9/+12
|
* 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-0312-14/+22
|
* use HeapAlloc() instead of malloc() around GetAdaptersAddressesGiampaolo Rodola2020-01-032-3/+5
|
* move AF_INET6 def in global.hGiampaolo Rodola2020-01-033-9/+5
|
* winmake / uninstall: remove installation path from easy-install.pth fileGiampaolo Rodola2020-01-021-0/+18
|
* #1652: remove inet_ntop.cGiampaolo Rodola2020-01-024-64/+0
|