summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* define PyLong_FromPid on py2win-pid-type2Giampaolo Rodola2020-01-251-8/+26
* fix some testsGiampaolo Rodola2020-01-252-1/+2
* replace Py_PidConverter with _Py_PARSE_PIDGiampaolo Rodola2020-01-254-20/+21
* get rid of PyLong_FromPidGiampaolo Rodola2020-01-252-18/+0
* get rid of Py_PidConverterGiampaolo Rodola2020-01-253-27/+3
* _Py_PARSE_PID for WindowsGiampaolo Rodola2020-01-252-29/+35
* use _Py_PARSE_PIDGiampaolo Rodola2020-01-252-5/+23
* on win use DWORD instead of pid_tGiampaolo Rodola2020-01-248-47/+51
* use PID converterGiampaolo Rodola2020-01-242-4/+5
* fix compiler warningGiampaolo Rodola2020-01-242-2/+2
* code path was not executedGiampaolo Rodola2020-01-241-6/+2
* fix some C compiler warningsGiampaolo Rodola2020-01-243-3/+3
* try to fix testGiampaolo Rodola2020-01-252-3/+10
* use pid_t on OSXGiampaolo Rodola2020-01-243-45/+47
* fix cirrus testsGiampaolo Rodola2020-01-242-2/+2
* fix cirrus testsGiampaolo Rodola2020-01-242-0/+5
* try to fix testsGiampaolo Rodola2020-01-243-18/+3
* try to fix testsGiampaolo Rodola2020-01-242-3/+3
* Merge branch 'win-pid-type' of github.com:giampaolo/psutil into win-pid-typeGiampaolo Rodola2020-01-249-83/+98
|\
| * fix memleakGiampaolo Rodola2020-01-241-2/+3
| * use Py_PidConverterGiampaolo Rodola2020-01-241-1/+3
| * add commentGiampaolo Rodola2020-01-241-1/+1
| * use PyLong_FromPidGiampaolo Rodola2020-01-241-6/+16
| * use PyLong_FromPidGiampaolo Rodola2020-01-241-6/+13
| * use PyLong_FromPidGiampaolo Rodola2020-01-242-5/+10
| * conver pid from long to pid_t on FreeBSDGiampaolo Rodola2020-01-244-21/+20
| * convert winGiampaolo Rodola2020-01-244-41/+32
* | Merge branch 'master' into win-pid-typeGiampaolo Rodola2020-01-2414-48/+88
|\ \ | |/ |/|
| * run py2 tests on cirrusGiampaolo Rodola2020-01-241-2/+2
| * Cirrus: enable python 2Giampaolo Rodola2020-01-241-2/+17
| * fix Cirrus failureGiampaolo Rodola2020-01-243-5/+7
| * Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-2414-45/+68
* | declare PID converter functionsGiampaolo Rodola2020-01-243-9/+55
* | only handle int and longGiampaolo Rodola2020-01-211-8/+3
* | use macroGiampaolo Rodola2020-01-212-9/+12
* | linux / users(): use _Py_PARSE_PIDGiampaolo Rodola2020-01-212-2/+5
* | use _Py_PARSE_PID on Linux and POSIXGiampaolo Rodola2020-01-214-49/+41
* | use pid_t typeGiampaolo Rodola2020-01-216-21/+21
* | use dynamic _Py_PARSE_PIDGiampaolo Rodola2020-01-212-54/+79
|/
* Remove links to abandoned psutil ports in readme (#1669)Caleb Bassi2020-01-191-2/+0
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-01-184-26/+42
|\
| * Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-185-26/+48
* | update HISTORYGiampaolo Rodola2020-01-182-0/+6
|/
* Future-proof disk_io_counters on Linux. (#1665)Mike Hommey2020-01-171-1/+2
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-163-4/+9
* fix #1662: QueryFullProcessImageNameW may fail with error code = 0 (Win API b...Giampaolo Rodola2020-01-142-1/+6
* properly cleanup C threadGiampaolo Rodola2020-01-145-13/+37
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-142-8/+30