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
Commit message (
Expand
)
Author
Age
Files
Lines
*
device: create beginnings of conn_windows
jd/multibuffer
Jason A. Donenfeld
2019-07-01
2
-0
/
+186
*
device: prepare for multiple send/receive
Jason A. Donenfeld
2019-07-01
6
-41
/
+73
*
tun: windows: inform wintun of maximum buffer length for writes
Jason A. Donenfeld
2019-06-26
1
-0
/
+6
*
tun: windows: never retry open on Windows 10
Jason A. Donenfeld
2019-06-18
4
-13
/
+22
*
tun: remove TUN prefix from types to reduce stutter elsewhere
Matt Layher
2019-06-14
10
-67
/
+66
*
device: update transfer counters correctly
Jason A. Donenfeld
2019-06-11
3
-4
/
+9
*
wintun: increase registry timeout
Jason A. Donenfeld
2019-06-11
1
-1
/
+1
*
wintun: add helper for cleaning up
Jason A. Donenfeld
2019-06-10
1
-9
/
+82
*
wintun: simplify error matching and remove dumb comments
Jason A. Donenfeld
2019-06-10
1
-19
/
+4
*
wintun: fix comments and remove hwnd param
Jason A. Donenfeld
2019-06-10
2
-124
/
+55
*
setupapi: add SetDeviceRegistryPropertyString description
Simon Rozman
2019-06-10
1
-1
/
+2
*
setupapi: unify ERROR_INSUFFICIENT_BUFFER handling
Simon Rozman
2019-06-10
1
-58
/
+32
*
wintun: allow controlling GUID
Jason A. Donenfeld
2019-06-10
2
-2
/
+29
*
setupapi: add DeviceInstanceID()
Jason A. Donenfeld
2019-06-10
3
-0
/
+41
*
global: fixup TODO comment spacing
Jason A. Donenfeld
2019-06-06
7
-11
/
+11
*
wintun: guid functions are upstream
Jason A. Donenfeld
2019-06-06
7
-120
/
+14
*
wintun: simplify DeleteInterface method signature
Simon Rozman
2019-06-06
2
-58
/
+79
*
wintun: don't run HrRenameConnection in separate thread
Jason A. Donenfeld
2019-06-05
1
-3
/
+2
*
tun: windows: obsolete 256 packets per exchange buffer limitation
Simon Rozman
2019-06-05
1
-2
/
+1
*
setupapi, wintun: replace syscall with golang.org/x/sys/windows
Simon Rozman
2019-06-04
4
-36
/
+32
*
wintun: set DI_QUIETINSTALL flag for GUI-less device management
Simon Rozman
2019-06-04
1
-3
/
+26
*
setupapi: define PropChangeParams struct
Simon Rozman
2019-06-04
1
-1
/
+20
*
device: remove redundant return statements
Matt Layher
2019-06-04
1
-3
/
+0
*
device: use bytes.Equal for equality check, simplify assertEqual
Matt Layher
2019-06-04
1
-2
/
+2
*
device, ratelimiter: replace uses of time.Now().Sub() with time.Since()
Matt Layher
2019-06-03
5
-11
/
+11
*
ipc/winpipe: go fmt
Matt Layher
2019-06-03
1
-1
/
+1
*
tun: windows: mitigate infinite loop in Flush()
Jason A. Donenfeld
2019-05-31
1
-29
/
+35
*
device: add SendKeepalivesToPeersWithCurrentKeypair for handover
Jason A. Donenfeld
2019-05-30
1
-0
/
+17
*
tai64n: account for whitening in test
Jason A. Donenfeld
2019-05-29
1
-3
/
+7
*
device, tun: rearrange code and fix device tests
Matt Layher
2019-05-29
3
-103
/
+86
*
wintun: remove extra /
Jason A. Donenfeld
2019-05-26
1
-1
/
+1
*
device: darwin actually doesn't need bound interfaces
Jason A. Donenfeld
2019-05-25
1
-44
/
+0
*
device: make initiations per second match kernel implementation
Jason A. Donenfeld
2019-05-25
1
-1
/
+1
*
device: timers: add jitter on ack failure reinitiation
Jason A. Donenfeld
2019-05-24
1
-1
/
+1
*
wintun: revise GetInterface()
Simon Rozman
2019-05-24
2
-3
/
+6
*
wintun: never return nil, nil
Jason A. Donenfeld
2019-05-23
1
-1
/
+1
*
ipc: use simplified fork of winio
Jason A. Donenfeld
2019-05-23
8
-20
/
+1162
*
setupapi: trim "Get" from getters
Simon Rozman
2019-05-22
5
-53
/
+53
*
wintun: don't try to flush interface, but rather delete
Jason A. Donenfeld
2019-05-17
2
-25
/
+8
*
device: fail to give bind if it doesn't exist
Jason A. Donenfeld
2019-05-17
2
-2
/
+13
*
wintun: make certain methods private
Jason A. Donenfeld
2019-05-17
2
-33
/
+41
*
version: bump snapshot
0.0.20190517
Jason A. Donenfeld
2019-05-17
1
-1
/
+1
*
makefile: do not show warning on non-linux
Jason A. Donenfeld
2019-05-17
1
-1
/
+1
*
wintun: change acronyms to uppercase
Simon Rozman
2019-05-17
1
-5
/
+5
*
global: regroup all imports
Jason A. Donenfeld
2019-05-14
27
-44
/
+70
*
wintun: registry: fix nits
Jason A. Donenfeld
2019-05-11
1
-17
/
+20
*
wintun: registry: revise value reading
Simon Rozman
2019-05-11
2
-67
/
+82
*
wintun: call HrRenameConnection in another thread
Jason A. Donenfeld
2019-05-10
1
-2
/
+3
*
wintun: add LUID accessor
Jason A. Donenfeld
2019-05-10
1
-0
/
+7
*
wintun: enumerate faster by using COMPATDRIVER instead of CLASSDRIVER
Jason A. Donenfeld
2019-05-10
1
-1
/
+1
[next]