aboutsummaryrefslogtreecommitdiffstats
path: root/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: fallback to hard-coded versionSimon Rozman2020-10-314-18/+20
* api: depretiate WintunIsPacketAvailable()Simon Rozman2020-10-313-16/+0
* api: use catalog file for signing certificate extractionSimon Rozman2020-10-311-1/+1
* api: upgrade ring managementSimon Rozman2020-10-313-108/+187
* api: allow wintun.h use in C++Simon Rozman2020-10-301-0/+8
* api: switch to private heapSimon Rozman2020-10-309-84/+68
* api: add ring managementSimon Rozman2020-10-308-1/+383
* api: revise loggingSimon Rozman2020-10-303-12/+17
* api: connect rundll32 child with parent using stdout and stderrSimon Rozman2020-10-303-24/+249
* api: use standard C voidSimon Rozman2020-10-307-12/+13
* api: introduce wintun.hSimon Rozman2020-10-3010-159/+231
* api: fix grammarSimon Rozman2020-10-301-11/+11
* api: fix dead code warning for arm platformSimon Rozman2020-10-301-65/+72
* api: make logger callback return a dummy valueSimon Rozman2020-10-303-4/+6
* api: build the bridge from WoW64 to native inSimon Rozman2020-10-303-11/+166
* api: redirect log to stderr in rundll32 invocationsSimon Rozman2020-10-301-44/+24
* vcxproj: swap configuration and platform subfolder hierarchySimon Rozman2020-10-301-5/+5
* api: test the temporary driver ideaSimon Rozman2020-10-303-406/+191
* api: unify security descriptors and disable for _DEBUGSimon Rozman2020-10-306-45/+25
* api: arrange rundll32 a console loggerSimon Rozman2020-10-301-6/+57
* api: remove temporary folder in case of intermediate failureSimon Rozman2020-10-301-1/+2
* api: elevate rundll32 calls to SYSTEMSimon Rozman2020-10-302-0/+99
* api: move documentation to .h and discontinue on static functionsSimon Rozman2020-10-3010-523/+315
* api: log out-of-memory errors tooSimon Rozman2020-10-303-36/+24
* api: remove dead codeSimon Rozman2020-10-302-14/+0
* api: added missing allocation-failure checkSimon Rozman2020-10-301-0/+2
* api: stop double error status reportingSimon Rozman2020-10-305-46/+46
* api: internal reorganizationSimon Rozman2020-10-3012-444/+424
* api: simplify logger macros namesSimon Rozman2020-10-306-143/+143
* api: implement driver version extraction from .inf fileSimon Rozman2020-10-302-23/+175
* api: disable driver management for wintun.dll that don't have a driverSimon Rozman2020-10-302-96/+102
* api: unify and document resource loadingSimon Rozman2020-10-303-30/+54
* api: unify hardware ID stringSimon Rozman2020-10-303-10/+6
* api: unify callback function type namesSimon Rozman2020-10-302-3/+3
* api: add driver managementSimon Rozman2020-10-308-1/+659
* api: introduce loggingSimon Rozman2020-10-3012-217/+502
* api: split api.hSimon Rozman2020-10-308-116/+172
* api: revise str/memcpySimon Rozman2020-10-301-3/+3
* api: make adapter name searching more efficientSimon Rozman2020-10-301-4/+7
* api: honor locale when comparing case-insensitiveSimon Rozman2020-10-304-3/+26
* api: fix trailing number detection in RemoveNumberedSuffix()Simon Rozman2020-10-301-1/+1
* api: add support for WoW64Simon Rozman2020-10-303-0/+94
* api: tighten source code annotationSimon Rozman2020-10-302-4/+7
* api: update documentationSimon Rozman2020-10-303-99/+106
* api: simplify workflowSimon Rozman2020-10-301-54/+32
* api: revise and unify error codesSimon Rozman2020-10-301-7/+7
* api: tighten maximum registry key path lengthSimon Rozman2020-10-303-15/+19
* api: fix SPDRP_DEVICEDESC zero-terminationSimon Rozman2020-10-301-1/+1
* api: do the set-quiet-install laterSimon Rozman2020-10-301-8/+4
* api: cleanupSimon Rozman2020-10-306-280/+293