aboutsummaryrefslogtreecommitdiffstats
path: root/device/receive.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: change logging interface to use functionsJosh Bleecher Snyder2021-01-261-56/+28
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-201-1/+1
* device: remove QueueInboundElement.droppedJosh Bleecher Snyder2021-01-201-30/+5
* device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder2021-01-201-20/+3
* device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder2021-01-201-48/+25
* device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld2021-01-081-6/+16
* device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld2021-01-071-1/+14
* device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder2021-01-071-0/+2
* device: fix error shadowing before log printBrad Fitzpatrick2021-01-071-4/+4
* device: always name *Queue*Element variables elemJosh Bleecher Snyder2021-01-071-8/+8
* device: simplify copying counter to nonceJosh Bleecher Snyder2021-01-071-12/+2
* device: remove starting waitgroupsJosh Bleecher Snyder2021-01-071-5/+0
* device: clear pointers when returning elems to poolsJosh Bleecher Snyder2020-12-081-0/+11
* device: add write queue mutex for peerHaichao Liu2020-11-181-0/+2
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-4/+5
* device: receive: uniform message for source address checkJason A. Donenfeld2019-07-011-1/+1
* device: receive: simplify flush loopJason A. Donenfeld2019-07-011-35/+12
* device: update transfer counters correctlyJason A. Donenfeld2019-06-111-1/+3
* device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher2019-06-031-1/+1
* global: regroup all importsJason A. Donenfeld2019-05-141-3/+4
* receive: implement flush semanticsJason A. Donenfeld2019-03-211-89/+115
* receive: squelch tear down errorJason A. Donenfeld2019-03-071-1/+1
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+641