aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-30api: log out-of-memory errors tooSimon Rozman3-36/+24
2020-10-30api: remove dead codeSimon Rozman2-14/+0
2020-10-30api: added missing allocation-failure checkSimon Rozman1-0/+2
2020-10-30api: stop double error status reportingSimon Rozman5-46/+46
2020-10-30api: internal reorganizationSimon Rozman12-444/+424
2020-10-30api: simplify logger macros namesSimon Rozman6-143/+143
2020-10-30api: implement driver version extraction from .inf fileSimon Rozman2-23/+175
2020-10-30api: disable driver management for wintun.dll that don't have a driverSimon Rozman2-96/+102
2020-10-30api: unify and document resource loadingSimon Rozman3-30/+54
2020-10-30api: unify hardware ID stringSimon Rozman3-10/+6
2020-10-30api: unify callback function type namesSimon Rozman2-3/+3
2020-10-30api: add driver managementSimon Rozman9-15/+676
2020-10-30api: introduce loggingSimon Rozman12-217/+502
2020-10-30api: split api.hSimon Rozman8-116/+172
2020-10-30api: revise str/memcpySimon Rozman1-3/+3
2020-10-30api: make adapter name searching more efficientSimon Rozman1-4/+7
2020-10-30api: honor locale when comparing case-insensitiveSimon Rozman4-3/+26
2020-10-30api: fix trailing number detection in RemoveNumberedSuffix()Simon Rozman1-1/+1
2020-10-30api: add support for WoW64Simon Rozman9-12/+130
2020-10-30api: tighten source code annotationSimon Rozman2-4/+7
2020-10-30api: update documentationSimon Rozman3-99/+106
2020-10-30api: simplify workflowSimon Rozman1-54/+32
2020-10-30api: revise and unify error codesSimon Rozman1-7/+7
2020-10-30api: tighten maximum registry key path lengthSimon Rozman3-15/+19
2020-10-30api: fix SPDRP_DEVICEDESC zero-terminationSimon Rozman1-1/+1
2020-10-30api: do the set-quiet-install laterSimon Rozman1-8/+4
2020-10-30api: cleanupSimon Rozman6-280/+293
2020-10-30api: add pre-compiled header supportSimon Rozman9-14/+40
2020-10-30api: rename WINSTATUS to WINTUN_STATUSSimon Rozman5-52/+52
2020-10-30api: finish porting from wireguard-goSimon Rozman6-285/+1293
2020-10-30api: unify Win32 error typeSimon Rozman3-32/+40
2020-10-30api: port GetInterface member from wireguard-goSimon Rozman5-1/+776
2020-10-30api: port nci package from wireguard-goSimon Rozman5-0/+54
2020-10-30api: port tun\wintun\namespace_windows.go from wireguard-goSimon Rozman5-2/+222
2020-10-30api: add skeleton for wintun.dllSimon Rozman9-5/+316
2020-10-30msi-example: add ARM64 supportSimon Rozman3-10/+22
2020-10-30msi-example: remove unused parameter in call :msiSimon Rozman1-3/+3
2020-10-30Enable ARM64 MSM buildingSimon Rozman1-2/+2
2020-10-30installer: ignore light.exe internal errorSimon Rozman1-1/+1
2020-10-30installer: ARM64 requires msiexec version >=500Simon Rozman2-2/+6
2020-10-30Accept WoW64 clientsSimon Rozman1-10/+47
2020-10-30installer: ARM64 is always Windows 10Simon Rozman3-1/+11
2020-10-30Use standard volatile semanticsShawn Hoffman4-98/+40
2020-10-30Fix potential TunDispatchSecurityDescriptor leakJason A. Donenfeld1-0/+3
2020-10-30Use RtlSubAuthoritySid instead of directly poking SIDShawn Hoffman1-1/+1
2020-02-29Reschedule EvaluateWintun between InstallInitialize and InstallFinalize0.8.1Simon Rozman1-1/+1
2019-12-10Version bump0.8Jason A. Donenfeld1-2/+2
2019-12-10Invert skipPacket condition so code matchesJason A. Donenfeld1-2/+3
2019-12-10Increment discarded packets properlyJason A. Donenfeld1-3/+1
2019-12-10Process send NBLs in batchesSimon Rozman1-59/+63