summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check file type before duplicating the handlewin-open-files-fixesGiampaolo Rodola2020-01-071-0/+4
* add debug messagesGiampaolo Rodola2020-01-071-19/+39
* 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
* 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
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-0218-1112/+1309
* #1652: also drop support for Windows Server 2003Giampaolo Rodola2020-01-025-15/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-026-106/+8
|\
| * Drop windows XP support (#1652)Giampaolo Rodola2020-01-018-108/+11
* | move custom exceptions in _common.pyGiampaolo Rodola2020-01-029-154/+129
* | small refactoringGiampaolo Rodola2020-01-022-7/+3
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-0210-741/+853
|\ \ | |/
| * highlight cmd.exe warnings/errs from VSGiampaolo Rodola2019-12-301-1/+53
| * win: split code into new process_utils.cGiampaolo Rodola2019-12-308-279/+303
| * windows: move net_connections() in socks.cGiampaolo Rodola2019-12-304-462/+498
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-3015-37/+225
| |\
| * | fix compilation err on winGiampaolo Rodola2019-11-221-1/+1
* | | bump versioncygwinGiampaolo Rodola2019-12-291-1/+2
* | | update/fix wait_procs() docGiampaolo Rodola2019-12-291-3/+3
* | | lintGiampaolo Rodola2019-12-282-1/+4
| |/ |/|