aboutsummaryrefslogtreecommitdiffstats
path: root/api/logger.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-31api: remove security attributes debug trap doorJason A. Donenfeld6-20/+14
2020-10-31api: elevate only when needed for system operationsJason A. Donenfeld8-115/+179
2020-10-31api: simplify driver selection by always including EV driverSimon Rozman3-7/+1
2020-10-31api: fix dll hijacking vulnsJason A. Donenfeld4-3/+20
2020-10-31api: simplify driver removalSimon Rozman7-123/+31
2020-10-31api: make #ifdef-s more descriptiveSimon Rozman3-6/+13
2020-10-31api: cleanup driver selection logicSimon Rozman2-21/+5
2020-10-31Add ARM driver compilationSimon Rozman4-5/+45
2020-10-31api: add a cleanup note when Windows 7 support is discontinuedSimon Rozman1-0/+1
2020-10-31api: split adapter creation/deletion to delegator and worker functionsSimon Rozman1-75/+92
2020-10-31api: make pipe handles non-inheritable by defaultSimon Rozman1-7/+4
2020-10-31api: check the stdout reader thread exit status for failuresSimon Rozman1-34/+38
2020-10-31api: make architecture-dependent wintun.dll selection an explicit selectSimon Rozman1-3/+15
2020-10-31api: fix adapter name numbering terminationSimon Rozman1-1/+1
2020-10-31api: bail out on _TRUNCATE truncationSimon Rozman1-48/+91
2020-10-31api: simplify RemoveNumberedSuffix()Simon Rozman1-20/+7
2020-10-31api: use C locale for adapter and pool name case-insensitive comparingSimon Rozman3-17/+4
2020-10-31api: fix zero-parameter C function prototypesSimon Rozman6-16/+16
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