syncthing/lib
Jakob Borg 596a49c112 Invert initialization dependence on relay/conns
This makes it so we can initialize the relay management and then give
that to the connection management, instead of the other way around.

This is important to me in the discovery revamp I'm doing, as otherwise
I get a circular dependency when constructing stuff, with relaying
depending on connection, connection depending on discovery, and
discovery depending on relaying.

With this fixed, discovery will depend on relaying, and connection will
depend on both discovery and relaying.
2015-09-14 10:21:55 +02:00
..
auto Always show columns headers (accessibility) 2015-09-10 15:05:08 +02:00
beacon Bind to IPv6 multicast group instead of :: 2015-08-27 17:51:15 +02:00
config Add custom networks that are considered local (internal routing, VPN etc) 2015-09-11 15:10:41 +02:00
db lib/db need not depend on lib/config 2015-09-04 12:01:00 +02:00
discover Add external address tracker object 2015-09-13 07:56:13 +02:00
events Add external address tracker object 2015-09-13 07:56:13 +02:00
fnmatch Use raw strings to describe regexes, avoids double escaping 2015-09-02 22:19:45 +02:00
ignore Correctly handle (?i) in ignores (fixes #1953) 2015-09-02 21:12:41 +02:00
model Don't require free disk space when we might only update metadata 2015-09-12 23:00:43 +02:00
osutil Pick a single relay (fixes #2182) 2015-09-02 18:05:34 +01:00
rc mv internal lib 2015-08-09 09:35:26 +02:00
relay Invert initialization dependence on relay/conns 2015-09-14 10:21:55 +02:00
scanner lib/symlinks need not depend on protocol 2015-09-11 12:55:25 +02:00
signature stsigtool should use the built in key by default 2015-08-24 16:24:00 +02:00
stats lib/stats need not depend on protocol 2015-09-04 13:23:18 +02:00
symlinks lib/symlinks need not depend on protocol 2015-09-11 12:55:25 +02:00
sync mv internal lib 2015-08-09 09:35:26 +02:00
tlsutil Generate certs with SHA256 signature instead of SHA1 2015-09-09 12:55:17 +02:00
upgrade Fix -no-upgrade 2015-09-13 18:04:58 +02:00
upnp Minor typo in UPnP service description list 2015-08-09 14:14:13 +02:00
versioner Merge pull request #2171 from Zillode/staggered-test 2015-08-19 20:11:19 +01:00