summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/disk.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* rename C funGiampaolo Rodola2020-12-211-1/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-8/+22
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+0
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-031-1/+0
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-0/+375