index
:
wireguard-go
android
dhcp
dhcp2
dmwg-0.0.1
fix/listen-any-addresses
master
sorted-peers
tun-net-with-stack
WireGuard Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
rwcancel
/
rwcancel.go
Age
Commit message (
Expand
)
Author
2023-07-04
all: adjust build tags for wasip1/wasm
Brad Fitzpatrick
2023-02-07
global: bump copyright year
Jason A. Donenfeld
2022-09-20
global: bump copyright year
Jason A. Donenfeld
2021-10-20
ipc, rwcancel: compile on js/wasm
Brad Fitzpatrick
2021-10-12
global: remove old-style build tags
Jason A. Donenfeld
2021-09-27
rwcancel: use unix.Poll again but bump x/sys so it uses ppoll under the hood
Jason A. Donenfeld
2021-09-26
rwcancel: use ppoll on Linux for Android
Jason A. Donenfeld
2021-09-05
global: add new go 1.17 build comments
Jason A. Donenfeld
2021-05-20
rwcancel: use ordinary os.ErrClosed instead of custom error
Jason A. Donenfeld
2021-05-20
rwcancel: use poll instead of select
Jason A. Donenfeld
2021-02-09
rwcancel: add an explicit close call
Jason A. Donenfeld
2021-02-09
rwcancel: use errors.Is for unwrapping
Jason A. Donenfeld
2021-01-28
global: bump copyright
Jason A. Donenfeld
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-03-30
rwcancel: no-op builds for windows and darwin
David Crawshaw
2019-10-17
rwcancel: handle EINTR and EAGAIN in unixSelect()
Avery Pennarun
2019-05-14
global: regroup all imports
Jason A. Donenfeld
2019-02-05
Extend structs rather than embed, when possible
Jason A. Donenfeld
2019-02-05
Update copyright
Jason A. Donenfeld
2018-09-16
global: fix up copyright headers
Jason A. Donenfeld
2018-05-24
Catch EINTR
Jason A. Donenfeld
2018-05-21
Add FreeBSD support
Brady OBrien