summaryrefslogtreecommitdiffhomepage
path: root/uapi.go
AgeCommit message (Collapse)Author
2019-02-05uapi: Simpler function signatureJason A. Donenfeld
2019-02-05Extend structs rather than embed, when possibleJason A. Donenfeld
2019-02-05Update copyrightJason A. Donenfeld
2018-11-05uapi: typoJason A. Donenfeld
2018-09-16global: fix up copyright headersJason A. Donenfeld
2018-09-02uapi: insert peer version placeholderJason A. Donenfeld
While we don't want people to ever use old protocols, people will complain if the API "changes", so explicitly make the unset protocol mean the latest, and add a dummy mechanism of specifying the protocol on a per-peer basis, which we hope nobody actually ever uses.
2018-05-21Straighten out UAPI loggingJason A. Donenfeld
2018-05-20Fix race in statsJason A. Donenfeld
2018-05-19Add copyright headersMathias Hall-Andersen
2018-05-15Fix refactoring mistakesJason A. Donenfeld
2018-05-14Optional logging even in backgroundJason A. Donenfeld
2018-05-14Fix dummy additionsJason A. Donenfeld
2018-05-13More refactoringJason A. Donenfeld
2018-05-13Odds and endsJason A. Donenfeld
2018-05-10Rewrite timers and related state machinesJason A. Donenfeld
2018-05-05Removed remaining signals from peerMathias Hall-Andersen
1. Removed remaining signals from peer struct 2. Made needAnotherKeepalive local 3. Removed environment check from warning text (annoying when debugging)
2018-05-05Merge branch 'master' of ssh://git.zx2c4.com/wireguard-goMathias Hall-Andersen
2018-05-05Initial version of migration to new event modelMathias Hall-Andersen
- Begin move away from global timer state. - Made logging format more consistent
2018-05-03global: Add SPDX tags and copyright headerJason A. Donenfeld
Mathias should probably add his copyright headers to each file too.
2018-04-18Use simple 16-bit integer for persistent keepaliveJason A. Donenfeld
Races for this aren't a huge problem.
2018-02-18Seperated fwmark update code into functionMathias Hall-Andersen
2018-02-04Align with go library layoutMathias Hall-Andersen