aboutsummaryrefslogtreecommitdiffstats
path: root/api/session.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: use GetLastError() to report failures like standard Win32Simon Rozman2020-11-041-59/+64
* api: use 'open' name since caller must close handleJason A. Donenfeld2020-11-031-1/+1
* example: rewrite and replace api's debug rundll32 functionalityJason A. Donenfeld2020-11-021-1/+0
* api: separate read-wait handle into other functionJason A. Donenfeld2020-11-021-3/+7
* api: simplify and unify error messagesSimon Rozman2020-11-021-1/+1
* api: add debugging rundll32 entry pointJason A. Donenfeld2020-10-311-0/+1
* api: get rid of pch and make headers saneJason A. Donenfeld2020-10-311-1/+6
* api expose Send.TailMoved event to clientsSimon Rozman2020-10-311-7/+6
* api: use proper iso atomic semanticsJason A. Donenfeld2020-10-311-5/+5
* api: selectively use temporary variable to prepare outputSimon Rozman2020-10-311-26/+26
* api: remove security attributes debug trap doorJason A. Donenfeld2020-10-311-2/+2
* api: elevate only when needed for system operationsJason A. Donenfeld2020-10-311-9/+18
* api: depretiate WintunIsPacketAvailable()Simon Rozman2020-10-311-6/+0
* api: upgrade ring managementSimon Rozman2020-10-311-61/+134
* api: switch to private heapSimon Rozman2020-10-301-4/+3
* api: add ring managementSimon Rozman2020-10-301-0/+213