summaryrefslogtreecommitdiff
path: root/device/device.go
AgeCommit message (Expand)Author
2021-03-06device: get rid of peers.empty boolean in timersActiveJason A. Donenfeld
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-02-10device: return error from Up() and Down()Jason A. Donenfeld
2021-02-09device: handshake routine writes into encryption queueJason A. Donenfeld
2021-02-09device: make RoutineReadFromTUN keep encryption queue aliveJosh Bleecher Snyder
2021-02-09device: clarify device.state.state docs (again)Josh Bleecher Snyder
2021-02-09device: rename unsafeRemovePeer to removePeerLockedJason A. Donenfeld
2021-02-09device: remove deviceStateNewJason A. Donenfeld
2021-02-09device: fix comment typo and shorten state.mu.Lock to state.LockJason A. Donenfeld
2021-02-09device: fix typo in commentJason A. Donenfeld
2021-02-09device: fix alignment on 32-bit machines and test for itJason A. Donenfeld
2021-02-09device: do not log on idempotent device state changeJason A. Donenfeld
2021-02-08device: create channels.goJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineHandshakeJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineDecryptionJosh Bleecher Snyder
2021-02-03device: tie encryption queue lifetime to the peers that write to itJosh Bleecher Snyder
2021-02-02device: use a waiting sync.Pool instead of a channelJason A. Donenfeld
2021-01-29device: use int64 instead of atomic.Value for time stampJason A. Donenfeld
2021-01-29device: use new model queues for handshakesJason A. Donenfeld
2021-01-29device: simplify peer queue lockingJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-28device: do not allow get to run while set runsJason A. Donenfeld
2021-01-27device: avoid deadlock when changing private key and removing self peersJason A. Donenfeld
2021-01-27device: use linked list for per-peer allowed-ip traversalJason A. Donenfeld
2021-01-26device: combine debug and info log levels into 'verbose'Jason A. Donenfeld
2021-01-26device: change logging interface to use functionsJosh Bleecher Snyder
2021-01-25device: serialize access to IpcSetOperationJosh Bleecher Snyder
2021-01-20device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-20device: put handshake buffer in pool in FlushPacketQueuesJosh Bleecher Snyder
2021-01-20device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder
2021-01-07device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld
2021-01-07all: use ++ to incrementJosh Bleecher Snyder
2021-01-07device: add missing colon to error lineJason A. Donenfeld
2021-01-07device: fix data race in peer.timersActiveJosh Bleecher Snyder
2021-01-07device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2020-07-04device: wait for routines to stop before removing peersDmytro Shynkevych
2020-06-22device: export Bind and remove socketfd shims for androidDavid Crawshaw
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-03-17noise: unify zero checking of ecdhJason A. Donenfeld
2020-02-04device: fix private key removal logicJason A. Donenfeld
2019-08-05device: drop lock before expiring keysJason A. Donenfeld
2019-07-11device: immediately rekey all peers after changing device private keyJason A. Donenfeld
2019-06-14tun: remove TUN prefix from types to reduce stutter elsewhereMatt Layher
2019-05-30device: add SendKeepalivesToPeersWithCurrentKeypair for handoverJason A. Donenfeld
2019-05-17device: fail to give bind if it doesn't existJason A. Donenfeld