aboutsummaryrefslogtreecommitdiffstats
path: root/api/adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: selectively use temporary variable to prepare outputSimon Rozman2020-10-311-25/+33
* api: remove security attributes debug trap doorJason A. Donenfeld2020-10-311-5/+5
* api: elevate only when needed for system operationsJason A. Donenfeld2020-10-311-9/+42
* api: simplify driver selection by always including EV driverSimon Rozman2020-10-311-3/+1
* api: simplify driver removalSimon Rozman2020-10-311-4/+30
* api: make #ifdef-s more descriptiveSimon Rozman2020-10-311-5/+5
* api: cleanup driver selection logicSimon Rozman2020-10-311-17/+5
* api: split adapter creation/deletion to delegator and worker functionsSimon Rozman2020-10-311-75/+92
* api: make pipe handles non-inheritable by defaultSimon Rozman2020-10-311-7/+4
* api: check the stdout reader thread exit status for failuresSimon Rozman2020-10-311-34/+38
* api: make architecture-dependent wintun.dll selection an explicit selectSimon Rozman2020-10-311-3/+15
* api: fix adapter name numbering terminationSimon Rozman2020-10-311-1/+1
* api: bail out on _TRUNCATE truncationSimon Rozman2020-10-311-48/+91
* api: simplify RemoveNumberedSuffix()Simon Rozman2020-10-311-20/+7
* api: use C locale for adapter and pool name case-insensitive comparingSimon Rozman2020-10-311-13/+4
* api: fix zero-parameter C function prototypesSimon Rozman2020-10-311-4/+4
* api: fallback to hard-coded versionSimon Rozman2020-10-311-2/+2
* api: use catalog file for signing certificate extractionSimon Rozman2020-10-311-1/+1
* api: switch to private heapSimon Rozman2020-10-301-42/+32
* api: revise loggingSimon Rozman2020-10-301-6/+6
* api: connect rundll32 child with parent using stdout and stderrSimon Rozman2020-10-301-10/+195
* api: use standard C voidSimon Rozman2020-10-301-1/+1
* api: fix grammarSimon Rozman2020-10-301-11/+11
* api: fix dead code warning for arm platformSimon Rozman2020-10-301-65/+72
* api: build the bridge from WoW64 to native inSimon Rozman2020-10-301-10/+154
* api: test the temporary driver ideaSimon Rozman2020-10-301-3/+187
* api: move documentation to .h and discontinue on static functionsSimon Rozman2020-10-301-278/+0
* api: log out-of-memory errors tooSimon Rozman2020-10-301-16/+8
* api: stop double error status reportingSimon Rozman2020-10-301-29/+26
* api: internal reorganizationSimon Rozman2020-10-301-0/+1463