summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
* refactor all functions around SE DEBUG; we weren't checking errors (did we ev...Giampaolo Rodola2019-02-242-158/+68
* remove useless functionGiampaolo Rodola2019-02-241-15/+2
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-244-99/+146
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-246-78/+128
|\
| * fix compilation warningGiampaolo Rodola2019-02-241-0/+2
| * revert previous changeGiampaolo Rodola2019-02-211-2/+2
| * remove deprecated WSAAddressToStringA causing a compiler warning and use UNIC...Giampaolo Rodola2019-02-211-10/+9
| * move custom object defs from ntextapi.h to global.hGiampaolo Rodola2019-02-212-45/+42
| * set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-214-26/+78
* | fix #1427: [OSX] Process cmdline() and environ() may erroneously raise OSErro...Giampaolo Rodola2019-02-241-2/+2
|/
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-217-395/+522
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-191-64/+14
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-194-107/+63
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-151-2/+3
|\
| * Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)wiggin152019-02-141-2/+3
* | #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-151-19/+8
|/
* win / cmdline: add free() and CloseHandle() callsGiampaolo Rodola2019-02-041-3/+10
* #1348: give CREDITS to @EccoTheFlinstones + some minor style changesGiampaolo Rodola2019-02-031-30/+32
* Starting from windows 8.1, get commandline content using NtQueryInformationPr...EccoTheFlintstone2019-02-032-25/+183
* #1376 Windows: check if variable is NULL before free()ing itGiampaolo Rodola2018-12-101-5/+8
* fix #1370: improper usage of CloseHandle() may lead to override the original ...Giampaolo Rodola2018-12-081-1/+1
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-082-16/+4
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-3/+7
* Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-012-0/+34
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-032-0/+37
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-142-317/+0
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-294-3/+3
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-264-3/+3
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-261-2/+4
* Osx temps (#1284)Alex Manuskin2018-06-262-0/+315
* fix freebsd compilation warningGiampaolo Rodola2018-05-221-2/+0
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-41/+0
* #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-291-6/+9
* Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-291-4/+6
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-245-17/+17
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-145-8/+8
* refactor winmake.pyGiampaolo Rodola2017-11-121-1/+0
* use a C global variable to figure out whether we're in testing modeGiampaolo Rodola2017-11-121-2/+3
* rename C funcGiampaolo Rodola2017-11-121-2/+2
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-315-71/+127
* first pass (#1133)Max Bélanger2017-09-281-4/+8
* AIX support (#1123)wiggin152017-09-265-0/+650
* fix #1105: can't compile psutil on freebsd 12Giampaolo Rodola2017-09-081-0/+36
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-14/+12
* fix C compiler warningGiampaolo Rodola2017-05-302-4/+9
* Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)Giampaolo Rodola2017-05-282-26/+161
* Fix 1091 nitpicks (#1097)Giampaolo Rodola2017-05-282-104/+121
* Add environment parsing (#1091)Oleksii Shevchuk2017-05-212-0/+407
* win process_info.c: move declarations at the top of the moduleGiampaolo Rodola2017-05-191-141/+144
* Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)Oleksii Shevchuk2017-05-182-7/+7