index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
roaming_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since r1.2 removed the use of PRI* macros, inttypes.h is no longer
okan
2015-01-27
1
-2
/
+1
*
Introduce digest API and use it to perform all hashing operations
djm
2014-01-09
1
-8
/
+6
*
fix a couple of function definitions foo() -> foo(void)
djm
2013-11-03
1
-3
/
+3
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-2
/
+2
*
fix some harmless and/or unreachable int overflows;
djm
2011-12-07
1
-1
/
+3
*
delete with extreme prejudice a debug() that fired with every keypress;
djm
2010-01-12
1
-3
/
+1
*
use socklen_t for getsockopt optlen parameter; reported by
djm
2009-12-06
1
-5
/
+5
*
Do the actual suspend/resume in the client. This won't be useful until
andreas
2009-10-24
1
-1
/
+46
*
It may be necessary to retransmit some data when resuming, so add it
andreas
2009-06-27
1
-1
/
+95
*
Add tags for the benefit of the sync scripts
dtucker
2009-06-21
1
-0
/
+1
*
Use debug3() instead of debug(), requested by markus@
andreas
2009-06-13
1
-1
/
+2
*
Fix warnings found by chl@ and djm@ and change roaming_atomicio's
andreas
2009-06-12
1
-7
/
+8
*
Keep track of number of bytes read and written. Needed for upcoming
andreas
2009-05-28
1
-0
/
+100