aboutsummaryrefslogtreecommitdiffstats
path: root/api (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-31api: fallback to hard-coded versionSimon Rozman4-18/+20
2020-10-31api: depretiate WintunIsPacketAvailable()Simon Rozman4-27/+11
2020-10-31api: move files from root to wintun folder within ZipSimon Rozman1-7/+7
2020-10-31api: use catalog file for signing certificate extractionSimon Rozman1-1/+1
2020-10-31api: upgrade ring managementSimon Rozman4-117/+204
2020-10-31api: update README.mdSimon Rozman4-279/+80
2020-10-30api: allow wintun.h use in C++Simon Rozman1-0/+8
2020-10-30api: switch to private heapSimon Rozman9-84/+68
2020-10-30api: add ring managementSimon Rozman8-1/+383
2020-10-30api: allow Debug build packagingSimon Rozman1-30/+33
2020-10-30api: upgrade Zip building to output SHA256Simon Rozman1-0/+4
2020-10-30api: revise loggingSimon Rozman3-12/+17
2020-10-30api: connect rundll32 child with parent using stdout and stderrSimon Rozman3-24/+249
2020-10-30api: installer: switch from MSM to ZIP distributionSimon Rozman11-1582/+42
2020-10-30api: use standard C voidSimon Rozman7-12/+13
2020-10-30api: introduce wintun.hSimon Rozman10-159/+231
2020-10-30api: fix grammarSimon Rozman1-11/+11
2020-10-30api: fix dead code warning for arm platformSimon Rozman1-65/+72
2020-10-30api: make logger callback return a dummy valueSimon Rozman3-4/+6
2020-10-30api: build the bridge from WoW64 to native inSimon Rozman3-11/+166
2020-10-30api: redirect log to stderr in rundll32 invocationsSimon Rozman1-44/+24
2020-10-30vcxproj: swap configuration and platform subfolder hierarchySimon Rozman5-31/+31
2020-10-30api: test the temporary driver ideaSimon Rozman3-406/+191
2020-10-30api: unify security descriptors and disable for _DEBUGSimon Rozman6-45/+25
2020-10-30api: arrange rundll32 a console loggerSimon Rozman1-6/+57
2020-10-30api: remove temporary folder in case of intermediate failureSimon Rozman1-1/+2
2020-10-30api: elevate rundll32 calls to SYSTEMSimon Rozman2-0/+99
2020-10-30api: move documentation to .h and discontinue on static functionsSimon Rozman10-523/+315
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