summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #250: Windows implementation (still incomplete)nicstats-250Giampaolo Rodola2015-02-124-4/+99
* Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-128-48/+108
|\
| * improve make.batGiampaolo Rodola2015-02-121-33/+52
| * improve make.batGiampaolo Rodola2015-02-121-7/+12
| * fix enum confusion on WindowsGiampaolo Rodola2015-02-123-9/+16
| * fix compilation error on windows + py3; fix a couple of other minor thingsGiampaolo Rodola2015-02-124-4/+20
| * fix make.bat buildGiampaolo Rodola2015-02-121-1/+2
| * make.bat: use build_ext -i; also fix a testGiampaolo Rodola2015-02-123-3/+12
| * Merge branch 'master' of github.com:giampaolo/psutiluser2015-02-1242-421/+1391
| |\
| * | update docuser2015-02-122-0/+3
* | | fix compilation errorGiampaolo Rodola2015-02-121-0/+2
* | | issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-125-215/+238
* | | #250: fix memory leakGiampaolo Rodola2015-02-122-10/+7
* | | Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-124-8/+10
|\ \ \ | | |/ | |/|
| * | add new 'make test-memleaks-by-name' command; also fix some compilation warni...Giampaolo Rodola2015-02-124-8/+10
* | | Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250Giampaolo Rodola2015-02-121-10/+0
|\ \ \
| * \ \ Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250Giampaolo Rodola2015-02-125-3/+142
| |\ \ \
| * | | | remove failing testGiampaolo Rodola2015-02-121-10/+0
* | | | | update .h fileGiampaolo Rodola2015-02-121-0/+1
| |/ / / |/| | |
* | | | #250: Solaris implementationGiampaolo Rodola2015-02-124-1/+130
* | | | Merge branch 'nicstats-250' of github.com:giampaolo/psutil into nicstats-250Giampaolo Rodola2015-02-125-25/+7
|\ \ \ \ | |/ / /
| * | | #250: use int instead of PyObjectGiampaolo Rodola2015-02-122-16/+6
| * | | fix travisGiampaolo Rodola2015-02-113-9/+1
* | | | Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-123-2/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fix compilation issues on solarisGiampaolo Rodola2015-02-123-2/+12
* | | fix travisGiampaolo Rodola2015-02-113-4/+7
* | | #250: BSD implementationGiampaolo Rodola2015-01-043-3/+237
* | | #250: linux implementationGiampaolo Rodola2015-02-119-3/+212
* | | test NIC address namesGiampaolo Rodola2015-02-101-0/+10
|/ /
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-02-103-2/+6
|\ \
| * \ Merge pull request #590 from mindw/doc_and_warningsGiampaolo Rodola'2015-02-093-2/+6
| |\ \
| | * | docs and warning fixGabi Davar2015-02-093-2/+6
| |/ /
* | | refactorize importGiampaolo Rodola2015-02-091-10/+7
|/ /
* | #469: turn IOPRIO_CLASS_* and *_PRIORITY_CLASS constants into enums on Python...Giampaolo Rodola2015-02-096-14/+69
* | tox / travis: install deps on all python versionsGiampaolo Rodola2015-02-093-20/+13
* | fix 589: cpu_affinity() accept any kind of iterable; also make sure there are...Giampaolo Rodola2015-02-093-2/+12
* | solve potential memory leakGiampaolo Rodola2015-02-092-3/+6
* | update HISTORY and READMEGiampaolo Rodola2015-02-093-3/+10
* | Merge pull request #588 from giampaolo/ifconfig-376Giampaolo Rodola'2015-02-0917-6/+673
|\ \
| * | make flake8 happyGiampaolo Rodola2015-02-091-1/+2
| * | merge from masterGiampaolo Rodola2015-02-099-120/+125
| |\ \ | |/ / |/| |
* | | fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-099-112/+116
| * | remove unused importsGiampaolo Rodola2015-01-032-2/+0
| * | merge from masterGiampaolo Rodola2015-01-0328-194/+347
| |\ \ | |/ / |/| |
* | | freebsd: fix some compilation warningsGiampaolo Rodola2015-01-033-8/+15
* | | net_connections(): make sure no duplicates are returnedGiampaolo Rodola2015-01-035-12/+13
* | | fix #586 / set cpu_affinity() segfault: pre-emptively check if provided CPUs ...Giampaolo Rodola2015-01-032-2/+10
* | | update doc [skip ci]Giampaolo Rodola2015-02-092-2/+4
* | | minor refactoringGiampaolo Rodola2015-01-031-6/+4
* | | fix some compiler warningsGiampaolo Rodola2015-01-031-10/+5