summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update doc722-net-io-extGiampaolo Rodola2016-02-181-26/+3
* last update docrelease-4.0.0Giampaolo Rodola2016-02-171-0/+2
* fix solaris issueGiampaolo Rodola2016-02-011-1/+1
* fix tests on BSDGiampaolo Rodola2016-02-142-3/+10
* fix script issues on windowsGiampaolo Rodola2016-02-172-3/+3
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-1712-63/+77
* update datesGiampaolo Rodola2016-02-173-3/+4
* attempt to fix occasional CI failureGiampaolo Rodola2016-02-171-1/+3
* add comment about USS mem on linuxGiampaolo Rodola2016-02-172-2/+10
* fix exception which was not properly raisedGiampaolo Rodola2016-02-152-5/+6
* reorganize some testsGiampaolo Rodola2016-02-151-6/+10
* free: add err checkGiampaolo Rodola2016-02-151-2/+6
* #685 / linux / mem funcs: return original C types and use the multiplier in p...Giampaolo Rodola2016-02-152-9/+19
* reorganize some testsGiampaolo Rodola2016-02-151-59/+64
* linux: reorganize memory testsGiampaolo Rodola2016-02-151-27/+35
* fix #766: [Linux] net_connections() can't handle malformed /proc/net/unix file.Giampaolo Rodola2016-02-154-1/+24
* fix test + update docGiampaolo Rodola2016-02-153-10/+11
* remove busy_secs fro, netbsb: can't find any way to get them rightGiampaolo Rodola2016-01-142-6/+6
* fix #770: [NetBSD] disk_io_counters() metrics didn't update.Giampaolo Rodola2016-01-243-8/+6
* #523 / disk_io_counters / OpenBSD: add busy_time fieldGiampaolo Rodola2016-01-145-28/+29
* little test refactoringGiampaolo Rodola2016-02-142-7/+10
* Merge pull request #769 from giampaolo/756-disk-io-busy-timeGiampaolo Rodola2016-02-144-2/+14
|\
| * merge from master756-disk-io-busy-timeGiampaolo Rodola2016-02-145-22/+61
| |\ | |/ |/|
* | disk_io_counters() / linux: add busy_timeGiampaolo Rodola2016-02-145-11/+39
* | linux: determine sector size by asking the systemGiampaolo Rodola2016-02-142-11/+22
| * fix testsGiampaolo Rodola2016-02-147-27/+152
| |\ | |/ |/|
* | #766: provide culprit line in case of errorGiampaolo Rodola2016-02-141-3/+3
* | #767 / linux: fix disk_io_counters() for 2.4 and 2.6 kernelsGiampaolo Rodola2016-02-143-26/+90
* | #767: [Linux] disk_io_counters() is broken (ValueError) on Linux 2.4.Giampaolo Rodola2016-02-143-17/+53
* | fix #756 / linux / disk_io_counters: add r/w merged count fieldsGiampaolo Rodola2016-02-145-13/+32
| * #756 (FreeBSD / disk_io_counters()): add busy_timeGiampaolo Rodola2016-01-143-4/+10
|/
* fix travisGiampaolo Rodola2016-02-111-3/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-111-4/+4
|\
| * fix unicode test failure on windowsGiampaolo Rodola2016-02-111-4/+4
* | try to fix travis failures + update coveragercGiampaolo Rodola2016-02-113-3/+13
|/
* remove scrutinizer; it's just annoyingGiampaolo Rodola2016-02-102-12/+1
* fix test on POSIXGiampaolo Rodola2016-02-102-4/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-104-5/+52
|\
| * fix #763: fix unicode tests on WindowsGiampaolo Rodola2016-02-101-4/+18
| * update make.batGiampaolo Rodola2016-02-101-1/+28
| * Merge pull request #764 from 0-wiz-0/masterGiampaolo Rodola2016-02-102-0/+6
| |\
| | * Add HISTORY entry for NetBSD-6.x fixes.Thomas Klausner2016-02-101-0/+1
| | * NetBSD-6.x does not easily provide DTYPE_VNODE, provide it if not defined.Thomas Klausner2016-02-101-0/+3
| | * NetBSD-6.x does not provide MNT_DISCARD, make corresponding code optional.Thomas Klausner2016-02-101-0/+2
| |/
* | add mocked test for linuxGiampaolo Rodola2016-02-101-2/+28
* | add mocked test for linuxGiampaolo Rodola2016-02-101-7/+21
* | add mocked test for linuxGiampaolo Rodola2016-02-101-0/+19
* | add mocked test for linuxGiampaolo Rodola2016-02-101-0/+19
* | add new make cmd to run os specific testsGiampaolo Rodola2016-02-091-0/+4
|/
* add unicode tests for proc environ and disk_usageGiampaolo Rodola2016-02-093-3/+27