Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-15 | uapi: IpcGetOperation: return peers in sorted orderHEADsorted-peers | Mikael Magnusson | |
Sort peers based on the public key. The pros of using a sorted peer list is that the order doesn't change in each ipc operation, or execution of the "wg showconf" command. Which could be the case previously with an unsorted peer list. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> | |||
2020-02-04 | uapi: allow unsetting device private key with /dev/null | Jason A. Donenfeld | |
2019-10-04 | uapi: allow preventing creation of new peers when updating | Jason A. Donenfeld | |
This enables race-free updates for wg-dynamic and similar tools. Suggested-by: Thomas Gschwantner <tharre3@gmail.com> | |||
2019-08-05 | uapi: skip peers with invalid keys | Jason A. Donenfeld | |
2019-05-14 | global: regroup all imports | Jason A. Donenfeld | |
2019-03-20 | uapi: remove unhelpful log messages | Jason A. Donenfeld | |
2019-03-19 | uapi: report endpoint error | Jason A. Donenfeld | |
2019-03-10 | uapi: make ipcerror conform to interface | Jason A. Donenfeld | |
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |