summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* port GetExtendedUpdTablewin-loadlib-refactGiampaolo Rodola2019-02-193-28/+18
* port GetExtendedTcpTableGiampaolo Rodola2019-02-193-10/+14
* refactoryGiampaolo Rodola2019-02-191-15/+11
* move definition into global.cGiampaolo Rodola2019-02-192-5/+4
* port process_info.cGiampaolo Rodola2019-02-191-10/+7
* port process_info.cGiampaolo Rodola2019-02-191-25/+16
* port process_handles.cGiampaolo Rodola2019-02-191-8/+4
* port GetTickCount64Giampaolo Rodola2019-02-192-4/+4
* port GetActiveProcessorCountGiampaolo Rodola2019-02-193-12/+14
* port GetActiveProcessorCountGiampaolo Rodola2019-02-193-7/+15
* port NtQuerySystemInformationGiampaolo Rodola2019-02-193-18/+14
* use shorter conditional syntaxGiampaolo Rodola2019-02-191-3/+3
* add exit logicGiampaolo Rodola2019-02-191-1/+2
* port NtSetInformationProcessGiampaolo Rodola2019-02-193-6/+8
* port NtQueryInformationProcessGiampaolo Rodola2019-02-193-9/+14
* port RtlIpv4AddressToStringAGiampaolo Rodola2019-02-193-10/+35
* add a new global.c file and call it on module importGiampaolo Rodola2019-02-194-7/+55
* merge from masterGiampaolo Rodola2019-02-196-210/+119
|\
| * Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-196-213/+121
* | fix compilation warnings on winGiampaolo Rodola2019-02-192-3/+2
|/
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-174-12/+63
* force appveyor runrelease-5.5.1Giampaolo Rodola2019-02-151-1/+1
* pre-releaseGiampaolo Rodola2019-02-151-1/+1
* pre-releaseGiampaolo Rodola2019-02-153-2/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-153-3/+6
|\
| * give CREDITS to @wiggin15 for #1408Giampaolo Rodola2019-02-142-1/+3
| * Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)wiggin152019-02-141-2/+3
* | #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() implementa...Giampaolo Rodola2019-02-155-25/+51
|/
* win / cmdline: add free() and CloseHandle() callsGiampaolo Rodola2019-02-041-3/+10
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-0410-122/+156
* #1348: give CREDITS to @EccoTheFlinstones + some minor style changesGiampaolo Rodola2019-02-033-31/+39
* Starting from windows 8.1, get commandline content using NtQueryInformationPr...EccoTheFlintstone2019-02-032-25/+183
* update docGiampaolo Rodola2019-02-012-6/+2
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; er...Giampaolo Rodola2019-01-254-3/+22
* pre-releaserelease-5.5.0Giampaolo Rodola2019-01-232-1/+5
* fix win num_handles() testGiampaolo Rodola2019-01-231-4/+4
* update readmeGiampaolo Rodola2018-12-252-2/+6
* fix #1111: use a lock to make Process.oneshot() thread safeGiampaolo Rodola2018-12-133-41/+51
* pdate HISTORYGiampaolo Rodola2018-12-131-0/+2
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-1310-54/+70
* use PROCESS_QUERY_LIMITED_INFORMATION also for username()Giampaolo Rodola2018-12-111-1/+2
* Linux: refactor _parse_stat_file() and return a dict instead of a list (+ mai...Giampaolo Rodola2018-12-101-17/+30
* fix #1357: do not expose Process' memory_maps() and io_counters() methods if ...Giampaolo Rodola2018-12-102-11/+6
* #1376 Windows: check if variable is NULL before free()ing itGiampaolo Rodola2018-12-102-5/+10
* enforce lack of support for Win XPGiampaolo Rodola2018-12-082-7/+5
* fix #1370: improper usage of CloseHandle() may lead to override the original ...Giampaolo Rodola2018-12-083-25/+55
* update HISTORYGiampaolo Rodola2018-12-081-0/+3
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-083-36/+28
* update HISTORYGiampaolo Rodola2018-12-081-1/+0
* revert 5398c48047d424af97644879fb4eaa7aad432f58; let's do it in a separate br...Giampaolo Rodola2018-12-081-36/+33