summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
* refactor C macrosGiampaolo Rodola2016-12-201-2/+2
* Merge pull request #936 from maxbelanger/fix-compiling-windowsGiampaolo Rodola2016-11-111-6/+3
|\
| * first passMax Belanger2016-11-031-6/+3
* | 799 onshot / win: no longer store the handle in python; I am now sure this is...Giampaolo Rodola2016-10-281-17/+0
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-281-0/+1
|\ \ | |/
| * #933 (win) fix memory leak in WindowsService.description()Giampaolo Rodola2016-10-281-0/+1
* | Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-271-301/+202
|\ \ | |/
| * fix #932 / netbsd: check connections return value and raise exceptionGiampaolo Rodola2016-10-261-36/+78
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-46/+46
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-43/+43
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-13/+14
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-97/+97
| * netbsd / connections: refactoringGiampaolo Rodola2016-10-261-192/+58
| * #930: netbsd / socks: Py_DECREF objectsGiampaolo Rodola2016-10-261-0/+3
| * netbsd: refactor connections() codeGiampaolo Rodola2016-10-251-64/+54
| * bsd socks: refactor codeGiampaolo Rodola2016-10-251-28/+27
* | merge from oneshot branchGiampaolo Rodola2016-10-1911-241/+93
|\ \ | |/
| * #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError instead...Giampaolo Rodola2016-10-193-10/+8
| * fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if proces...Giampaolo Rodola2016-10-181-3/+8
| * osx: fix compiler warningsGiampaolo Rodola2016-10-181-1/+1
| * osx: fix compiler warningsGiampaolo Rodola2016-10-172-3/+3
| * fix compilation warns on OSXGiampaolo Rodola2016-10-182-3/+3
| * #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-5/+5
| * #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-18/+13
| * #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-121-1/+1
| * #916: [OSX] fix many compilation warnings.Giampaolo Rodola2016-10-122-5/+5
| * fix netbsd compilationGiampaolo Rodola2016-10-111-0/+1
| * change wording when raising RuntimeError from C (add 'syscall' term)Giampaolo Rodola2016-10-054-10/+14
| * enforce return value contract for proc_pidinfo()Giampaolo Rodola2016-10-051-2/+3
| * proc_pidinfo(); also check return sizeGiampaolo Rodola2016-10-051-1/+1
| * have proc_pidinfo() guess the right error/exceptionGiampaolo Rodola2016-10-051-15/+4
| * change psutil_proc_pidinfo() signatureGiampaolo Rodola2016-10-052-3/+4
| * remove old definitionsrefactor-c-pid-existsGiampaolo Rodola2016-10-051-2/+0
| * fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-054-7/+14
| * Merge branch 'master' into refactor-c-pid-existsGiampaolo Rodola2016-10-041-2/+8
| |\
| | * fix #907: [FreeBSD] Process.exe() may fail with OSError(ENOENT).Giampaolo Rodola2016-10-041-2/+8
| * | refactor osx codeGiampaolo Rodola2016-10-052-33/+0
| * | bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-046-124/+2
| |/
| * freebsd: remove unused header fileGiampaolo Rodola2016-10-041-1/+0
| * remove unneeded C includesGiampaolo Rodola2016-10-043-30/+32
| * freebsd fix compiler warningGiampaolo Rodola2016-10-041-0/+1
| * 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
* | | #799, oneshot(), windows: expose C functions to OpenProcess and CloseHandle i...Giampaolo Rodola2016-08-052-1/+40
|/ /
* | 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