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
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rwcancel
/
rwcancel_windows.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-05
memmod: register exception handler tables
Jason A. Donenfeld
2
-0
/
+19
2021-07-29
memmod: fix protected delayed load the right way
Jason A. Donenfeld
2
-9
/
+13
2021-07-29
memmod: disable protected delayed load for now
Jason A. Donenfeld
4
-2
/
+155
2021-06-24
ipc: allow admins but require high integrity label
Jason A. Donenfeld
1
-2
/
+1
2021-06-04
device: zero out allowedip node pointers when removing
Jason A. Donenfeld
2
-1
/
+22
2021-06-03
device: limit allowedip fuzzer a to 4 times through
Jason A. Donenfeld
1
-5
/
+10
2021-06-03
device: simplify allowedips lookup signature
Jason A. Donenfeld
5
-17
/
+18
2021-06-03
device: remove nodes by peer in O(1) instead of O(n)
Jason A. Donenfeld
2
-72
/
+82
2021-06-03
device: remove recursion from insertion and connect parent pointers
Jason A. Donenfeld
3
-59
/
+95
2021-06-03
device: reduce size of trie struct
Jason A. Donenfeld
5
-53
/
+45
2021-05-25
go.mod: bump golang.org/x/sys again
Josh Bleecher Snyder
2
-1
/
+7
2021-05-22
device: allow reducing queue constants on iOS
Jason A. Donenfeld
3
-11
/
+12
2021-05-20
tun: linux: account for interface removal from outside
Jason A. Donenfeld
2
-26
/
+33
2021-05-20
conn: linux: protect read fds
Jason A. Donenfeld
1
-12
/
+18
2021-05-20
rwcancel: use ordinary os.ErrClosed instead of custom error
Jason A. Donenfeld
1
-2
/
+2
2021-05-20
rwcancel: use poll instead of select
Jason A. Donenfeld
4
-73
/
+12
2021-05-18
device: optimize Peer.String even more
Jason A. Donenfeld
1
-14
/
+16
2021-05-14
device: optimize Peer.String
Josh Bleecher Snyder
1
-7
/
+20
2021-05-11
conn: windows: set count=0 on retry
Jason A. Donenfeld
1
-0
/
+1
2021-05-10
main: replace crlf on windows in fmt test
Jason A. Donenfeld
1
-0
/
+4
2021-05-10
main: check that code is formatted in unit test
Jason A. Donenfeld
2
-1
/
+48
2021-05-07
tun: format
Jason A. Donenfeld
2
-3
/
+3
2021-05-07
device: add ID to repeated routines
Jason A. Donenfeld
3
-13
/
+13
2021-05-07
device: remove unusual ... in messages
Jason A. Donenfeld
1
-2
/
+2
2021-05-07
device: avoid verbose log line during ordinary shutdown sequence
Jason A. Donenfeld
1
-1
/
+1
2021-05-07
tun: windows: set event before waiting
Jason A. Donenfeld
1
-18
/
+18
2021-05-07
tun: windows: rearrange struct to avoid alignment trap on 32bit
Jason A. Donenfeld
1
-4
/
+4