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
/
lib
/
libssl
/
src
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KNF, since this is no longer script generated
deraadt
2014-04-18
1
-172
/
+171
*
simplify file:file:... stuff
deraadt
2014-04-18
12
-14
/
+13
*
whitespace normalization
tedu
2014-04-18
8
-91
/
+81
*
repair whitespace. this is what happens when functions take 20 params.
tedu
2014-04-18
1
-20
/
+20
*
Remove MAIN and PROG defines now that we do not compile non-monolithic.
jsing
2014-04-18
47
-180
/
+93
*
undef NETWARE_CLIB and NETWARE_LIBC
tedu
2014-04-18
1
-15
/
+0
*
unterminated comment
tedu
2014-04-18
1
-1
/
+1
*
KaboomNF
tedu
2014-04-18
51
-13869
/
+12180
*
spelling fix from Micha Borrmann on openssl-dev
tedu
2014-04-18
1
-1
/
+1
*
Remove support for unwanted operating systems.
jsing
2014-04-18
3
-82
/
+0
*
Unifdef OPENSSL_FIPS.
jsing
2014-04-18
3
-25
/
+0
*
Make MONOLITH the default and only option
matthew
2014-04-17
4
-50
/
+1
*
oops, exit vs return; spotted by matthew
deraadt
2014-04-17
7
-7
/
+7
*
unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthew
deraadt
2014-04-17
5
-0
/
+5
*
OpenBSD isn't NetWare or Windows, and it has SIGPIPE.
matthew
2014-04-17
1
-11
/
+0
*
since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %c
sthen
2014-04-17
1
-1
/
+1
*
Mostly gut e_os.h:
deraadt
2014-04-17
42
-64
/
+67
*
dead code
tedu
2014-04-17
1
-2
/
+0
*
expunge more of the old build system
afresh1
2014-04-17
1
-170
/
+0
*
Initial KNF.
jsing
2014-04-17
4
-502
/
+459
*
Initial KNF.
jsing
2014-04-17
2
-173
/
+133
*
More KNF.
jsing
2014-04-17
2
-11
/
+16
*
More KNF.
jsing
2014-04-17
1
-11
/
+17
*
Initial KNF.
jsing
2014-04-17
1
-329
/
+289
*
Initial KNF.
jsing
2014-04-17
1
-212
/
+214
*
Remove defines for unwanted OS support...
jsing
2014-04-17
1
-54
/
+0
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
37
-196
/
+196
*
Revert unintended whitespace changes.
jsing
2014-04-17
1
-7
/
+7
*
Fix for ", " issue in jsing's knf script
guenther
2014-04-17
1
-2
/
+2
*
unistd.h is always in the same place; no need to #include the result of
deraadt
2014-04-17
2
-2
/
+2
*
minimal fix for ', ' issue in jsing's indent script
deraadt
2014-04-17
1
-8
/
+9
*
lots of ifdef cleanup
tedu
2014-04-16
3
-400
/
+1
*
repair knf
tedu
2014-04-16
1
-1
/
+1
*
fix a few bugs observed on http://www.viva64.com/en/b/0250/
tedu
2014-04-16
1
-1
/
+1
*
SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()
guenther
2014-04-16
2
-4
/
+4
*
Initial KNF.
jsing
2014-04-16
5
-1143
/
+1006
*
Initial KNF.
jsing
2014-04-16
4
-1035
/
+825
*
Initial KNF.
jsing
2014-04-16
2
-1903
/
+1662
*
More KNF.
jsing
2014-04-16
2
-100
/
+119
*
First pass for KNF.
jsing
2014-04-16
2
-1294
/
+1235
*
missed vms comment
tedu
2014-04-16
1
-4
/
+0
*
first round of unifdef hammering
tedu
2014-04-16
7
-188
/
+2
*
spray the apps directory with anti-VMS napalm.
tedu
2014-04-16
46
-449
/
+0
*
remove BIO_snprintf usage - convert to snprintf.
beck
2014-04-15
1
-7
/
+8
*
remove ssl2 support even more completely.
tedu
2014-04-15
6
-61
/
+4
*
convert BIO_snprintf to snprintf
beck
2014-04-15
1
-2
/
+6
*
Go home, VMS, you're drunk
miod
2014-04-15
1
-350
/
+0
*
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
beck
2014-04-15
4
-184
/
+1
*
Convert some BIO_snprintf() to (void) snprintf - as although these ones
beck
2014-04-15
1
-68
/
+12
*
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
beck
2014-04-15
4
-9
/
+9
[next]