summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 930-netbsd-connections-segfault930-netbsd-connections-segfaultGiampaolo Rodola2017-05-132-1/+2
|\
| * #1068 / openbsd / net_connections(): free() mem if sysctl() failsGiampaolo Rodola2017-05-131-0/+1
| * update HISTORYGiampaolo Rodola2017-05-131-1/+1
* | Merge branch 'master' into 930-netbsd-connections-segfaultGiampaolo Rodola2017-05-133-2/+5
|\ \ | |/
| * fix #1067: cmdline() memleak on NetBSDGiampaolo Rodola2017-05-132-0/+2
| * test-memleaks: skip memory_maps test if not supported by platformGiampaolo Rodola2017-05-131-2/+3
* | declare vars at the top of the C functionGiampaolo Rodola2017-05-131-2/+5
* | #930 / netbsd / connections: free() kpcb structGiampaolo Rodola2017-05-131-29/+36
* | #930 / netbsd / connections: free() kinfo_pcb structGiampaolo Rodola2017-05-131-55/+62
|/
* openbsd: skip memleak test failing because of access deniedGiampaolo Rodola2017-05-132-3/+4
* fix #1065: cmdline() on OpenBSD may raise SystemError; also set a limit of re...Giampaolo Rodola2017-05-135-25/+23
* openbsd: fix compiler warningGiampaolo Rodola2017-05-131-1/+1
* freebsd: fix compiler warningGiampaolo Rodola2017-05-131-1/+1
* #1064 / netbsd: swap_memory() may segfault as it does not in case of errorGiampaolo Rodola2017-05-132-0/+2
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-132-4/+4
* fix #1063 / NetBSD / net_connections: 'continue;' if family is not in AF_INET...Giampaolo Rodola2017-05-132-0/+4
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-132-7/+8
* setup.py: do not use setuptools opts if setuptools is not installed (avoid wa...Giampaolo Rodola2017-05-131-7/+25
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-132-7/+2
* fix windows test; also do make clean on CI services in order to show python w...Giampaolo Rodola2017-05-134-1/+6
* fix failing tests on netbsdGiampaolo Rodola2017-05-133-1/+3
* refactor ifdefsGiampaolo Rodola2017-05-121-6/+2
* fix compilation err on netbsdGiampaolo Rodola2017-05-121-3/+3
* freebsd: fix memory leak in open_files()Giampaolo Rodola2017-05-121-3/+3
* #1039 freebsd / connections() / UNIX: set laddr to empty string instead of NoneGiampaolo Rodola2017-05-122-10/+9
* #1055: don't cache cpu_count()Giampaolo Rodola2017-05-122-3/+6
* broken links: also inspect generic filesGiampaolo Rodola2017-05-121-4/+20
* broken links: also inspect C and H filesGiampaolo Rodola2017-05-127-20/+52
* refactor broken links scriptGiampaolo Rodola2017-05-122-20/+17
* parse comment blocksGiampaolo Rodola2017-05-121-4/+10
* refactor broken links scriptGiampaolo Rodola2017-05-122-22/+27
* fix broken linkGiampaolo Rodola2017-05-122-2/+1
* check broken links: use memoize decoratorGiampaolo Rodola2017-05-121-0/+17
* check broken links: also inspect py filesGiampaolo Rodola2017-05-123-4/+30
* faster regexGiampaolo Rodola2017-05-121-3/+3
* check_urls.py refactoringGiampaolo Rodola2017-05-121-10/+23
* fix make check-broken-linksGiampaolo Rodola2017-05-121-2/+2
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
* exit make pre-release if there are uncommitted changesGiampaolo Rodola2017-05-121-2/+1
* add make sdistGiampaolo Rodola2017-05-121-8/+13
* fix #1060: dynamically generate MANIFEST.inGiampaolo Rodola2017-05-124-18/+159
* #1058: enable warnings on make.bat, appveyor and travisGiampaolo Rodola2017-05-123-20/+20
* Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-05-124-0/+77
|\
| * fix 1062: avoid TypeError on disk|net_io_counters() if no disks or NICs are i...Giampaolo Rodola2017-05-123-0/+24
| * add a script to print releases timeline in RST format; also show a diff betwe...Giampaolo Rodola2017-05-101-0/+53
* | try to avoid failures on winGiampaolo Rodola2017-05-122-2/+18
|/
* add a script to print releases timeline in RST format; also show a diff betwe...Giampaolo Rodola2017-05-102-57/+228
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-1011-117/+129