]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2018-05-15  Jason A. DonenfeldDo not send keepalive if closed
2018-05-15  Jason A. DonenfeldFix refactoring mistakes
2018-05-15  Jason A. DonenfeldImprove makefile
2018-05-14  Jason A. DonenfeldUse /dev/null as place holder
2018-05-14  Jason A. DonenfeldPrint utun name on darwin
2018-05-14  Jason A. DonenfeldMask IPs when showing from trie
2018-05-14  Jason A. DonenfeldUgly hack to suppress warning on backgrounded process
2018-05-14  Jason A. DonenfeldBetter common bits function
2018-05-14  Jason A. DonenfeldFix noise test
2018-05-14  Jason A. DonenfeldCancelable netlink writes and better response correlation
2018-05-14  Jason A. DonenfeldNetlink sockets can't be shutdown
2018-05-14  Jason A. DonenfeldCleanup socket file
2018-05-14  Jason A. DonenfeldClean more
2018-05-14  Jason A. DonenfeldNo more finalizer for rwcancel
2018-05-14  Jason A. DonenfeldNo need for padding any more
2018-05-14  Jason A. DonenfeldShorthand for empty channels
2018-05-14  Jason A. DonenfeldAllow go routine to shutdown in darwin tun
2018-05-14  Jason A. DonenfeldAdd rwcancelation to darwin
2018-05-14  Jason A. DonenfeldSmoother netlink shutdown
2018-05-14  Jason A. DonenfeldOptional logging even in background
2018-05-14  Jason A. DonenfeldFix dummy additions
2018-05-14  Jason A. DonenfeldLook up route for every peer
2018-05-14  Jason A. DonenfeldEnsure go routines can exit
2018-05-13  Jason A. DonenfeldSend event on erroring kqueue
2018-05-13  Jason A. DonenfeldIntroduce rwcancel
2018-05-13  Jason A. DonenfeldPrettier abbreviation
2018-05-13  Jason A. DonenfeldMore refactoring
2018-05-13  Jason A. DonenfeldMore odds and ends
2018-05-13  Jason A. DonenfeldFix up tests
2018-05-13  Jason A. DonenfeldOdds and ends
2018-05-13  Jason A. DonenfeldCleanup ratelimiter
2018-05-13  Jason A. DonenfeldRework index hashtable
2018-05-10  Jason A. DonenfeldRewrite timers and related state machines
2018-05-05  Mathias Hall... Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Mathias Hall... Removed remaining signals from peer
2018-05-05  Jason A. DonenfeldReorder stopping messages so that logs are coherent
2018-05-05  Jason A. DonenfeldMore robust solution to close deadlock
2018-05-05  Jason A. DonenfeldFix infinite loop in exit routine
2018-05-05  Mathias Hall... Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Mathias Hall... Use Int32n for jitter
2018-05-05  Jason A. DonenfeldMerge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Mathias Hall... Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Mathias Hall... Removed old signals
2018-05-05  Jason A. Donenfeldtun: simplify and combine creation logic on Linux
2018-05-05  Jason A. DonenfeldStyle
2018-05-05  Mathias Hall... Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Jason A. Donenfeldtun: account for null termination on Linux
2018-05-05  Mathias Hall... Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
2018-05-05  Mathias Hall... Initial version of migration to new event model
2018-05-04  Jason A. Donenfelduapi: use kqueue for sock deletion on darwin
2018-05-04  Jason A. Donenfeldtun: print automatically assigned interface name to...
2018-05-04  Jason A. Donenfeldtun: allow darwin to auto assign names
2018-05-04  Jason A. Donenfeldwarning: put into main
2018-05-03  Jason A. Donenfeldglobal: Add SPDX tags and copyright header
2018-05-03  Jason A. DonenfeldDaemonize with environment variable
2018-05-03  Jason A. DonenfeldStart to dust off Darwin
2018-05-01  Jason A. DonenfeldAdd missing locks and fix debug output, and try to...
2018-04-27  Jason A. DonenfeldClear src cache if route changes to new ifindex
2018-04-27  Jason A. DonenfeldFix error handling and cleanup of netlink listener
2018-04-20  Jason A. DonenfeldFix wrong debug messages
2018-04-20  Jason A. DonenfeldRework sticky sockets
2018-04-20  Jason A. DonenfeldCheck for correct first nibble
2018-04-20  Jason A. DonenfeldSignal using select and a pipe for bringing down TUN...
2018-04-19  Jason A. DonenfeldWe can determine the interface name ourselves
2018-04-19  Jason A. DonenfeldDo not hard code MTU default
2018-04-18  Mathias Hall... Fixed read from closed channel
2018-04-18  Jason A. DonenfeldAllow determining name
2018-04-18  Jason A. DonenfeldUse socketcall on x86
2018-04-18  Jason A. DonenfeldUse simple 16-bit integer for persistent keepalive
2018-04-18  Jason A. DonenfeldAlign 64-bit atomics
2018-03-08  Mathias Hall... Begin work on full device<->device unit-test
2018-02-28  Jason A. DonenfeldSupport nopi mode
2018-02-18  Jason A. DonenfeldClose tun fd when bringing down tunnel
2018-02-18  Jason A. DonenfeldFix timer typo
2018-02-18  Mathias Hall... Seperated fwmark update code into function
2018-02-13  Jason A. DonenfeldMPLv2 for App Store
2018-02-13  Dominik SüßReimplemented bind_rtmgrp in pure Go
2018-02-12  Jason A. DonenfeldUse relative imports
2018-02-12  Mathias Hall... Revert "Don't use modules"
2018-02-12  Jason A. DonenfeldDon't use modules
2018-02-11  Mathias Hall... Moved test-processes to background
2018-02-11  Mathias Hall... TUN status hack was causing spam during shutdown
2018-02-11  Mathias Hall... Added missing mutex acquisition
2018-02-11  Mathias Hall... Removed exported methods from ratelimiter package
2018-02-11  Mathias Hall... Moved ratelimiter to internal package
2018-02-11  Mathias Hall... Moved tai64n into sub-package
2018-02-11  Mathias Hall... Fixed tabs
2018-02-11  Mathias Hall... Reverted event changes
2018-02-09  Mathias Hall... Started migration to sub-packages
2018-02-07  Jason A. DonenfeldGo treats underscores specially
2018-02-04  Mathias Hall... Work on logging format
2018-02-04  Mathias Hall... Merge branch 'master' into timer-teardown
2018-02-04  Mathias Hall... Removed debugging locks
2018-02-04  Mathias Hall... Align with go library layout
2018-02-02  Mathias Hall... Fixed tests
2018-02-02  Mathias Hall... Clear cryptographic state when interface down
2018-02-02  Mathias Hall... Rework of entire locking system
2018-02-01  Mathias Hall... Merge branch 'timer-teardown' of git.zx2c4.com:wireguar...
2018-01-31  Mathias Hall... Added binary to .gitignore
2018-01-26  Mathias Hall... Added initial version of peer teardown
next