summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+1
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-061-3/+3
* 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
* use HeapAlloc() instead of malloc() around GetAdaptersAddressesGiampaolo Rodola2020-01-031-3/+3
* move AF_INET6 def in global.hGiampaolo Rodola2020-01-031-5/+0
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-0/+449