aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* ui: make IPC calls in go routinesJason A. Donenfeld2019-04-292-41/+69
|
* service: pass global state with notificationJason A. Donenfeld2019-04-297-57/+64
|
* ui: account for IPC failures in UI initializationJason A. Donenfeld2019-04-292-3/+11
|
* ui: force tray and mtw to appearJason A. Donenfeld2019-04-291-6/+15
| | | | | If started too early, then these can initially fail before eventually succeeding.
* service: tunnel: print stack and quit after 30 seconds of shutdown deadlockJason A. Donenfeld2019-04-291-3/+42
|
* service: improve state transitionsJason A. Donenfeld2019-04-293-11/+33
|
* updater: use /qb instead of /quietJason A. Donenfeld2019-04-291-1/+1
|
* updater: add initial skeletonJason A. Donenfeld2019-04-2921-20/+820
|
* go.mod: use forked winio with no thirdparty depsJason A. Donenfeld2019-04-291-1/+2
|
* ui: fix the status dot alignmentDmitry Bagdanov2019-04-282-2/+6
| | | | Signed-off-by: Dmitry Bagdanov <dimbo_job@mail.ru>
* ui: partially fix dot placementJason A. Donenfeld2019-04-282-17/+17
|
* build: backport security attributes helper from 1.13Jason A. Donenfeld2019-04-284-12/+71
|
* ui: use normal line edit in confviewJason A. Donenfeld2019-04-271-8/+15
| | | | This gives better row alignment, but breaks the icon.
* service: tunnel: UAPI serialization is always DNS relatedJason A. Donenfeld2019-04-272-4/+4
|
* ui: suppress extranous deactivated notification in trayJason A. Donenfeld2019-04-271-2/+4
|
* ui: add icon to about dialogJason A. Donenfeld2019-04-271-0/+1
|
* ui: set tray check to original state because change is asyncJason A. Donenfeld2019-04-271-0/+1
|
* ui: fix UI hide/quit logicJason A. Donenfeld2019-04-273-8/+17
|
* ui: enable double buffering on confviewJason A. Donenfeld2019-04-271-1/+1
| | | | | This fixes the flickering, but now the header labels are cut off. I'll let lxn fix this part.
* service: create environment for userJason A. Donenfeld2019-04-272-0/+69
|
* ui: simplify everythingJason A. Donenfeld2019-04-2713-462/+418
|
* installer: new checksums for working msmJason A. Donenfeld2019-04-261-2/+2
|
* installer: build: ignore ICE30 introduced with WHLK/EV Wintun switchingSimon Rozman2019-04-261-1/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* README: link to English documentationJason A. Donenfeld2019-04-261-1/+1
|
* README: specify go versionJason A. Donenfeld2019-04-261-1/+1
|
* README: improve documentationJason A. Donenfeld2019-04-261-21/+31
|
* ui: remove leftover cruft from confviewJason A. Donenfeld2019-04-251-6/+0
|
* installer: build: curl doesnt set %errorlevel%Jason A. Donenfeld2019-04-251-1/+1
|
* build: remove alignment whitespaceJason A. Donenfeld2019-04-252-5/+5
| | | | Simon likes this, but I usually don't.
* main: forbid wow64 executionsJason A. Donenfeld2019-04-253-5/+38
|
* Makefile: support dual architectureJason A. Donenfeld2019-04-251-11/+23
|
* build: %errorlevel% doesn't seem to be set after curl and go callsSimon Rozman2019-04-251-2/+2
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* ringlogger: ensure that int64 in member is 64-bit aligned on 32-bit machinesJason A. Donenfeld2019-04-251-1/+1
|
* ringlogger: fix up testJason A. Donenfeld2019-04-251-3/+5
|
* build: revert back to %PATH% for mingwSimon Rozman2019-04-251-2/+5
| | | | | | This mostly reverts commit 60f1e0f2e055bd7f9222bb77e8d5893333b76c43. Signed-off-by: Simon Rozman <simon@rozman.si>
* README: list Signtool as dependencySimon Rozman2019-04-251-0/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* README: note signtool.exe requirementJason A. Donenfeld2019-04-251-0/+2
|
* build: reduce excessive %PATH% manipulationSimon Rozman2019-04-251-8/+5
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* README: patch is no longer usedJason A. Donenfeld2019-04-251-1/+1
|
* README: update exe pathJason A. Donenfeld2019-04-251-2/+2
|
* build: extend to build x86 and amd64Simon Rozman2019-04-253-23/+45
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: unify dependency downloadingSimon Rozman2019-04-251-13/+11
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: prevent double quoting when substituting batch parametersSimon Rozman2019-04-251-2/+2
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* build: clean golang-runtime-dll-injection.patchSimon Rozman2019-04-251-316/+0
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: Use more clever shortcut installation and dirtier upgradesJason A. Donenfeld2019-04-252-18/+10
|
* installer: hardcode to 0.0.1 for nowJason A. Donenfeld2019-04-251-0/+3
|
* build: improve signature and version situationJason A. Donenfeld2019-04-253-9/+32
|
* ui: simpler wireguard window nameJason A. Donenfeld2019-04-241-1/+1
|
* Revert "ui: introduce system icon loading"Jason A. Donenfeld2019-04-243-92/+4
| | | | This reverts commit 8d29c7136535524e387091a7387a33a243062f2b.
* ui: introduce system icon loadingJason A. Donenfeld2019-04-243-4/+92
| | | | This looks clearly worse in basically all ways and should be reverted.