summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into get_open_files_threadget_open_files_threadGiampaolo Rodola2015-07-091-1/+4
|\
| * windows: add some C commentsGiampaolo Rodola2015-06-171-1/+4
| * (windows) remove inet_ntopGiampaolo Rodola2015-06-132-34/+0
| * Implement inet_ntop to support Windows XPJeff Tang2015-06-042-0/+34
* | Remove possible hMap==NULL caseJeff Tang2015-04-271-5/+1
* | Add in GetMappedFileName for WinXPJeff Tang2015-04-262-33/+307
* | Set TerminateThread timeout to be NTQO_TIMEOUTJeff Tang2015-04-231-1/+1
* | Support an edge case where XP sets dwLength to 0Jeff Tang2015-04-131-0/+8
* | Merge branch 'master' into get_open_files_threadJeff Tang2015-03-244-77/+37
|\ \ | |/
| * C styling: if unificationGiampaolo Rodola2015-03-014-77/+37
* | Rewrite get_open_files to use a worker threadJeff Tang2015-03-113-414/+354
|/
* fix open_files() on windows when process PID > 64KGabi Davar2015-02-071-41/+87
* review inputGabi Davar2015-02-071-1/+1
* fix most warnings and test failures on win32Gabi Davar2015-02-073-1/+15
* fix some compiling warnings on freebsdGiampaolo Rodola2014-11-261-13/+0
* Update process_handles.cJeff Tang2014-07-101-1/+1
* Update process_handles.cJeff Tang2014-07-101-6/+7
* Fix long time issue #340: get_open_files() hangs on Windows (patch by jtang@v...Giampaolo Rodola'2014-03-081-13/+27
* (windows) ad 'psutil_' prefix to functions defined in security.cGiampaolo Rodola'2014-02-172-15/+18
* move connection definitions back to main C windows moduleGiampaolo Rodola'2014-01-061-65/+0
* make.bat: clever uninstallGiampaolo Rodola'2014-01-061-1/+1
* move some connections-related stuff in ntextapi.hGiampaolo Rodola'2014-01-061-32/+82
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-1/+1
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-1/+0
* fix some compiler warnings on windowsGiampaolo Rodola'2013-12-261-2/+2
* add glpi definitions for mingw32Giampaolo Rodola'2013-12-261-0/+41
* re-establish compatibility with mingw32 compiler + fix a compilation warningGiampaolo Rodola'2013-12-261-0/+1
* order declarations in header filesGiampaolo Rodola'2013-12-144-9/+10
* yet another renamingGiampaolo Rodola'2013-12-141-1/+1
* rename all C functions beginning with 'get_process_*' to 'get_proc_*'Giampaolo Rodola'2013-12-111-1/+1
* rename windows modules by removing the 'ms' prefix in py, c, and h filesGiampaolo Rodola'2013-12-117-0/+0
* fix windows implementationGiampaolo Rodola'2013-12-112-10/+4
* c styleGiampaolo Rodola'2013-12-1010-26/+8
* fix test failing every once in a whileGiampaolo Rodola'2013-12-101-1/+1
* Makefile: provide .PHONY directive; it seems to be necessary for make to work...Giampaolo Rodola'2013-12-101-2/+2
* C style: replace '/* comment */' with '// commentGiampaolo Rodola'2013-12-094-33/+33
* C style: turn '//foo' into '// foo'Giampaolo Rodola'2013-12-093-9/+5
* truncate lines > 80 charsGiampaolo Rodola'2013-12-095-32/+34
* C restylingGiampaolo Rodola'2013-12-021-1/+2
* C restylingGiampaolo Rodola'2013-12-021-4/+5
* C restylingGiampaolo Rodola'2013-12-023-129/+125
* Fix issue #416 (Windows) / http://stackoverflow.com/questions/6587036/alterna...Giampaolo Rodola'2013-09-102-29/+0
* remove legacy get_process_ppid() codeGiampaolo Rodola'2013-09-072-28/+0
* merge headsGiampaolo Rodola'2013-03-162-13/+13
|\
| * merge headsGiampaolo Rodola'2013-04-114-33/+35
| |\
| * | issue 354 / OSX: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-04-112-13/+13
* | | BSD: fix 2 compiler warningsGiampaolo Rodola'2013-03-161-2/+4
* | | issue 354 / BSD: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-03-162-13/+13
| |/ |/|
* | issue 354 / windows: add a 'psutil_' prefix to C internal functionsGiampaolo Rodola'2013-04-114-33/+35
|/
* Fix issue 366 (BSD): get_memory_maps(), get_num_fds(), get_open_files() and g...Giampaolo Rodola'2013-03-161-0/+14