Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | global: bump copyright | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-01-25 | ipc: add missing Windows errno | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-01-25 | device: introduce new IPC error message for unknown error | Josh Bleecher Snyder | |
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com> | |||
2020-06-22 | ipc: add comment about socketDirectory linker override on android | David Crawshaw | |
Signed-off-by: David Crawshaw <crawshaw@tailscale.com> | |||
2020-05-02 | global: update header comments and modules | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-05-02 | ipc: deduplicate some unix-specific code | David Crawshaw | |
Cleans up and splits out UAPIOpen to its own file. Signed-off-by: David Crawshaw <crawshaw@tailscale.com> [zx2c4: changed const to var for socketDirectory] Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-05-02 | ipc: remove unnecessary error check | David Crawshaw | |
os.MkdirAll never returns an os.IsExist error. Signed-off-by: David Crawshaw <crawshaw@tailscale.com> | |||
2019-10-04 | mod: bump versions | Jason A. Donenfeld | |
2019-09-16 | winpipe: use x/sys/windows instead of syscall | Jason A. Donenfeld | |
2019-08-31 | ipc: windows: use protected prefix | Jason A. Donenfeld | |
2019-08-30 | winpipe: enforce ownership of client connection | Jason A. Donenfeld | |
2019-07-19 | ipc: windows: match SDDL of WDK and make monkeyable | Jason A. Donenfeld | |
2019-06-06 | global: fixup TODO comment spacing | Jason A. Donenfeld | |
2019-06-03 | ipc/winpipe: go fmt | Matt Layher | |
Signed-off-by: Matt Layher <mdlayher@gmail.com> | |||
2019-05-23 | ipc: use simplified fork of winio | Jason A. Donenfeld | |
2019-05-14 | global: regroup all imports | Jason A. Donenfeld | |
2019-03-08 | Windows: Apply strict security descriptor on pipe server | Odd Stranne | |
Signed-off-by: Odd Stranne <odd@mullvad.net> | |||
2019-03-08 | uapi: windows: work out pipe semantics | Jason A. Donenfeld | |
Pipes can be arranged like this, so that's fine. We also apply a strict SDDL that can't be inherited and only gives access to local system. Developed-with: Odd Stranne <odd@mullvad.net> | |||
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |