index
:
wireguard-go
bo/dflybsd-port
dc/nstest
fd/propagate-DSCP-bits
fw/codeQuality
jd/generic-aip
jd/multibuffer
jd/netip-go118
jd/netns-specific-uapi
js/peer-stats
js/sample-api
jw/for-jason
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
jw/for-jason
conn: fix WinRingEndpoint.DstToString() for AF_INET endpoints
Jordan Whited
5 weeks
master
tun: use correct IP header comparisons in tcpGRO() and tcpPacketsCanCoalesce()
Jordan Whited
2 months
jd/generic-aip
device: make allowedips generic
Jason A. Donenfeld
14 months
tp/icmp-fixes
Handle whole ICMP headers
tqbf
16 months
jd/netip-go118
global: use Go 1.18's netip helpers
Jason A. Donenfeld
19 months
js/peer-stats
device: add PeerStats
Josh Bleecher Snyder
2 years
js/sample-api
device: add Device.ListenPort and Device.SetListenPort
Josh Bleecher Snyder
2 years
fw/codeQuality
code quality:
Frank Werner-Krippendorf
3 years
dc/nstest
[WIP] device: run testns.sh from a Go test harness
David Crawshaw
3 years
jd/netns-specific-uapi
uapi: linux: put sock files in netns-specific subdir
Jason A. Donenfeld
3 years
[...]
Tag
Download
Author
Age
0.0.20230223
wireguard-go-0.0.20230223.tar.xz
wireguard-go-0.0.20230223.zip
Jason A. Donenfeld
3 months
0.0.20220316
wireguard-go-0.0.20220316.tar.xz
wireguard-go-0.0.20220316.zip
Jason A. Donenfeld
14 months
0.0.20220117
wireguard-go-0.0.20220117.tar.xz
wireguard-go-0.0.20220117.zip
Jason A. Donenfeld
16 months
0.0.20211016
wireguard-go-0.0.20211016.tar.xz
wireguard-go-0.0.20211016.zip
Jason A. Donenfeld
19 months
0.0.20210424
wireguard-go-0.0.20210424.tar.xz
wireguard-go-0.0.20210424.zip
Jason A. Donenfeld
2 years
v0.0.20201121
wireguard-go-0.0.20201121.tar.xz
wireguard-go-0.0.20201121.zip
Jason A. Donenfeld
2 years
0.0.20210323
wireguard-go-0.0.20210323.tar.xz
wireguard-go-0.0.20210323.zip
Jason A. Donenfeld
2 years
0.0.20210212
wireguard-go-0.0.20210212.tar.xz
wireguard-go-0.0.20210212.zip
Jason A. Donenfeld
2 years
0.0.20201118
wireguard-go-0.0.20201118.tar.xz
wireguard-go-0.0.20201118.zip
Jason A. Donenfeld
3 years
0.0.20200320
wireguard-go-0.0.20200320.tar.xz
wireguard-go-0.0.20200320.zip
Jason A. Donenfeld
3 years
[...]
Age
Commit message
Author
Files
Lines
2023-03-25
tun: use correct IP header comparisons in tcpGRO() and tcpPacketsCanCoalesce()
HEAD
master
Jordan Whited
2
-16
/
+119
2023-03-25
tun: disqualify tcp4 packets w/IP options from coalescing
Jordan Whited
2
-5
/
+55
2023-03-24
conn: move booleans to bottom of StdNetBind struct
Jason A. Donenfeld
1
-9
/
+11
2023-03-24
conn: use ipv6 message pool for ipv6 receiving
Jason A. Donenfeld
1
-2
/
+2
2023-03-24
conn: fix StdNetEndpoint data race by dynamically allocating endpoints
Jordan Whited
1
-24
/
+8
2023-03-23
conn: disable sticky sockets on Android
Jason A. Donenfeld
5
-8
/
+22
2023-03-23
global: remove old style build tags
Jason A. Donenfeld
8
-8
/
+0
2023-03-17
tun: replace ErrorBatch() with errors.Join()
Jordan Whited
2
-51
/
+3
2023-03-17
go.mod: bump to Go 1.20
Jordan Whited
2
-2
/
+2
2023-03-16
conn: fix getSrcFromControl() iteration
Jordan Whited
2
-1
/
+29
[...]
Clone
https://git.zx2c4.com/wireguard-go
git://git.zx2c4.com/wireguard-go
ssh://git@git.zx2c4.com/wireguard-go