summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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