aboutsummaryrefslogtreecommitdiffstats
path: root/src/Network/WireGuard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document RPC-related modules.HEADmasterBaylac-Jacqué Félix2017-09-163-69/+122
|
* Fix GHC and HLINT warnings.Baylac-Jacqué Félix2017-09-167-18/+17
|
* Plumbed RPC set parser to STM state.Baylac-Jacqué Félix2017-09-161-81/+25
|
* Wire up RPC set parsers to STM state.Baylac-Jacqué Félix2017-09-161-48/+70
|
* Implemented rpc request parser.Baylac-Jacqué Félix2017-09-162-8/+8
|
* Implemented RPC set's payload parser.Baylac-Jacqué Félix2017-09-162-3/+7
|
* Implemented RPC parsers.Baylac-Jacqué Félix2017-09-163-55/+181
|
* Extracted RPC types to proper module.Baylac-Jacqué Félix2017-09-1610-64/+172
|
* Implement and test RPC show Peer feature.Baylac-Jacqué Félix2017-09-161-68/+91
|
* Make imports in RPC.hs explicit.Baylac-Jacqué Félix2017-09-161-46/+57
|
* Setup travis CI.Baylac-Jacqué Félix2017-09-161-7/+12
|
* uapi: upstream changeBin Jin2017-03-251-10/+19
|
* handle exception in openTunBin Jin2017-03-171-8/+6
|
* remove STM packet queueBin Jin2017-03-166-63/+29
|
* Tun: add timestamp for incoming packetsBin Jin2017-03-145-14/+33
|
* Remove unused language extension pragmaBin Jin2017-03-141-3/+0
|
* Tun: rename function to be consistent with the last commitBin Jin2017-03-141-6/+6
|
* Tun: use non-blocking fdBin Jin2017-03-142-39/+34
|
* 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-132-9/+5
|
* Initial commitBin Jin2017-03-1217-0/+1787