summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | minimum supported now is Windows Vista
* | 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
| |/ |/|
* | credits for #1648Giampaolo Rodola2019-12-283-0/+10
| |
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-281-0/+1
|\ \
| * | sensors_temperatures: also search /sys/devices/platform/coretemp.* for ↵Javad Karabi2019-12-281-0/+1
| | | | | | | | | | | | temperatures (#1648)
* | | setup.py: print instructions if C compiler is not installedGiampaolo Rodola2019-12-282-3/+79
| | |
* | | update HISTORY for #1646Giampaolo Rodola2019-12-212-0/+7
|/ /
* | Fix Process on FreeBSD 12.0+ i386 (#1646)Po-Chuan Hsieh2019-12-211-1/+5
| | | | | | | | | | FreeBSD 12.0+ change ki_tdev from 32 bits to 64 bits. Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242543
* | HERE: use realpath() instead of abspath() because of failures seen in ↵Giampaolo Rodola2019-12-182-2/+7
| | | | | | | | https://github.com/giampaolo/psutil/pull/1638#issuecomment-567013054
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-12-181-1/+1
|\ \
| * | Fix simple typo: whish -> wish (#1640)Tim Gates2019-12-171-1/+1
| | | | | | | | | Closes #1639
* | | SunOS, fix #1642: PID 0 raises FileNotFoundErrorGiampaolo Rodola2019-12-182-1/+4
|/ /
* | [Solaris] Fix #1637 (#1638)vser12019-12-175-7/+41
| |
* | Readme tidelift update (#1636)Giampaolo Rodola2019-12-052-14/+16
| |