summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningsGiampaolo Rodola2019-02-251-1/+3
* expose WINVER constants in the cext moduleGiampaolo Rodola2019-02-251-2/+3
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-2/+25
* make psutil_debug() aware of PSUTIL_DEBUG (#1332)yanok2018-08-291-5/+7
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-1/+1
* Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-171-2/+2
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-6/+8
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-0/+17
* use a C global variable to figure out whether we're in testing modeGiampaolo Rodola2017-11-121-17/+8
* define a setup() function which is called on import by all C modulesGiampaolo Rodola2017-11-121-7/+11
* move PyUnicode compt fun definition up in the fileGiampaolo Rodola2017-11-121-20/+21
* rename C funcGiampaolo Rodola2017-11-121-1/+1
* re-enable test on appveyor; remove unused C codeGiampaolo Rodola2017-11-121-12/+0
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-2/+2
* inspect PSUTIL_TESTING env var from C againGiampaolo Rodola2017-11-121-3/+15
* get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, h...psutil-test-flagGiampaolo Rodola2017-11-111-8/+10
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-0/+31
* fix travisGiampaolo Rodola2017-05-181-1/+2
* #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-011-15/+8
* #1040: add alias for psutil_PyUnicode_DecodeFSDefaultAndSizeGiampaolo Rodola2017-05-011-0/+10
* #1040: provide an alias for PyUnicode_DecodeFSDefault which is not available...Giampaolo Rodola2017-05-011-0/+16
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-90/+0
* #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-121-0/+5
* update commentsGiampaolo Rodola2016-10-051-6/+15
* C pid_exists(): only FreeBSD has not PID 0Giampaolo Rodola2016-10-051-4/+2
* fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-051-7/+19
* bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-041-0/+65
* c styleGiampaolo Rodola'2013-12-101-0/+1
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* Fix issue 366 (BSD): get_memory_maps(), get_num_fds(), get_open_files() and g...Giampaolo Rodola'2013-03-161-1/+0
* 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/+35