summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* str-encode NIC names655-windows-unicodeGiampaolo Rodola2015-08-301-14/+28
* always return encoded strings instead of unicodeGiampaolo Rodola2015-08-301-21/+16
* #650: make cmdline() handle unicode on python 2Giampaolo Rodola2015-08-262-40/+30
* #650: Process.cwd() return unicode for non ASCII pathsGiampaolo Rodola2015-08-262-29/+8
* #650: stringify name and exeGiampaolo Rodola2015-08-262-4/+14
* #655: have Process.name() fallback method return unicode instead of strGiampaolo Rodola2015-08-261-5/+6
* #655: fix net_if_stats unicode errorGiampaolo Rodola2015-08-261-3/+9
* #670: update HISTORY/CREDITSGiampaolo Rodola2015-08-261-17/+18
* Merge pull request #670 from sk6249/masterGiampaolo Rodola'2015-08-261-12/+15
|\
| * Fix bug: incorrect network interface returned by net_io_counters and net_if_a...sk62492015-08-131-22/+15
| * Fix bug: incorrect network interface returned by net_io_counters(True) and ne...sk62492015-08-121-2/+12
* | Prevent enum clash when using Windows SDK v8.0stevenwinfield2015-08-211-2/+4
|/
* fix #513: [Linux] fixed integer overflow for RLIM_INFINITY.Giampaolo Rodola2015-08-071-1/+14
* fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander)Giampaolo Rodola2015-08-071-2/+2
* fix net_if_addrs on WindowsGiampaolo Rodola2015-08-071-6/+10
* try to fix compilation warningGiampaolo Rodola2015-08-071-0/+1
* OSX: fix swap mem testGiampaolo Rodola2015-06-131-0/+1
* use sysctlbyname to get cpu_count() logical and also add unit testsGiampaolo Rodola2015-06-131-0/+9
* C stylingGiampaolo Rodola2015-08-061-62/+31
* C stylingGiampaolo Rodola2015-08-0613-134/+81
* C stylingGiampaolo Rodola2015-08-066-266/+133
* solaris implementationGiampaolo Rodola2015-06-141-6/+0
* #663: osx implementationGiampaolo Rodola2015-06-131-2/+1
* #663: freebsd implementationGiampaolo Rodola2015-03-101-2/+2
* #663: ptp addresses linux implementation663-ptp-ifacesGiampaolo Rodola2015-08-053-10/+40
* Fix #664 by compiling on musl libcBart van Kleef2015-08-041-1/+1
* maybe we can run OSX/travisGiampaolo Rodola2015-08-021-2/+2
* send_signal(): also translate EACCES into ADGiampaolo Rodola2015-08-011-2/+2
* mock test for process_iterGiampaolo Rodola2015-08-011-1/+4
* add test for __repr__Giampaolo Rodola2015-08-011-1/+1
* #659: try to fix compilation err on suse 10Giampaolo Rodola2015-07-311-0/+1
* bump up version + add test for psutil versionrelease-3.1.1Giampaolo Rodola2015-07-151-1/+1
* fix #645: [Linux] psutil.cpu_times_percent() may produce negative results.Giampaolo Rodola2015-07-151-17/+14
* fix #656: fix __all__ + add test for 'from psutil import *'Giampaolo Rodola2015-07-151-1/+1
* Initial pass through with safe strcat/sprintf/stprintfJeff Tang2015-07-141-21/+22
* Add inet_ntop support for WinXP/Win7 and IPv4/v6Jeff Tang2015-07-143-0/+52
* increase coverage scoreGiampaolo Rodola2015-07-121-1/+1
* #534: (Linux) add support for ZFS filesystemsGiampaolo Rodola2015-07-111-3/+9
* disk_partitions(): little speedupGiampaolo Rodola2015-07-111-2/+2
* #639: add testGiampaolo Rodola2015-07-111-0/+6
* #627: [Windows] Process.name() no longer raises AccessDenied for pids owned b...Giampaolo Rodola2015-07-091-4/+2
* fix #642: repr() of exceptions is incorrect.Giampaolo Rodola2015-07-091-2/+6
* C style code fixes + update HISTORY + bump up versionGiampaolo Rodola2015-07-092-72/+43
* Merge pull request #597 from mrjefftang/get_open_files_threadGiampaolo Rodola'2015-07-095-409/+619
|\
| * Remove possible hMap==NULL caseJeff Tang2015-04-271-5/+1
| * Add in GetMappedFileName for WinXPJeff Tang2015-04-262-33/+307
| * Set TerminateThread timeout to be NTQO_TIMEOUTJeff Tang2015-04-231-1/+1
| * Support an edge case where XP sets dwLength to 0Jeff Tang2015-04-131-0/+8
| * Merge branch 'master' into get_open_files_threadJeff Tang2015-03-2414-725/+419
| |\
| * | Rewrite get_open_files to use a worker threadJeff Tang2015-03-115-426/+358