summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.h
Commit message (Expand)AuthorAgeFilesLines
* [macOS / M1] cpu_times(): convert mach tick units to nsecs (fixes #1956) (PR ...Olivier Dormond2021-11-101-0/+10
* c / win: get rid of psutil_load_globals() and move it into psutil_setup() funGiampaolo Rodola2021-11-041-1/+0
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-261-3/+11
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-0/+8
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-131-0/+6
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-161-0/+5
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-131-0/+2
* #1672: warning pre-processor directive don't work on win + py2; also if struc...Giampaolo Rodola2020-02-131-7/+4
* #1672: determine pid_t size at runtime in setup.pyGiampaolo Rodola2020-02-121-1/+4
* refactoringGiampaolo Rodola2020-02-121-5/+7
* fix pypy on LinuxGiampaolo Rodola2020-02-121-1/+1
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-3/+13
* Fix test errors for PYPY.Giampaolo Rodola2020-02-091-4/+4
* #1672, #1682: SIZEOF_INT is not available on pypy3; assume that on systems wh...Giampaolo Rodola2020-02-091-8/+15
* small C refactoringGiampaolo Rodola2020-02-011-2/+5
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+38
* [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