aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-04wg-quick: if resolvconf/run/iface exists, use itJason A. Donenfeld1-1/+1
2018-03-04wg-quick: if resolvconf/interface-order exists, use itJason A. Donenfeld1-3/+12
2018-03-02global: in gnu code, use un-underscored asmJason A. Donenfeld2-2/+2
2018-03-02Revert "contrib: keygen-html: rewrite in pure javascript"Jason A. Donenfeld5-187/+129
2018-03-02contrib: keygen-html: rewrite in pure javascriptJason A. Donenfeld5-129/+187
2018-03-02contrib: embedded-wg-library: add key generation functionsJason A. Donenfeld3-2/+205
2018-02-21contrib: embedded-wg-library: add ability to add and del interfacesJason A. Donenfeld3-3/+109
2018-02-17wg: fixup errno handlingJason A. Donenfeld2-8/+8
2018-02-17wg: FreeBSD doesn't have EAI_NODATAJason A. Donenfeld1-2/+15
2018-02-17wg: do not collide types with libc clashesJason A. Donenfeld1-4/+10
2018-02-17contrib: add embeddable wireguard libraryJason A. Donenfeld6-0/+1671
2018-02-17wg(8): clarify phrasingJason A. Donenfeld1-3/+3
2018-02-17wg: allow in-line commentsJason A. Donenfeld4-13/+20
2018-02-15external-tests: update go versionJason A. Donenfeld1-2/+2
2018-02-14wg: normalize strncpy/snprintf usageJason A. Donenfeld4-18/+22
2018-02-06wg-quick: match from beginning rather than shift rightJason A. Donenfeld1-2/+2
2018-02-05wg: endian.h is not portableJason A. Donenfeld1-4/+9
2018-02-02keygen-html: fix up copyrightJason A. Donenfeld1-4/+0
2018-02-01curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2-4/+4
2018-02-01curve25519: replace hacl64 with fiat64Jason A. Donenfeld2-9/+4
2018-01-31wg: dedup secret normalizationJason A. Donenfeld1-7/+1
2018-01-30wg: fread doesn't change errnoJason A. Donenfeld1-4/+0
2018-01-23contrib: keygen-html: share curve25519 implementation with kernelJason A. Donenfeld2-831/+31
2018-01-23wg: share curve25519 implementations with kernelJason A. Donenfeld1-1539/+30
2018-01-18curve25519-fiat32: uninline certain functionsJason A. Donenfeld2-8/+8
2018-01-18contrib: keygen-html: update curve25519 implementationJason A. Donenfeld1-785/+769
2018-01-18wg: import new curve25519 implementationsJason A. Donenfeld1-1129/+1423
2018-01-18wg: plug memleak in config error pathJason A. Donenfeld1-0/+1