summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-096-9/+9
* skip who CLI related test if necessaryGiampaolo Rodola2023-05-022-3/+4
* NetBSD, cmdline(): add debug message on EINVAL (re. to #2250)Giampaolo Rodola2023-05-021-4/+6
* makefile: integrate abi3audit CLI tool + refactoringGiampaolo Rodola2023-04-291-34/+34
* revert previous makefile commit as it requires bashGiampaolo Rodola2023-04-291-11/+10
* Makefile: expand variablesGiampaolo Rodola2023-04-291-11/+12
* Run `abi3audit` on produced abi3 wheels (#2247)Matthieu Darbois2023-04-242-1/+9
* SunOS: fix some C compilation warningsGiampaolo Rodola2023-04-225-15/+17
* use glob.glob() in setup.pyGiampaolo Rodola2023-04-201-68/+29
* OSX / refact: get rid of process_info.c (#2243)Giampaolo Rodola2023-04-208-436/+397
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-196-167/+191
* OSX: rename psutil/_psutil_osx.c to arch/osx/proc.c to preserve GIT historyGiampaolo Rodola2023-04-192-1/+1
* OSX big C refactoring (#2242)Giampaolo Rodola2023-04-2015-792/+921
* fix failing users() test; update HISTORY; give CREDITS to @0-wiz-0 for #2241Giampaolo Rodola2023-04-204-7/+21
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-1913-22/+43
|\
| * win C refact: reconstruct _psutil_windows.c trying to preserve historyGiampaolo Rodola2023-04-196-301/+363
| * rename _psutil_windows.c -> proc.cGiampaolo Rodola2023-04-192-1/+1
* | Win, C, refact: move proc funcs into proc.c fileGiampaolo Rodola2023-04-195-1224/+1278
|/
* Merge branch 'c-refact'Giampaolo Rodola2023-04-1914-1004/+1093
|\
| * BSD big refact: move proc funcs in new proc.c fileGiampaolo Rodola2023-04-1914-1004/+1093
* | Fix build on NetBSD due to missing .h include. (#2241)Thomas Klausner2023-04-191-0/+1
|/
* Win, C, refact: move boot_time() and users() in new sys.cGiampaolo Rodola2023-04-184-170/+198
* Windows / refact: new sensors.c fileGiampaolo Rodola2023-04-184-26/+44
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-1814-281/+170
* pre releaserelease-5.9.5Giampaolo Rodola2023-04-173-6/+20
* Add CI testing for OpenBSD and NetBSD (#2240)Giampaolo Rodola2023-04-177-50/+92
* Fix #2239 / proc name(): don't fail with ZombieProcess on cmdline()Giampaolo Rodola2023-04-173-3/+36
* #2238: passed wrong value to Py_BuildValueGiampaolo Rodola2023-04-172-2/+2
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-179-27/+34
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-164-5/+12
* BSD: refactor py code related to filtering connectionsGiampaolo Rodola2023-04-161-42/+18
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-142-0/+6
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-154-36/+46
* docs: add percentage usage of virtual memory (#2223)Aaron Shaw2023-04-141-0/+1
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-143-14/+26
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-1411-271/+337
* fix NetBSD test failure + add test for cached memGiampaolo Rodola2023-04-131-0/+12
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-1313-277/+246
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-137-6/+88
* fix users() test on OpenBSDGiampaolo Rodola2023-04-121-5/+7
* OpenBSD is unable to recognize zombie process. (#2229)Giampaolo Rodola2023-04-122-1/+3
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-121-2/+2
* fix some tests on BSD platformsGiampaolo Rodola2023-04-124-5/+14
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-118-17/+47
* merge from masterGiampaolo Rodola2023-04-1035-187/+207
|\
| * move psutil_getpagesize() in a new mem.c fileGiampaolo Rodola2023-04-103-12/+10
| * move psutil_virtual_mem() in a new mem.c fileGiampaolo Rodola2023-04-104-29/+46
| * update cpu_freq() docGiampaolo Rodola2023-04-091-8/+9
| * Fix Linux test: allow '-dirty' or other version postfixes (#2221)Mark Asselstine2023-04-051-1/+1
| * Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-0130-143/+146