summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add python 3.5 to make.batGiampaolo Rodola2015-11-061-2/+3
| |/
| * #558: update cpu times ntuple if /proc fs location changeGiampaolo Rodola2015-10-311-6/+12
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-10-314-11/+8
| |\
| | * Merge pull request #707 from Infinidat/small_fixesGiampaolo Rodola2015-10-314-11/+8
| | |\
| | | * flake8 fixArnon Yaari2015-10-291-2/+2
| | | * try to read exe name from /proc on SolarisArnon Yaari2015-10-291-1/+5
| | | * skip funky name test on Solaris (doesn't work)Arnon Yaari2015-10-291-0/+1
| | | * don't pass families/types to psutil_net_connections on Solaris (unused)Arnon Yaari2015-10-292-8/+2
| | | * remove shebang lineArnon Yaari2015-10-291-2/+0
| | |/
| * | #558: [Linux] expose psutil.PROCFS_PATH constantGiampaolo Rodola2015-10-316-54/+114
| |/
| * sort importsGiampaolo Rodola2015-10-2416-53/+131
| * fix #692: no longer cache Process.name() on POSIX as it may changeGiampaolo Rodola2015-10-163-21/+33
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-10-161-8/+11
| |\
| | * Merge pull request #698 from jelly/resolve_test_failures_procps-ngGiampaolo Rodola'2015-10-131-8/+11
| | |\
| | | * Update tests using free for procps-ng >= 3.3.10Jelle van der Waa2015-10-121-8/+11
| | |/
| * | update HISTORY/CREDITSrelease-3.2.2Giampaolo Rodola2015-10-043-1/+8
| |/
| * Merge pull request #690 from msarahan/vs2015_compileGiampaolo Rodola'2015-10-041-2/+5
| |\
| | * fix compiler error for MSVC2015 (unscoped enum C++11 problem)Michael Sarahan2015-09-251-2/+5
| |/
| * travis: remove python 3.2 supportGiampaolo Rodola2015-09-221-4/+0
| * #541: update history/creditsGiampaolo Rodola2015-09-222-0/+6
| * Merge pull request #541 from dasumin/fix-freebsd-disk_io_countersGiampaolo Rodola'2015-09-221-5/+5
| |\
| | * Commented a defineDenis2014-10-011-1/+1
| | * Fixed BSD version of disk_io_counters (r/w time counters units)Denis Sumin2014-10-011-4/+4
| * | fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-195-29/+78
| * | fix appveyor failureGiampaolo Rodola2015-09-071-0/+2
| * | update TODO + GIT pre-commit scriptGiampaolo Rodola2015-09-062-13/+17
* | | Fallback on using which(cmdline()[0]) since exe() does not exist onGiampaolo Rodola2015-09-075-25/+70
* | | make the code more similar to masterGiampaolo Rodola2015-09-061-285/+223
* | | fix some testsGiampaolo Rodola2015-09-063-12/+19
* | | merge with latest codeGiampaolo Rodola2015-09-068-8/+2350
|\ \ \ | |/ / |/| |
| * | enable net_if_stats implem on OpenBSD too, examples/ifconfig.py worksLandry Breuil2015-04-071-4/+4
| * | fix overflow in swap size calculation on 32-bitsLandry Breuil2015-04-071-1/+1
| * | import sys to get unameLandry Breuil2015-04-071-0/+1
| * | actually return argv when sysctl call succeedsLandry Breuil2015-04-071-1/+1
| * | alias SONPROC (process currently on processor) as SRUNLandry Breuil2015-04-071-0/+1
| * | Revert "BSD-specific tests are in fact FreeBSD only"Landry Breuil2015-04-071-1/+1
| * | BSD-specific tests are in fact FreeBSD onlyLandry Breuil2015-04-071-1/+1
| * | use the correct type for cptime2Landry Breuil2015-04-051-1/+1
| * | Fix after changes from #564Landry Breuil2015-04-052-0/+2
| * | OpenBSD has AF_LINK tooLandry Breuil2015-04-051-2/+2
| * | more changes from #578Landry Breuil2015-04-051-1/+1
| * | treat OpenBSD as a BSD platform for testsLandry Breuil2015-04-051-1/+1
| * | follow changes from #578Landry Breuil2015-04-051-1/+1
| * | need netdb.h on OpenBSD too for NI_* definesLandry Breuil2015-04-051-1/+1
| * | Merge remote-tracking branch 'upstream/master' into openbsdLandry Breuil2015-04-0554-2227/+3746
| |\ \
| * | | return the same value for count_logical and count_physical on OpenBSDLandry Breuil2014-12-281-0/+2
| * | | Wip on psutil_proc_connections, lightly tested but seem to do the jobLandry Breuil2014-12-281-52/+30
| * | | add function to get a string from an addruLandry Breuil2014-12-281-0/+17
| * | | remove psutil_cpu_count_phys, wont be implementedLandry Breuil2014-12-281-31/+0
| * | | remove #if 0 proc_exe implem, wont happen. return process name insteadLandry Breuil2014-12-281-44/+2