syncthing/lib/discover
Jakob Borg 370b0fc5da More fine grained locking in discovery cache (fixes #2667)
We only need to protect the integrity of the "finders" and "caches"
slices, and for that we only need an RLock except while actually
appending to them. The actual finders and caches are concurrency safe on
their own.
2016-01-09 00:56:03 +01:00
..
cache.go More fine grained locking in discovery cache (fixes #2667) 2016-01-09 00:56:03 +01:00
cache_test.go More fine grained locking in discovery cache (fixes #2667) 2016-01-09 00:56:03 +01:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
discover.go Accept Retry-After header on discovery lookup failures 2015-12-01 11:10:03 +01:00
doc.go Fix typos. 2015-11-11 21:20:34 -05:00
global.go Lol shadowing :( 2015-12-01 11:20:16 +01:00
global_test.go Global discovery should time out (fixes #2389) 2015-10-21 14:24:55 +02:00
local.go More local discovery URL debugging (ref #2444) 2015-11-10 10:16:55 +01:00
localpackets.go Encapsulate local discovery address in struct 2015-09-22 23:28:00 +02:00
localpackets_xdr.go Encapsulate local discovery address in struct 2015-09-22 23:28:00 +02:00