summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #825 from hardikar/masterGiampaolo Rodola2016-09-221-1/+1
|\
| * Fix possible double close and use of unopened socketShreedhar Hardikar2016-05-241-1/+1
* | (windows / open_files()): open_files() returns an empty list on win 10Giampaolo Rodola2016-08-091-4/+2
* | #870: CloseHandle bugfixIlya Georgievsky2016-08-101-0/+2
* | try to fix C ext crashGiampaolo Rodola2016-08-011-7/+8
* | fix #866: unicode handling for Windows servicesGiampaolo Rodola2016-08-011-10/+61
* | build fix: declare warn()Patrick Welche2016-04-291-0/+1
|/
* service descr: handle unicode errorsGiampaolo Rodola2016-04-111-1/+4
* service descr: handle empty description strGiampaolo Rodola2016-04-111-1/+6
* add winservice script and disablr start() and stop() methodsGiampaolo Rodola2016-04-101-0/+2
* more win service testsGiampaolo Rodola2016-04-101-4/+4
* 795 / win services: implement start() / stop()Giampaolo Rodola2016-03-112-9/+82
* big refactoringGiampaolo Rodola2016-03-072-50/+168
* refactoringGiampaolo Rodola2016-03-072-15/+36
* #795 / win services: add descriptionGiampaolo Rodola2016-03-062-1/+71
* #795: add start typeGiampaolo Rodola2016-03-061-2/+26
* return usernameGiampaolo Rodola2016-03-061-2/+3
* #795 / win services: add bin pathGiampaolo Rodola2016-03-061-4/+40
* #795 / win services: also return service PIDGiampaolo Rodola2016-03-061-7/+16
* #795 / win servers: implement enumerate functionGiampaolo Rodola2016-03-062-0/+86
* #792 / cpu_stats: win implGiampaolo Rodola2016-03-051-0/+89
* #792 / cpu_stats: openbsd implGiampaolo Rodola2016-01-142-0/+25
* add netbsd tests792-cpu-statsGiampaolo Rodola2016-01-241-1/+1
* #792 / cpu_stats: netbsd implGiampaolo Rodola2016-01-242-0/+26
* #792 / cpu_stats: freebsd implGiampaolo Rodola2016-02-152-0/+36
* fix #789 / cpu_times / windows: add interrupt and dpc timesGiampaolo Rodola2016-03-041-0/+22
* remove busy_secs fro, netbsb: can't find any way to get them rightGiampaolo Rodola2016-01-141-4/+5
* fix #770: [NetBSD] disk_io_counters() metrics didn't update.Giampaolo Rodola2016-01-241-7/+4
* #523 / disk_io_counters / OpenBSD: add busy_time fieldGiampaolo Rodola2016-01-141-9/+6
* #756 (FreeBSD / disk_io_counters()): add busy_timeGiampaolo Rodola2016-01-141-2/+3
* implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-012-5/+136
* unify cmdline and cwd reading some moreFrank Benkstein2016-01-291-196/+134
* address 32bit/64bit confusion in psutil_get_parametersFrank Benkstein2016-01-271-111/+391
* move core of psutil_get_cwdFrank Benkstein2016-01-261-106/+87
* move core of psutil_get_cmdlineFrank Benkstein2016-01-261-59/+77
* move windows cwd extraction codeFrank Benkstein2016-01-252-1/+104
* revive Process.environ on OSXFrank Benkstein2016-01-252-0/+119
* #743: fix unicode on all bsd platformsGiampaolo Rodola2016-01-243-0/+22
* #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...Giampaolo Rodola2016-01-141-8/+8
* #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-2/+18
* Correct data type for 'hw.physmem'Syohei YOSHIDA2016-01-191-1/+2
* #557 / netbsd: use /proc fs to determine proc exe (see https://github.com/gia...Giampaolo Rodola2016-01-111-0/+5
* netbsd: exe for pid 0 returns ENOENTGiampaolo Rodola2016-01-151-0/+4
* add commentsGiampaolo Rodola2016-01-111-22/+25
* openbsd: fix proc connections test failureGiampaolo Rodola2016-01-111-23/+47
* fix netbsd testGiampaolo Rodola2016-01-111-1/+4
* merge branchGiampaolo Rodola2016-01-133-82/+64
|\
| * Merge branch '0-wiz-0-master' of github.com:giampaolo/psutil into 0-wiz-0-masterGiampaolo Rodola2016-01-135-3/+1211
| |\
| | * #557 (NetBSD): add swapin/swapout to swap mem statsGiampaolo Rodola2016-01-081-7/+21
| | * small refactoringGiampaolo Rodola2016-01-082-5/+8