aboutsummaryrefslogtreecommitdiffstats
path: root/src/Network/WireGuard/Core.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix GHC and HLINT warnings.Baylac-Jacqué Félix2017-09-161-4/+4
|
* Extracted RPC types to proper module.Baylac-Jacqué Félix2017-09-161-1/+1
|
* remove STM packet queueBin Jin2017-03-161-11/+12
|
* Tun: add timestamp for incoming packetsBin Jin2017-03-141-4/+6
|
* Use dhPubEq for publickey equality checkBin Jin2017-03-131-5/+6
| | | | Dependency on the fixed cacophony commit was accidentally removed.
* Remove unnecessary publickey checkBin Jin2017-03-131-5/+3
|
* Initial commitBin Jin2017-03-121-0/+336