summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.h
Commit message (Expand)AuthorAgeFilesLines
* only handle int and longGiampaolo Rodola2020-01-211-8/+3
* use macroGiampaolo Rodola2020-01-211-9/+4
* use _Py_PARSE_PID on Linux and POSIXGiampaolo Rodola2020-01-211-26/+21
* use dynamic _Py_PARSE_PIDGiampaolo Rodola2020-01-211-0/+25
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-1/+4
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-2/+36
* just move stuff aroundGiampaolo Rodola2020-01-061-7/+17
* fix compiler warningsGiampaolo Rodola2019-02-251-1/+1
* expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-251-1/+1
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-0/+1
* Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-171-2/+7
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-2/+2
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-0/+2
* use a C global variable to figure out whether we're in testing modeGiampaolo Rodola2017-11-121-1/+2
* define a setup() function which is called on import by all C modulesGiampaolo Rodola2017-11-121-4/+7
* rename C funcGiampaolo Rodola2017-11-121-2/+1
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-1/+1
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-1/+2
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-1/+3
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-161-0/+3
* #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-011-2/+4
* #1040: add alias for psutil_PyUnicode_DecodeFSDefaultAndSizeGiampaolo Rodola2017-05-011-0/+1
* #1040: provide an alias for PyUnicode_DecodeFSDefault which is not available...Giampaolo Rodola2017-05-011-0/+1
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-5/+0
* fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-051-1/+1
* bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-041-0/+5
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-271-1/+1
* order declarations in header filesGiampaolo Rodola'2013-12-141-1/+0
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-2/+0
* Fix #212Giampaolo Rodola'2011-10-051-0/+4
* Adds a new _psutil_common.c file which defines routines that are common to al...Giampaolo Rodola'2010-11-201-0/+9