From 7e741ca38834c6a6b87c5216d10a95e49901c7e4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 13 Aug 2015 12:39:42 +0200 Subject: [PATCH] Update source directory structure --- dev/intro.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev/intro.rst b/dev/intro.rst index 71e93601e..72a865833 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -87,7 +87,7 @@ etc/ gui/ The web GUI source. Gets compiled into the ``syncthing`` binary by way of ``genassets`` and the build process. -internal/ +lib/ Contains all packages that make up the parts of ``syncthing``. auto/ @@ -120,6 +120,9 @@ internal/ osutil/ Abstracts away certain OS specific quirks. + rc/ + Remote controls a Syncthing process over the REST API. + scanner/ Looks for changes to files and hashes them as appropriate. @@ -150,6 +153,9 @@ pkg/ protocol/ Legacy location of the protocol package. +script/ + Various utility scripts for auto generating stuff and so on. + test/ The integration test suite.