aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/base64.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-10uapi: use flag instead of C bitfield for portabilityJason A. Donenfeld1-8/+9
2017-01-10wg: ipc: read from socket incrementallyJason A. Donenfeld2-43/+49
2017-01-10wg: error on short ret readsJason A. Donenfeld1-0/+4
2017-01-09wg-quick: enforce good permissionsJason A. Donenfeld2-1/+3
2017-01-05wg: add installation note for distrosJason A. Donenfeld1-0/+5
2017-01-05wg: remove DESTDIR for autodetectionChristian Hesse1-3/+3
2017-01-05wg: add systemd unit and auto-detectionJason A. Donenfeld5-31/+66
2017-01-05wg: add makefile instructionsJason A. Donenfeld2-1/+38
2017-01-05wg: add wg-quickJason A. Donenfeld8-337/+430
2017-01-04wg: add bash completion for wg(8)Jason A. Donenfeld2-2/+96
2017-01-03contrib: slight ncat tweakJason A. Donenfeld1-1/+1
2016-12-30wg: syscall.h should actually be sys/syscall.hJason A. Donenfeld1-1/+1
2016-12-30wg-config: use ip rules instead of tungateJason A. Donenfeld4-92/+42
2016-12-25external-tests: update to latestJason A. Donenfeld3-28/+50
2016-12-23wg: rename 'bandwidth' to 'transfer' in outputTomasz Torcz2-4/+4
2016-12-23wg-config: cleanupsJason A. Donenfeld2-7/+8
2016-12-23wg: do not use AI_ADDRCONFIGJason A. Donenfeld1-2/+1
2016-12-23wg: allowed-ips is easier to parse with spaces instead of ", "Jason A. Donenfeld2-2/+2
2016-12-23wg-config: cleanup ip parsingJason A. Donenfeld1-2/+2
2016-12-16wg: fix latest-handshake typo in documentationJason A. Donenfeld2-2/+2
2016-12-09contrib: add wg-configJason A. Donenfeld4-0/+383
2016-11-29wg: warn about clock going backwardJason A. Donenfeld1-16/+20
2016-11-21headers: cleanup noticesJason A. Donenfeld27-19/+39
2016-11-05wg: chill modern gcc outJason A. Donenfeld1-22/+12
2016-11-05qemu: move build outside of kernel dir to avoid kernel's make cleanJason A. Donenfeld2-3/+10
2016-11-02wg: abstract pkg-config to PKG_CONFIGJason A. Donenfeld1-2/+3
2016-11-02wg: everybody hates automatic strippingJason A. Donenfeld1-1/+1
2016-09-29git: organize ignore filesJason A. Donenfeld4-2/+8
2016-09-29Rework headers and includesJason A. Donenfeld1-1/+3
2016-08-30wg: allow multiple AllowedIPs invocationsJason A. Donenfeld1-1/+0
2016-08-26examples: add key extractorJason A. Donenfeld4-0/+221
2016-08-24examples: add nat-hole-punchingJason A. Donenfeld3-0/+354
2016-08-08tests: use makefile and expand greatlyJason A. Donenfeld1-0/+2
2016-08-08persistent-keepalive: change range to [1,65535]Jason A. Donenfeld2-4/+4
2016-08-02wg: use correct headers in ipcJason A. Donenfeld1-2/+2
2016-08-02wg: do not show private keys in pretty outputJason A. Donenfeld3-3/+14
2016-08-02c: specify static array size in function paramsJason A. Donenfeld4-10/+10
2016-07-22wg: use stream instead of seqpacketJason A. Donenfeld1-18/+31
2016-07-22wg: Use seqpacket instead of dgramJason A. Donenfeld2-35/+6
2016-07-22wg: add -MP to makefileJason A. Donenfeld1-1/+1
2016-07-21wg: add default cflagJason A. Donenfeld1-0/+1
2016-07-21wg: propagate set errnoJason A. Donenfeld1-0/+1
2016-07-21wg: abstract sockets are dangerousJason A. Donenfeld1-28/+1
2016-07-21wg: rename kernel to ipcJason A. Donenfeld7-25/+25
2016-07-21wg: support horrible freebsd/osx/unix semanticsJason A. Donenfeld1-1/+66
2016-07-20wg: first additions of userspace integrationJason A. Donenfeld8-50/+268
2016-07-16wg: fix numbering in man pageJason A. Donenfeld1-2/+2
2016-07-10persistent keepalive: use authenticated keepalivesJason A. Donenfeld1-5/+5
2016-07-08examples: update ncat-client-server readmeJason A. Donenfeld1-5/+5
2016-07-08persistent keepalive: enable in an exampleJason A. Donenfeld1-1/+1