summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-12version: bump snapshot0.0.20210212Jason A. Donenfeld
2021-02-12device: remove old version fileJason A. Donenfeld
2021-02-11gitignore: remove old hacksJason A. Donenfeld
2021-02-10device: use container/list instead of open coding itJason A. Donenfeld
2021-02-10device: retry Up() in up/down testJason A. Donenfeld
2021-02-10conn: close old fd before trying againJason A. Donenfeld
2021-02-10device: flush peer queues before starting deviceJason A. Donenfeld
2021-02-10device: create peer queues at peer creation timeJason A. Donenfeld
2021-02-10device: return error from Up() and Down()Jason A. Donenfeld
2021-02-09rwcancel: add an explicit close callJason A. Donenfeld
2021-02-09rwcancel: use errors.Is for unwrappingJason A. Donenfeld
2021-02-09tun: use errors.Is for unwrappingJason A. Donenfeld
2021-02-09conn: use errors.Is for unwrappingJason 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-09conn: try harder to have v4 and v6 ports agreeJason A. Donenfeld
2021-02-09device: only allocate peer queues onceJosh Bleecher Snyder
2021-02-09device: clarify device.state.state docs (again)Josh Bleecher Snyder
2021-02-09device: run fewer iterations in TestUpDownJosh Bleecher Snyder
2021-02-09device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder
2021-02-09device: remove nil elem check in finalizersJosh 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-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-09device: lock elem in autodraining queue before freeingJason A. Donenfeld
2021-02-09device: remove listen port race in testsJason A. Donenfeld
2021-02-09device: generate test keys on the flyJason A. Donenfeld
2021-02-08device: remove mutex from Peer send/receiveJosh Bleecher Snyder
2021-02-08device: create channels.goJosh Bleecher Snyder
2021-02-08device: print direction when ping transit failsJosh Bleecher Snyder
2021-02-08device: separate timersInit from timersStartJosh Bleecher Snyder
2021-02-08device: don't track device interface state in RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: improve MTU change handlingJosh 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 unnecessary zeroing in peer.SendKeepaliveJosh 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-04main: add back version fileJason A. Donenfeld
2021-02-03tai64n: add string representation for error messagesJason A. Donenfeld
2021-02-03device: take peer handshake when reinitializing last sent handshakeJason A. Donenfeld
2021-02-03device: fix goroutine leak testJosh Bleecher Snyder
2021-02-03device: add up/down stress testJason A. Donenfeld
2021-02-03device: pass cfg strings around in tests instead of readerJason A. Donenfeld
2021-02-03device: benchmark the waitpool to compare it to the prior channelsJason A. Donenfeld
2021-02-03device: test that we do not leak goroutinesJosh Bleecher Snyder