aboutsummaryrefslogtreecommitdiffstats
path: root/send.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-07tun/netstack: bump gvisorColin Adler3-7/+7
2022-09-20global: bump copyright yearJason A. Donenfeld75-75/+75
2022-09-20tun/netstack: ensure `(*netTun).incomingPacket` chan is closedColin Adler1-0/+4
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick20-288/+156
2022-08-29tun/netstack: remove separate moduleJason A. Donenfeld4-33/+12
2022-08-29tun/netstack: bump to latest gvisorShengjing Zhu3-1031/+37
2022-07-04conn, device, tun: set CLOEXEC on fdsBrad Fitzpatrick6-24/+36
2022-06-01tun: use ByteSliceToString from golang.org/x/sys/unixTobias Klauser1-6/+1
2022-04-07conn: remove the final alloc per packet receiveJosh Bleecher Snyder1-16/+37
2022-03-17conn: use netip for std bindJason A. Donenfeld1-26/+13
2022-03-16version: bump snapshot0.0.20220316Jason A. Donenfeld1-1/+1
2022-03-16tun/netstack: bump modJason A. Donenfeld2-24/+17
2022-03-16mod: bump packages and remove compat netipJason A. Donenfeld2-21/+9
2022-03-16all: use any in place of interface{}Josh Bleecher Snyder4-15/+15
2022-03-16all: update to Go 1.18Josh Bleecher Snyder20-33/+23
2022-03-09tun/netstack: check error returned by SetDeadline()Alexander Neumann1-1/+4
2022-03-09tun/netstack: update to latest wireguard-goAlexander Neumann3-24/+36
2022-02-02tun/netstack: simplify read timeout on ping socketJason A. Donenfeld1-43/+14
2022-02-02tun/netstack: implement ICMP pingThomas H. Ptacek2-24/+343
2022-01-17version: bump snapshot0.0.20220117Jason A. Donenfeld1-1/+1
2022-01-14ipc: bsd: try again if kqueue returns EINTRJason A. Donenfeld1-1/+1
2021-12-09global: apply gofumptJason A. Donenfeld28-71/+56
2021-11-29device: handle peer post config on blank lineJason A. Donenfeld1-0/+1
2021-11-23device: reduce peer lock critical section in UAPIJosh Bleecher Snyder1-26/+28
2021-11-23device: remove code using unsafeJosh Bleecher Snyder1-33/+13
2021-11-23global: use netip where possible nowJason A. Donenfeld22-285/+247
2021-11-16device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld1-1/+3
2021-11-16device: align 64-bit atomic member in DeviceJason A. Donenfeld1-5/+6
2021-11-16device: start peers before running handshake testJason A. Donenfeld1-0/+2
2021-11-16Makefile: don't use test -v because it hides failures in scrollbackJason A. Donenfeld1-1/+1
2021-11-16device: fix nil pointer dereference in uapi readDavid Anderson1-2/+2
2021-11-15device: make new peers inherit broken mobile semanticsJason A. Donenfeld3-0/+5
2021-11-15device: defer state machine transitions until configuration is completeJason A. Donenfeld3-15/+18
2021-11-15device: do not consume handshake messages if not runningJason A. Donenfeld1-1/+1
2021-11-04tun: move wintun to its own repoJason A. Donenfeld3-7/+10
2021-11-04namedpipe: rename from winpipe to keep in sync with CL299009Jason A. Donenfeld7-475/+132
2021-10-28device: timers: use pre-seeded per-thread unlocked fastrandn for jitterJason A. Donenfeld1-10/+5
2021-10-28device: timers: seed unsafe rng before use for jitterJason A. Donenfeld1-3/+11
2021-10-26wintun: align 64-bit argument on ARM32Jason A. Donenfeld1-1/+5
2021-10-25README: raise minimum Go to 1.17Jason A. Donenfeld1-1/+1
2021-10-22tun/netstack: update gvisorMikael Magnusson3-22/+403
2021-10-20ipc, rwcancel: compile on js/wasmBrad Fitzpatrick3-1/+18
2021-10-20wintun: allow retrieving DLL versionJason A. Donenfeld4-7/+37
2021-10-16version: bump snapshot0.0.20211016Jason A. Donenfeld1-1/+1
2021-10-16wintun: remove memmod option for dll loadingJason A. Donenfeld13-1481/+39
2021-10-12global: remove old-style build tagsJason A. Donenfeld24-24/+0
2021-10-12global: add newer-style build tagsJason A. Donenfeld7-0/+7
2021-10-12wintun: use new swdevice-based API for upcoming Wintun 0.14Jason A. Donenfeld2-149/+61
2021-10-11conn,wintun: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld2-41/+3
2021-10-11memmod: import from wireguard-windowsJason A. Donenfeld6-34/+96