aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* version: hard code name and version at compile timeJason A. Donenfeld2019-08-306-157/+8
| | | | | | | We really do want the true name and version in logs so that external consumers have a good reference point for helping us debug. We can then do the log file directory explicitly.
* version: use ProductName and ProductVersion as stringsJason A. Donenfeld2019-08-303-42/+20
|
* ui: enable priority boostJason A. Donenfeld2019-08-261-1/+0
| | | | | This makes things a bit more responsive, despite causing some minor issues for Go timers.
* version: use upstream RtlGetVersionJason A. Donenfeld2019-08-242-46/+3
|
* version: the version implies the go version and wggo versionJason A. Donenfeld2019-07-161-3/+1
|
* global: use tab after //sysJason A. Donenfeld2019-05-144-6/+6
|
* global: regroup all importsJason A. Donenfeld2019-05-147-7/+14
|
* ui: do not use system tray on server coreJason A. Donenfeld2019-05-142-2/+190
|
* updater: move into managerJason A. Donenfeld2019-05-061-4/+10
|
* version: expose OsVersion for firewallJason A. Donenfeld2019-05-032-26/+37
|
* version: dynamically get file versionJason A. Donenfeld2019-05-016-26/+136
|
* version: add certificate checking for official versionsJason A. Donenfeld2019-04-304-12/+115
| | | | This is an easy circumventable check designed mostly for convenience.
* version: add missing zsyscallJason A. Donenfeld2019-04-301-0/+55
|
* version: add beginnings of authenticode checkingJason A. Donenfeld2019-04-304-0/+183
|
* updater: add initial skeletonJason A. Donenfeld2019-04-295-0/+150