aboutsummaryrefslogtreecommitdiffstats
path: root/api/driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* downlevelshim: remove in preparation for full WHQLJason A. Donenfeld2021-10-131-64/+0
* driver: automatically close long-lived handleJason A. Donenfeld2021-10-121-4/+0
* api: rewrite based on SwDeviceJason A. Donenfeld2021-10-121-0/+587
* api: simplify driver removalSimon Rozman2020-10-311-72/+0
* api: cleanup driver selection logicSimon Rozman2020-10-311-4/+0
* api: switch to private heapSimon Rozman2020-10-301-3/+2
* api: use standard C voidSimon Rozman2020-10-301-1/+2
* api: test the temporary driver ideaSimon Rozman2020-10-301-377/+1
* api: unify security descriptors and disable for _DEBUGSimon Rozman2020-10-301-18/+6
* api: remove temporary folder in case of intermediate failureSimon Rozman2020-10-301-1/+2
* api: move documentation to .h and discontinue on static functionsSimon Rozman2020-10-301-88/+1
* api: stop double error status reportingSimon Rozman2020-10-301-9/+12
* api: internal reorganizationSimon Rozman2020-10-301-335/+33
* api: simplify logger macros namesSimon Rozman2020-10-301-53/+53
* api: implement driver version extraction from .inf fileSimon Rozman2020-10-301-23/+173
* api: disable driver management for wintun.dll that don't have a driverSimon Rozman2020-10-301-96/+98
* api: unify and document resource loadingSimon Rozman2020-10-301-20/+9
* api: unify hardware ID stringSimon Rozman2020-10-301-3/+3
* api: add driver managementSimon Rozman2020-10-301-0/+559
* api: introduce loggingSimon Rozman2020-10-301-0/+149