aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch from NMake to MSBuildSimon Rozman2019-04-198-143/+228
* Makefile: use more standard output filenames for msmJason A. Donenfeld2019-04-192-3/+3
* Preset version to 0.1Simon Rozman2019-04-183-13/+7
* Make Makefile build all supported platformsSimon Rozman2019-04-183-67/+80
* Move MSM files to a distribution folderSimon Rozman2019-04-182-5/+12
* Add version and platform designation to wintun.msm filenamesSimon Rozman2019-04-181-5/+7
* Stop producing wixpdbSimon Rozman2019-04-181-2/+2
* Remove smvbuild.log on cleanSimon Rozman2019-04-181-0/+1
* Nuke output folder on cleanSimon Rozman2019-04-181-7/+2
* Cleanup clean targetSimon Rozman2019-04-171-5/+5
* MSM: Explicitly version driver filesSimon Rozman2019-04-172-11/+22
* MSM: Mark package as read-onlySimon Rozman2019-04-171-1/+2
* MSM: Mark package to require elevated and per-machine installSimon Rozman2019-04-171-1/+3
* MSM: Mark module as language-independentSimon Rozman2019-04-171-1/+1
* Add MSM packaging supportSimon Rozman2019-04-163-2/+83
* Reintroduce Windows 7 supportSimon Rozman2019-04-161-6/+6
* Add ARM64 compiling supportSimon Rozman2019-04-154-3/+54
* Revise architecture naming conventionSimon Rozman2019-04-154-22/+27
* Fixup readme markdown formattingJason A. Donenfeld2019-04-141-17/+13
* Establish command line building supportSimon Rozman2019-04-134-4/+87
* Revise OID request return statusesSimon Rozman2019-04-121-8/+8
* Assist SDV in realizing that non-NULL IRP => non-NULL bufferSimon Rozman2019-04-121-0/+3
* TunCanFitIntoIrp => TunWontFitIntoIrpSimon Rozman2019-04-121-2/+2
* .gitignore Static Driver Verifier outputSimon Rozman2019-04-121-0/+12
* Fix output folderSimon Rozman2019-04-121-0/+4
* Move #define NDIS... to ClCompile/PreprocessorDefinitionsSimon Rozman2019-04-122-56/+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
* Fix indentationSimon Rozman2019-04-121-5/+5
* InterlockedAdd/Subtract(val, 1) => InterlockedIncrement/Decrement(val)Simon Rozman2019-04-121-6/+4
* Wait for handles to close before returning from TunHaltEx()Simon Rozman2019-04-111-23/+40
* Revise I/O errorsSimon Rozman2019-04-111-5/+5
* Initialize ActiveTransactionCount to 1Simon Rozman2019-04-111-3/+5
* Clean excessive miniport adapter state checksSimon Rozman2019-04-111-9/+3
* Clean unneeded TunSetOptions()Simon Rozman2019-04-111-9/+0
* Merge TUN_CTX and TUN_DEVEXT and save entire context in device extensionSimon Rozman2019-04-101-241/+218
* Cancel pending IRPs and selectively block new ones when haltedSimon Rozman2019-04-101-3/+28
* Fix spacingSimon Rozman2019-04-101-28/+28
* Migrate device-specific data to device extensionSimon Rozman2019-04-091-286/+241
* Rename TunDriverUnload() => TunUnload()Simon Rozman2019-04-091-3/+3
* Adjust OID_GEN_TRANSMIT_BUFFER_SPACE hint properlySimon Rozman2019-04-051-0/+2
* Stop rewarding user thread on IRP buffer errorSimon Rozman2019-04-051-1/+1
* Don't cancel pending IRPs on adapter pauseSimon Rozman2019-04-051-68/+26
* Mark canceled NBL status as NDIS_STATUS_SEND_ABORTEDSimon Rozman2019-04-051-0/+1
* Upgrade OID_GEN_XMIT_OK and OID_GEN_RCV_OK to support 64-bit countersSimon Rozman2019-04-051-41/+69
* Access PowerState interlockedSimon Rozman2019-04-051-3/+3
* Revert "Implement NDIS 6.30's NDIS_MINIPORT_ATTRIBUTES_NO_PAUSE_ON_SUSPEND"Simon Rozman2019-04-031-141/+65
* Upgrade NDIS_PM_CAPABILITIES to NDIS 6.30Simon Rozman2019-04-031-3/+3
* Report correct NDIS version to NdisMRegisterMiniportDriverSimon Rozman2019-04-031-2/+2
* Add extra ASSERT to check PoweredTransactionCount is 0 on power-onSimon Rozman2019-04-031-0/+2