summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/process_handles.c
Commit message (Expand)AuthorAgeFilesLines
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-191-292/+0
* windows / open_files; check globalFileName is not NULL before accessing it; f...Giampaolo Rodola2020-10-171-1/+1
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* properly cleanup C threadGiampaolo Rodola2020-01-141-6/+29
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-141-2/+30
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-212/+187
* #1652 / win / XP support: remove routine to collect files on win < vistaGiampaolo Rodola2020-01-061-156/+3
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+1
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-051-3/+3
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-031-1/+0
* win: provide alias for HeapAlloc()Giampaolo Rodola2020-01-031-16/+11
* win: move ObjectNameInformation in ntextapi.hGiampaolo Rodola2020-01-031-1/+0
* fix compiler warning + remove cruftGiampaolo Rodola2020-01-031-95/+9
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-3/+1
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-1/+2
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-4/+7
* fix compiler warningGiampaolo Rodola2019-02-281-2/+2
* fix compiler warningGiampaolo Rodola2019-02-281-1/+1
* fix compilation warningsGiampaolo Rodola2019-02-281-3/+3
* set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-211-8/+1
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-100/+98
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-191-9/+5
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-301-0/+1
* remove fiber code, not needed as we don't support xp anymoreMax Belanger2017-03-021-12/+0
* correct signatureMax Belanger2017-03-021-1/+1
* first passMax Belanger2017-03-011-2/+4
* (windows / open_files()): open_files() returns an empty list on win 10Giampaolo Rodola2016-08-091-4/+2
* C: var names -> add py_ prefixGiampaolo Rodola2015-09-031-31/+33
* C stylingGiampaolo Rodola2015-08-061-14/+13
* C style code fixes + update HISTORY + bump up versionGiampaolo Rodola2015-07-091-70/+41
* Remove possible hMap==NULL caseJeff Tang2015-04-271-5/+1
* Add in GetMappedFileName for WinXPJeff Tang2015-04-261-32/+302
* 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
* Rewrite get_open_files to use a worker threadJeff Tang2015-03-111-337/+242
* 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-071-1/+1
* 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
* rename windows modules by removing the 'ms' prefix in py, c, and h filesGiampaolo Rodola'2013-12-111-0/+322