diff options
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/api/feature_api.md (renamed from src/feature/api/feature_api.dox) | 2 | ||||
-rw-r--r-- | src/feature/client/feature_client.md (renamed from src/feature/client/feature_client.dox) | 2 | ||||
-rw-r--r-- | src/feature/control/feature_control.md (renamed from src/feature/control/feature_control.dox) | 2 | ||||
-rw-r--r-- | src/feature/dirauth/feature_dirauth.md (renamed from src/feature/dirauth/feature_dirauth.dox) | 2 | ||||
-rw-r--r-- | src/feature/dircache/feature_dircache.md (renamed from src/feature/dircache/feature_dircache.dox) | 2 | ||||
-rw-r--r-- | src/feature/dirclient/feature_dirclient.md (renamed from src/feature/dirclient/feature_dirclient.dox) | 2 | ||||
-rw-r--r-- | src/feature/dircommon/consdiff.c | 2 | ||||
-rw-r--r-- | src/feature/dircommon/feature_dircommon.md (renamed from src/feature/dircommon/feature_dircommon.dox) | 2 | ||||
-rw-r--r-- | src/feature/dirparse/feature_dirparse.md (renamed from src/feature/dirparse/feature_dirparse.dox) | 2 | ||||
-rw-r--r-- | src/feature/feature.md (renamed from src/feature/feature.dox) | 2 | ||||
-rw-r--r-- | src/feature/hibernate/feature_hibernate.md (renamed from src/feature/hibernate/feature_hibernate.dox) | 2 | ||||
-rw-r--r-- | src/feature/hs/feature_hs.md (renamed from src/feature/hs/feature_hs.dox) | 2 | ||||
-rw-r--r-- | src/feature/hs_common/feature_hs_common.md (renamed from src/feature/hs_common/feature_hs_common.dox) | 2 | ||||
-rw-r--r-- | src/feature/keymgt/feature_keymgt.md (renamed from src/feature/keymgt/feature_keymgt.dox) | 2 | ||||
-rw-r--r-- | src/feature/nodelist/feature_nodelist.md (renamed from src/feature/nodelist/feature_nodelist.dox) | 2 | ||||
-rw-r--r-- | src/feature/relay/feature_relay.md (renamed from src/feature/relay/feature_relay.dox) | 2 | ||||
-rw-r--r-- | src/feature/rend/feature_rend.md (renamed from src/feature/rend/feature_rend.dox) | 2 | ||||
-rw-r--r-- | src/feature/stats/feature_stats.md (renamed from src/feature/stats/feature_stats.dox) | 2 |
18 files changed, 1 insertions, 35 deletions
diff --git a/src/feature/api/feature_api.dox b/src/feature/api/feature_api.md index 06112120c3..3065c000aa 100644 --- a/src/feature/api/feature_api.dox +++ b/src/feature/api/feature_api.md @@ -1,4 +1,2 @@ -/** @dir /feature/api @brief feature/api: In-process interface to starting/stopping Tor. -**/ diff --git a/src/feature/client/feature_client.dox b/src/feature/client/feature_client.md index a8263b494c..dd4bf78ec8 100644 --- a/src/feature/client/feature_client.dox +++ b/src/feature/client/feature_client.md @@ -1,7 +1,5 @@ -/** @dir /feature/client @brief feature/client: Client-specific code (There is also a bunch of client-specific code in other modules.) -**/ diff --git a/src/feature/control/feature_control.dox b/src/feature/control/feature_control.md index a0bf9413a1..9f1681ea91 100644 --- a/src/feature/control/feature_control.dox +++ b/src/feature/control/feature_control.md @@ -1,4 +1,3 @@ -/** @dir /feature/control @brief feature/control: Controller API. @@ -7,4 +6,3 @@ thread, if you're running Tor in-process) can use to configure and control Tor while it is running. The current protocol is documented in [control-spec.txt](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt). -**/ diff --git a/src/feature/dirauth/feature_dirauth.dox b/src/feature/dirauth/feature_dirauth.md index 9ee2d04589..b152b94894 100644 --- a/src/feature/dirauth/feature_dirauth.dox +++ b/src/feature/dirauth/feature_dirauth.md @@ -1,4 +1,3 @@ -/** @dir /feature/dirauth @brief feature/dirauth: Directory authority implementation. @@ -8,4 +7,3 @@ The directory protocol is specified in [dir-spec.txt](https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt). -**/ diff --git a/src/feature/dircache/feature_dircache.dox b/src/feature/dircache/feature_dircache.md index ef8a51aa9e..97734f2a34 100644 --- a/src/feature/dircache/feature_dircache.dox +++ b/src/feature/dircache/feature_dircache.md @@ -1,8 +1,6 @@ -/** @dir /feature/dircache @brief feature/dircache: Run as a directory cache server This module handles the directory caching functionality that all relays may provide, for serving cached directory objects to objects. -**/ diff --git a/src/feature/dirclient/feature_dirclient.dox b/src/feature/dirclient/feature_dirclient.md index 0cbae69111..5c7ee964d3 100644 --- a/src/feature/dirclient/feature_dirclient.dox +++ b/src/feature/dirclient/feature_dirclient.md @@ -1,4 +1,3 @@ -/** @dir /feature/dirclient @brief feature/dirclient: Directory client implementation. @@ -6,4 +5,3 @@ The code here is used by all Tor instances that need to download directory information. Currently, that is all of them, since even authorities need to launch downloads to learn about relays that other authorities have listed. -**/ diff --git a/src/feature/dircommon/consdiff.c b/src/feature/dircommon/consdiff.c index fbfa9e0c0a..dd8e986b51 100644 --- a/src/feature/dircommon/consdiff.c +++ b/src/feature/dircommon/consdiff.c @@ -1050,7 +1050,7 @@ consdiff_gen_diff(const smartlist_t *cons1, if (smartlist_len(cons2) == smartlist_len(ed_cons2)) { SMARTLIST_FOREACH_BEGIN(cons2, const cdline_t *, line1) { const cdline_t *line2 = smartlist_get(ed_cons2, line1_sl_idx); - if (! lines_eq(line1, line2) ) { + if (!lines_eq(line1, line2)) { cons2_eq = 0; break; } diff --git a/src/feature/dircommon/feature_dircommon.dox b/src/feature/dircommon/feature_dircommon.md index 2d9866da01..359049ecd8 100644 --- a/src/feature/dircommon/feature_dircommon.dox +++ b/src/feature/dircommon/feature_dircommon.md @@ -1,4 +1,3 @@ -/** @dir /feature/dircommon @brief feature/dircommon: Directory client and server shared code @@ -6,4 +5,3 @@ This module has the code that directory clients (anybody who download information about relays) and directory servers (anybody who serves such information) share in common. -**/ diff --git a/src/feature/dirparse/feature_dirparse.dox b/src/feature/dirparse/feature_dirparse.md index 4f2136b02b..e4b34668ba 100644 --- a/src/feature/dirparse/feature_dirparse.dox +++ b/src/feature/dirparse/feature_dirparse.md @@ -1,4 +1,3 @@ -/** @dir /feature/dirparse @brief feature/dirparse: Parsing Tor directory objects @@ -7,4 +6,3 @@ We define a number of "directory objects" in all of them using a common line-oriented meta-format. This module is used by other parts of Tor to parse them. -**/ diff --git a/src/feature/feature.dox b/src/feature/feature.md index 03759f9a17..acc3487e55 100644 --- a/src/feature/feature.dox +++ b/src/feature/feature.md @@ -1,4 +1,3 @@ -/** @dir /feature @brief feature: domain-specific modules @@ -6,4 +5,3 @@ The "feature" directory has modules that Tor uses only for a particular role or service, such as maintaining/using an onion service, operating as a relay or a client, or being a directory authority. -**/ diff --git a/src/feature/hibernate/feature_hibernate.dox b/src/feature/hibernate/feature_hibernate.md index eebb2d51a2..0eb5ffea0d 100644 --- a/src/feature/hibernate/feature_hibernate.dox +++ b/src/feature/hibernate/feature_hibernate.md @@ -1,4 +1,3 @@ -/** @dir /feature/hibernate @brief feature/hibernate: Bandwidth accounting and hibernation (!) @@ -13,4 +12,3 @@ The two features are related only in the sense that "soft hibernation" (being almost out of ) is very close to the "shutting down" state. But it would be better in the long run to make the two completely separate. -**/ diff --git a/src/feature/hs/feature_hs.dox b/src/feature/hs/feature_hs.md index 32f44d57fb..299d07e014 100644 --- a/src/feature/hs/feature_hs.dox +++ b/src/feature/hs/feature_hs.md @@ -1,4 +1,3 @@ -/** @dir /feature/hs @brief feature/hs: v3 (current) onion service protocol @@ -7,4 +6,3 @@ as specified in [rend-spec-v3.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt). -**/ diff --git a/src/feature/hs_common/feature_hs_common.dox b/src/feature/hs_common/feature_hs_common.md index 85d7585872..3a5e351a0a 100644 --- a/src/feature/hs_common/feature_hs_common.dox +++ b/src/feature/hs_common/feature_hs_common.md @@ -1,5 +1,3 @@ -/** @dir /feature/hs_common @brief feature/hs_common: Common to v2 (old) and v3 (current) onion services -**/ diff --git a/src/feature/keymgt/feature_keymgt.dox b/src/feature/keymgt/feature_keymgt.md index acc840eb2e..1eac7cca50 100644 --- a/src/feature/keymgt/feature_keymgt.dox +++ b/src/feature/keymgt/feature_keymgt.md @@ -1,5 +1,3 @@ -/** @dir /feature/keymgt @brief feature/keymgt: Store keys for relays, authorities, etc. -**/ diff --git a/src/feature/nodelist/feature_nodelist.dox b/src/feature/nodelist/feature_nodelist.md index 0b25dd246d..9d715308c2 100644 --- a/src/feature/nodelist/feature_nodelist.dox +++ b/src/feature/nodelist/feature_nodelist.md @@ -1,4 +1,2 @@ -/** @dir /feature/nodelist @brief feature/nodelist: Download and manage a list of relays -**/ diff --git a/src/feature/relay/feature_relay.dox b/src/feature/relay/feature_relay.md index 6867818257..a7f0c2153a 100644 --- a/src/feature/relay/feature_relay.dox +++ b/src/feature/relay/feature_relay.md @@ -1,6 +1,4 @@ -/** @dir /feature/relay @brief feature/relay: Relay-specific code (There is also a bunch of relay-specific code in other modules.) -**/ diff --git a/src/feature/rend/feature_rend.dox b/src/feature/rend/feature_rend.md index ed0784521c..bfd8ae3dbc 100644 --- a/src/feature/rend/feature_rend.dox +++ b/src/feature/rend/feature_rend.md @@ -1,4 +1,3 @@ -/** @dir /feature/rend @brief feature/rend: version 2 (old) hidden services @@ -6,4 +5,3 @@ This directory implements the v2 onion service protocol, as specified in [rend-spec-v2.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v2.txt). -**/ diff --git a/src/feature/stats/feature_stats.dox b/src/feature/stats/feature_stats.md index 0ced00ce58..d205fe5571 100644 --- a/src/feature/stats/feature_stats.dox +++ b/src/feature/stats/feature_stats.md @@ -1,4 +1,3 @@ -/** @dir /feature/stats @brief feature/stats: Relay statistics. Also, port prediction. @@ -9,4 +8,3 @@ Additionally, it contains predict_ports.c, which remembers which ports we've visited recently as a client, so we can make sure we have open circuits that support them. -**/ |