summaryrefslogtreecommitdiff
path: root/psutil/arch/windows
Commit message (Expand)AuthorAgeFilesLines
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-198-8/+15
|\
| * win C refact: reconstruct _psutil_windows.c trying to preserve historyGiampaolo Rodola2023-04-193-301/+76
| * rename _psutil_windows.c -> proc.cGiampaolo Rodola2023-04-191-0/+1507
* | Win, C, refact: move proc funcs into proc.c fileGiampaolo Rodola2023-04-193-0/+1275
|/
* Win, C, refact: move boot_time() and users() in new sys.cGiampaolo Rodola2023-04-182-0/+188
* Windows / refact: new sensors.c fileGiampaolo Rodola2023-04-182-0/+41
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-182-19/+75
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-132-0/+52
* move psutil_getpagesize() in a new mem.c fileGiampaolo Rodola2023-04-102-1/+10
* move psutil_virtual_mem() in a new mem.c fileGiampaolo Rodola2023-04-102-0/+44
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-1/+1
* resolve conflictsGiampaolo Rodola2022-09-191-3/+3
|\
| * Fix typosKian-Meng Ang2022-01-272-4/+4
* | #2105: give hint on how to solve the problem if PdhAddEnglishCounter failsGiampaolo Rodola2022-05-171-1/+4
* | fix some typos (#2085)cui fliter2022-03-151-1/+1
|/
* fix missing arg passed to C psutil_debug()Giampaolo Rodola2021-11-301-1/+1
* [Windows] fix service handle leak in start service (#1990)Wilfried Goesgens2021-10-021-0/+1
* [Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)Pablo Baeyens2021-08-051-0/+1
* Changed size of opts array in psutil/arch/windows/disk.c to 50 (#1962)MaWe20192021-06-291-1/+1
* provide debug info in case of error for getloadavg() on Windows.Giampaolo Rodola2020-12-301-12/+14
* rename C funGiampaolo Rodola2020-12-212-2/+2
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-213-6/+5
* [Windows] giveup with AD for all NtWow64 API calls (query 64-bit process from...Giampaolo Rodola2020-12-141-2/+44
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-143-10/+26
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-2/+2
* [Windows] add support for pypy2 on windows (#1872)Giampaolo Rodola2020-11-101-0/+2
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-23/+49
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-8/+22
* windows / open_files; check globalFileName is not NULL before accessing it; f...Giampaolo Rodola2020-10-171-1/+1
* Add support for Windows Nano Server (#1768)Julien Lebot2020-07-051-11/+115
* Fix signature of callback function for load avg (#1781)Ammar Askar2020-07-051-1/+1
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-36/+28
* fix some memleak tests on winGiampaolo Rodola2020-05-051-0/+2
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-1/+1
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-131-6/+5
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-112-5/+9
* [Windows] speedup connections (#1679)Giampaolo Rodola2020-02-051-49/+59
* [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-011-92/+72
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-0/+8
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-294-19/+17
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* 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
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-143-4/+4
* [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-0611-272/+8
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-061-3/+3
* Win: fix compilation err on python 32 bitGiampaolo Rodola2020-01-061-1/+11