aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* ui: implement log dialog; some refactoring in manage tunnels window to share some bitsAlexander Neumann2019-04-233-70/+234
* ui: refactor exclude private IPs code to be closer to existing ports and preserve user editsAlexander Neumann2019-04-231-85/+220
* ui: handle exclude private ips and refactor tunnel config editing dialogAlexander Neumann2019-04-232-131/+270
* ui: add some margin to the bottom of toggleActiveLineAlexander Neumann2019-04-231-1/+1
* ui: refactor exportLogAlexander Neumann2019-04-231-32/+7
* ui: implement export tunnels to zip actionAlexander Neumann2019-04-231-4/+76
* ui: use recently added walk.MsgBoxStyle constant instead of literal valueAlexander Neumann2019-04-231-1/+1
* ui: implement export log actionAlexander Neumann2019-04-232-4/+68
* ui: implement about dialog, version info still TODOAlexander Neumann2019-04-232-8/+58
* ui: use Synchronize method for cross-goroutine calls to walkAlexander Neumann2019-04-232-24/+5
* ui: implement [de]activation of tunnels via trayAlexander Neumann2019-04-231-13/+46
* ui: only allow a single tunnel to be active at any timeAlexander Neumann2019-04-234-42/+145
* ui: only allow a single tunnel to be selected at any timeAlexander Neumann2019-04-231-0/+1
* ui: synchronize calls from other goroutines into walkAlexander Neumann2019-04-231-8/+10
* ui: initialize TunnelsView model from service.IPCClientTunnelsAlexander Neumann2019-04-231-13/+5
* ui: handle adding and removing of tunnels for trayAlexander Neumann2019-04-232-44/+77
* ui: replace PrivateKeyEvent with walk.StringEventAlexander Neumann2019-04-231-37/+2
* ui: update status and active CIDRs menu itemsAlexander Neumann2019-04-231-25/+42
* ui: use slightly larger font to improve status display in ConfViewAlexander Neumann2019-04-231-0/+6
* ui: add new status and toggle types akin to labelTextLine and refactor as requiredAlexander Neumann2019-04-231-58/+200
* ui: refactor TunnelsView to use the new status image painterAlexander Neumann2019-04-231-34/+13
* ui: implement a reusable helper for status image paintingAlexander Neumann2019-04-231-0/+161
* ui: add initial support for [de]activating tunnelsAlexander Neumann2019-04-233-31/+176
* ui: fill in gaps in config editingAlexander Neumann2019-04-231-19/+90
* ui: only enable edit button if a tunnel is selectedAlexander Neumann2019-04-231-1/+4
* ui: add delete action to tool barAlexander Neumann2019-04-231-1/+1
* ui: work around a bug in walk to have our own tool bar below the tunnels listAlexander Neumann2019-04-231-7/+10
* ui: fix splitter layout not displaying widgetsAnthony Dong2019-04-231-0/+4
* ui: fix invalid layout directionAnthony Dong2019-04-231-1/+1
* ui: make confview spacer greedy to take full available widthAnthony Dong2019-04-231-1/+1
* ui: bind all new components togetherAnthony Dong2019-04-231-230/+35
* ui: split tray logic into tray componentAnthony Dong2019-04-232-0/+174
* ui: add tunnels management viewAnthony Dong2019-04-232-8/+422
* ui: add tunnels tableviewAnthony Dong2019-04-231-0/+117
* build: update checksum for go zipSimon Rozman2019-04-181-1/+1
* ui: syntax: guard calls to highlightJason A. Donenfeld2019-04-151-13/+17
* build: go 1.12.2 contains my fix for CVE-2019-9634Jason A. Donenfeld2019-04-093-23/+5
* service: use WireGuardTunnel$ prefixJason A. Donenfeld2019-04-055-11/+12
* ui: lock to OS threadJason A. Donenfeld2019-04-031-0/+3
* ifaceconfig: remove unused codeJason A. Donenfeld2019-04-031-13/+0
* installer: add TODO nitsJason A. Donenfeld2019-04-031-1/+2
* ui: update irc channelJason A. Donenfeld2019-04-031-1/+1
* attacksurface: add descriptionsJason A. Donenfeld2019-04-021-0/+40
* ringlogger: give unprivd access via inheritable mapping handleJason A. Donenfeld2019-04-026-26/+38
* ui: remove spacer that was only needed in a container other than ScrollViewAlexander Neumann2019-04-011-8/+0
* conf: forbid special characters as netshell.dll doesJason A. Donenfeld2019-04-011-1/+2
* ui: abstract test interface nameJason A. Donenfeld2019-04-011-4/+6
* ui: Remove WM_SIZING hack from ConfView, fixed bug in walkAlexander Neumann2019-03-251-5/+5
* errors: don't put periods at end of errorsJason A. Donenfeld2019-03-212-18/+22
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-2110-79/+498