aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wg-quick.bash (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-02meta: cargo updateJake McGinty2-175/+202
2018-04-02config: handle self-add peer caseJake McGinty1-15/+26
2018-04-02config: return error when trying to remove nonexistent peerJake McGinty2-11/+8
2018-03-25clippy: remove unnecessary iter()Jake McGinty1-4/+3
2018-03-25tools: more accurate routing in wg-quick.bashJake McGinty1-13/+8
2018-03-23Revert "peer: zero out sessions when they're dropped"Jake McGinty4-27/+5
2018-03-22tools: modified rudimentary wg-quick.bash for macOSJake McGinty2-1/+292
2018-03-22config: allow set operation to return errorJake McGinty1-12/+12
2018-03-21deps: cargo updateJake McGinty2-143/+282
2018-03-21bin: bubble up errors from interface init failingJake McGinty1-1/+4
2018-03-21reaper: fix kill signal not killing appJake McGinty1-1/+1
2018-03-21config: migrate configuration logic to config.rsJake McGinty2-161/+190
2018-03-21meta: change crate name to 'wireguard' not 'wgrs'Jake McGinty2-33/+33
2018-03-21meta: update gitignoreJake McGinty1-4/+2
2018-03-21meta: rename binary from wgrs to wireguard-rs for consistencyJake McGinty1-1/+1
2018-03-21peer: use enum instead of Option<Option<_>>>Jake McGinty2-8/+13
2018-03-09peer: zero out sessions when they're droppedJake McGinty4-5/+27
2018-03-09global: tidying upJake McGinty5-19/+19
2018-03-09sessions: handle next -> past transitionJake McGinty2-9/+22
2018-03-09peer: enforce max egress packet queue sizeJake McGinty2-3/+11
2018-03-09bench: fix buildJake McGinty2-17/+25