]> git.ipfire.org Git - thirdparty/wireguard-go.git/shortlog
thirdparty/wireguard-go.git
2018-05-20  Jason A. DonenfeldFix race in stats
2018-05-20  Jason A. DonenfeldFix race in packetInNonceQueueIsAwaitingKey
2018-05-20  Jason A. DonenfeldDiscourage building for Linux
2018-05-19  Jason A. DonenfeldRevert "Temporary work around. Please revert me" 0.0.20180519
2018-05-19  Jason A. Donenfeldtimers: no need to clear keepalive in persistent keepalive
2018-05-19  Jason A. Donenfeldtimers: clear send_keepalive timer on sending handshake...
2018-05-19  Mathias Hall... Listen for flush in outer select
2018-05-19  Mathias Hall... Add copyright headers
2018-05-18  Jason A. DonenfeldAvoid using v6-mapped-v4
2018-05-18  Jason A. DonenfeldStyle
2018-05-17  Jason A. DonenfeldFill out readme
2018-05-16  Jason A. DonenfeldFiner-grained start-stop synchronization
2018-05-15  Jason A. DonenfeldFix dir permissions 0.0.20180514
2018-05-15  Jason A. DonenfeldTemporary work around. Please revert me
2018-05-15  Jason A. DonenfeldLock timers on modification
2018-05-15  Jason A. DonenfeldAvoid vendoring tooling as much as possible
2018-05-15  Jason A. DonenfeldAdd vendoring for Homebrew
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
next