aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use standard volatile semanticsShawn Hoffman2020-10-301-3/+2
* Explicitly opt-in to READ_ONCE/WRITE_ONCE semanticsJason A. Donenfeld2019-08-241-1/+2
* Separate out atomic helpersJason A. Donenfeld2019-08-021-1/+2
* Rewrite installer logic in CJason A. Donenfeld2019-08-021-11/+4
* Add handle closing ioctlJason A. Donenfeld2019-07-311-0/+3
* Piggy-back on top of NDIS' device object instead of adding our ownJason A. Donenfeld2019-07-181-3/+0
* Declare NDIS 6.83 compliantSimon Rozman2019-07-031-2/+2
* Make NDIS 6.80 compliantSimon Rozman2019-07-031-2/+2
* Declare NDIS 6.70 compliantSimon Rozman2019-07-031-2/+2
* Replace PnP notifications with IRP_MJ_PNP dispatch handlerSimon Rozman2019-06-201-1/+1
* Remove documentation files from project fileSimon Rozman2019-06-071-5/+1
* Force handles closed if requiredJason A. Donenfeld2019-06-031-0/+3
* Clear NBLs on PnP notificationJason A. Donenfeld2019-06-031-2/+2
* Turn on compiler speed optionsJason A. Donenfeld2019-06-031-0/+5
* Switch from NMake to MSBuildSimon Rozman2019-04-191-37/+13
* Preset version to 0.1Simon Rozman2019-04-181-7/+5
* Reintroduce Windows 7 supportSimon Rozman2019-04-161-6/+6
* Add ARM64 compiling supportSimon Rozman2019-04-151-0/+44
* Revise architecture naming conventionSimon Rozman2019-04-151-8/+8
* Establish command line building supportSimon Rozman2019-04-131-0/+4
* Fix output folderSimon Rozman2019-04-121-0/+4
* Move #define NDIS... to ClCompile/PreprocessorDefinitionsSimon Rozman2019-04-121-52/+11
* Enable code analysis on Release build and set it to DriverMustFixRulesSimon Rozman2019-04-121-2/+10
* Set UseDebugLibraries to true for debug driver buildsSimon Rozman2019-04-121-2/+2
* Implement dynamic NDIS 6.30 detectionSimon Rozman2019-04-031-4/+4
* Add documentation files to the .vcxprojSimon Rozman2019-03-281-0/+4
* Enable better debugging support for Debug driver buildsSimon Rozman2019-03-221-4/+4
* Initial commitJason A. Donenfeld2019-03-221-0/+183