aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-28embeddable-dll-service: build: integrate tunnel.dll signingSimon Rozman1-0/+7
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-28embeddable-dll-service: csharp: ensure double \0 terminationSimon Rozman1-4/+1
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-28embeddable-dll-service: correctness in READMESimon Rozman1-2/+3
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-16build: bump to go1.18Jason A. Donenfeld4-15/+15
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-18Makefile: choose newest version of GoJason A. Donenfeld1-1/+1
Now that these are sorted properly, we can rely on the top one being the newest. Before, we assumed the last one was the newest, which was only true during betas and rcs, which required us to swap back and forth between the first one and the last one. But even then, the last one wouldn't always be the latest beta! So sometimes we had to change it to the second to last one. And on and on with madness. In other words, before the list was basically unsorted. But now that it's sorted, we can just use the top one always, which is what we want. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-17dpapi: remove stray test exeJason A. Donenfeld1-0/+0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-17conf: do not examine connectivity state at bootJason A. Donenfeld3-65/+4
It turns out that checking for internet connectivity is not really a reliable way of knowing whether the WSAHOST_NOT_FOUND is legitimate or not. So just give up on that approach, assume WSAHOST_NOT_FOUND is always illegitimate at boot, and loop for a long time. This might induce annoyances for admins who want to kill legitimate WSAHOST_NOT_FOUND services that keep trying again, but they'll just have to wait for two minutes. Reported-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-06global: bump dateJason A. Donenfeld143-146/+146
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-06fetcher: only write 32 bytes to hash outputJason A. Donenfeld2-3/+3
Current binaries overflow into `wchar_t total_bytes_str[22]`, which is not used anywhere after the overflow, so no harm done thankfully. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-23global: use strings.Cut where possibleJason A. Donenfeld4-12/+9
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-22version: bumpv0.5.3Jason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-22docs: new code signing certificateJason A. Donenfeld1-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-16global: use syscall.SyscallNJason A. Donenfeld4-19/+19
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-16ringlogger: have caller cleanup inherited handle on failureJason A. Donenfeld1-4/+1
Reported-by: shuaidonga <1181157720@qq.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-16global: interface{} -> anyJason A. Donenfeld7-13/+13
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-16build: omit build info from binaryJason A. Donenfeld2-2/+2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-16global: update to go 1.18 beta1Jason A. Donenfeld23-551/+27
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-14build: remove patcherJason A. Donenfeld2-6/+1
This should be easy to revert when we want to add it back. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-09global: apply gofumptJason A. Donenfeld41-125/+140
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-12-02build: update to go 1.17.4 and drop upstreamed patchesJason A. Donenfeld8-288/+7
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-26ui: only set "(out of date)" window title if admin userJason A. Donenfeld1-1/+3
Hopefully this scares users less, while keeping the update tab so that they still annoy their sysadmins to update. Reported-by: Bruno Andry <bandry@ut1.org> Discussed-with: Diab Neiroukh <lazerl0rd@thezest.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-25build: switch to go.devJason A. Donenfeld2-3/+3
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-25go-patches: support non-cooperative preemption on arm and arm64Jason A. Donenfeld2-0/+124
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-24mod: remove x/sys forkJason A. Donenfeld5-20/+20
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-11global: backout AddrFromSlice signature changeJason A. Donenfeld4-11/+11
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-08version: bumpv0.5.2Jason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-08tunnel: check for WeakHostSend/Forwarding in pitfallsJason A. Donenfeld4-3/+88
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-11-06build: bump to go 1.17.3Jason A. Donenfeld2-2/+3
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>