summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix netbsd thread name613-thread-namesGiampaolo Rodola2015-12-191-1/+1
* #613: thread name bsd implementationGiampaolo Rodola2015-12-144-8/+9
* #613: thread name linux implementationGiampaolo Rodola2015-12-149-20/+22
* #715: don't crash at import time if cpu_times() fail for some reason.Giampaolo Rodola2015-12-143-5/+29
* safety measure for ZombieProcess excGiampaolo Rodola2015-12-141-0/+4
* #718: process_iter() thread safetyGiampaolo Rodola2015-12-122-1/+7
* #708: use buffering for open() only on Python 2; on Python 3 this does not ha...Giampaolo Rodola2015-12-012-8/+11
* little speedup for system connectionsGiampaolo Rodola2015-12-011-2/+3
* fix #708 [Linux]: speedup psutil.net_connections() and psutil.Process.connect...Giampaolo Rodola2015-12-012-3/+11
* linux refactoring: use a wrapper around open() for binary filesGiampaolo Rodola2015-11-291-26/+31
* update docGiampaolo Rodola2015-11-291-6/+4
* raise no memory err if malloc() failsGiampaolo Rodola2015-11-261-1/+1
* #714: [OpenBSD] return shared virtual memGiampaolo Rodola2015-11-251-2/+11
* add test for vmem total on freebsdGiampaolo Rodola2015-11-252-1/+5
* #714: [OpenBSD] return the right physical mem valueGiampaolo Rodola2015-11-252-4/+15
* #714: [OpenBSD] return virtual cached memoryGiampaolo Rodola2015-11-253-13/+30
* add test for swap memGiampaolo Rodola2015-11-252-3/+15
* add openbsd specific testsGiampaolo Rodola2015-11-252-0/+107
* pre-release changesrelease-3.3.0Giampaolo Rodola2015-11-254-3/+7
* fix failing test on OSXGiampaolo Rodola2015-06-141-0/+5
* openbsd: fix some tests + memory leak in swap_mem()Giampaolo Rodola2015-11-244-16/+14
* Merge pull request #713 from landryb/fix/openbsd/710Giampaolo Rodola2015-11-242-12/+6
|\
| * remove unused variablesLandry Breuil2015-11-141-9/+2
| * Dunno where those come from but -Wall says 'statement with no effect'... right.Landry Breuil2015-11-141-2/+0
| * include _psutil_common.h for NoSuchProcess and AccessDenied prototypesLandry Breuil2015-11-141-0/+1
| * #include <err.h> for err() and warn()Landry Breuil2015-11-141-0/+1
| * #include <arpa/inet.h> for inet_ntoa()Landry Breuil2015-11-141-0/+1
| * build the correct C file on OpenBSDLandry Breuil2015-11-141-1/+1
|/
* minor cosmetic changesGiampaolo Rodola2015-11-127-70/+75
* fix some C compiler warningsGiampaolo Rodola2015-06-133-8/+8
* #615 update CREDITS for @landryb and bump up versionGiampaolo Rodola2015-11-125-8/+12
* move connections stuffGiampaolo Rodola2015-11-125-611/+641
* move more stuff aroundGiampaolo Rodola2015-11-124-104/+103
* move stuff aroundGiampaolo Rodola2015-11-124-134/+127
* move stuff aroundGiampaolo Rodola2015-11-124-74/+69
* move stuff aroundGiampaolo Rodola2015-11-124-102/+94
* move proc cwdGiampaolo Rodola2015-11-123-54/+52
* fix compiler warningsGiampaolo Rodola2015-11-122-12/+0
* move more stuff aroundGiampaolo Rodola2015-11-123-55/+53
* move more stuff aroundGiampaolo Rodola2015-11-124-246/+249
* move stuff aroundGiampaolo Rodola2015-11-123-51/+40
* rename C files for consistencyGiampaolo Rodola2015-11-124-4/+5
* merge _psutil_openbsd.c into _psutil_bsd.cGiampaolo Rodola2015-11-123-2496/+232
* Merge pull request #709 from giampaolo/landryb-openbsdGiampaolo Rodola2015-11-1214-144/+3556
|\
| * last fixeslandryb-openbsdGiampaolo Rodola2015-11-122-7/+51
| * more freebsd stuff backGiampaolo Rodola2015-11-121-52/+148
| * move disk io stuffGiampaolo Rodola2015-11-124-30/+103
| * merge disk_partitions stuffGiampaolo Rodola2015-11-121-4/+35
| * make code more similar to original bsdGiampaolo Rodola2015-11-121-42/+43
| * move per cpu timesGiampaolo Rodola2015-11-123-22/+84