aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-27 14:53:26 +0000
committerng0 <ng0@infotropique.org>2017-10-27 14:53:26 +0000
commite9e53c9a73b2fc33f921cc158cb0ce08eeba74f8 (patch)
treebe565b98b8a298cdd0dd9dd8a73cd0899d02875e /doc
parent6da994550c2c7c17dcc45a51e153f21a8a505d36 (diff)
downloadgnunet-e9e53c9a73b2fc33f921cc158cb0ce08eeba74f8.tar.gz
gnunet-e9e53c9a73b2fc33f921cc158cb0ce08eeba74f8.zip
doc/documentation/chapters/developer.texi: Remove occurences of "GNUnet's …" in the section titles.
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/developer.texi150
1 files changed, 72 insertions, 78 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 87752a968..70f301f49 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -48,32 +48,32 @@ new chapters, sections or insightful comments.
48* Writing testcases:: 48* Writing testcases::
49* GNUnet's TESTING library:: 49* GNUnet's TESTING library::
50* Performance regression analysis with Gauger:: 50* Performance regression analysis with Gauger::
51* GNUnet's TESTBED Subsystem:: 51* TESTBED Subsystem::
52* libgnunetutil:: 52* libgnunetutil::
53* The Automatic Restart Manager (ARM):: 53* Automatic Restart Manager (ARM)::
54* GNUnet's TRANSPORT Subsystem:: 54* TRANSPORT Subsystem::
55* NAT library:: 55* NAT library::
56* Distance-Vector plugin:: 56* Distance-Vector plugin::
57* SMTP plugin:: 57* SMTP plugin::
58* Bluetooth plugin:: 58* Bluetooth plugin::
59* WLAN plugin:: 59* WLAN plugin::
60* The ATS Subsystem:: 60* ATS Subsystem::
61* GNUnet's CORE Subsystem:: 61* CORE Subsystem::
62* GNUnet's CADET subsystem:: 62* CADET subsystem::
63* GNUnet's NSE subsystem:: 63* NSE subsystem::
64* GNUnet's HOSTLIST subsystem:: 64* HOSTLIST subsystem::
65* GNUnet's IDENTITY subsystem:: 65* IDENTITY subsystem::
66* GNUnet's NAMESTORE Subsystem:: 66* NAMESTORE Subsystem::
67* GNUnet's PEERINFO subsystem:: 67* PEERINFO subsystem::
68* GNUnet's PEERSTORE subsystem:: 68* PEERSTORE subsystem::
69* GNUnet's SET Subsystem:: 69* SET Subsystem::
70* GNUnet's STATISTICS subsystem:: 70* STATISTICS subsystem::
71* GNUnet's Distributed Hash Table (DHT):: 71* Distributed Hash Table (DHT)::
72* The GNU Name System (GNS):: 72* GNU Name System (GNS)::
73* The GNS Namecache:: 73* GNS Namecache::
74* The REVOCATION Subsystem:: 74* REVOCATION Subsystem::
75* GNUnet's File-sharing (FS) Subsystem:: 75* File-sharing (FS) Subsystem::
76* GNUnet's REGEX Subsystem:: 76* REGEX Subsystem::
77@end menu 77@end menu
78 78
79@node Developer Introduction 79@node Developer Introduction
@@ -1071,8 +1071,8 @@ testcases. Thus the canonical command @code{make check install} has to be
1071changed to @code{make install check} for GNUnet. 1071changed to @code{make install check} for GNUnet.
1072 1072
1073@cindex TESTING library 1073@cindex TESTING library
1074@node GNUnet's TESTING library 1074@node TESTING library
1075@section GNUnet's TESTING library 1075@section TESTING library
1076 1076
1077The TESTING library is used for writing testcases which involve starting a 1077The TESTING library is used for writing testcases which involve starting a
1078single or multiple peers. While peers can also be started by testcases 1078single or multiple peers. While peers can also be started by testcases
@@ -1324,8 +1324,8 @@ If you wish to use Gauger for your own project, you can grab a copy of the
1324latest stable release or check out Gauger's Subversion repository. 1324latest stable release or check out Gauger's Subversion repository.
1325 1325
1326@cindex TESTBED Subsystem 1326@cindex TESTBED Subsystem
1327@node GNUnet's TESTBED Subsystem 1327@node TESTBED Subsystem
1328@section GNUnet's TESTBED Subsystem 1328@section TESTBED Subsystem
1329 1329
1330The TESTBED subsystem facilitates testing and measuring of multi-peer 1330The TESTBED subsystem facilitates testing and measuring of multi-peer
1331deployments on a single host or over multiple hosts. 1331deployments on a single host or over multiple hosts.
@@ -3140,8 +3140,8 @@ to drop by 20-30% due to this change.
3140 3140
3141 3141
3142@cindex CONTAINER_MDLL API 3142@cindex CONTAINER_MDLL API
3143@node The CONTAINER_MDLL API 3143@node CONTAINER_MDLL API
3144@subsection The CONTAINER_MDLL API 3144@subsection CONTAINER_MDLL API
3145@c %**end of header 3145@c %**end of header
3146 3146
3147This text documents the GNUNET_CONTAINER_MDLL API. The 3147This text documents the GNUNET_CONTAINER_MDLL API. The
@@ -3207,7 +3207,7 @@ Iterating over the list should be done by directly accessing the
3207@cindex Automatic Restart Manager 3207@cindex Automatic Restart Manager
3208@cindex ARM 3208@cindex ARM
3209@node The Automatic Restart Manager (ARM) 3209@node The Automatic Restart Manager (ARM)
3210@section The Automatic Restart Manager (ARM) 3210@section Automatic Restart Manager (ARM)
3211@c %**end of header 3211@c %**end of header
3212 3212
3213GNUnet's Automated Restart Manager (ARM) is the GNUnet service responsible 3213GNUnet's Automated Restart Manager (ARM) is the GNUnet service responsible
@@ -3408,8 +3408,8 @@ problematic service.
3408@end itemize 3408@end itemize
3409 3409
3410@cindex TRANSPORT Subsystem 3410@cindex TRANSPORT Subsystem
3411@node GNUnet's TRANSPORT Subsystem 3411@node TRANSPORT Subsystem
3412@section GNUnet's TRANSPORT Subsystem 3412@section TRANSPORT Subsystem
3413@c %**end of header 3413@c %**end of header
3414 3414
3415This chapter documents how the GNUnet transport subsystem works. The 3415This chapter documents how the GNUnet transport subsystem works. The
@@ -3935,7 +3935,7 @@ discovery.
3935@subsection What possible errors should I be aware of? 3935@subsection What possible errors should I be aware of?
3936@c %**end of header 3936@c %**end of header
3937 3937
3938@emph{This section is dedicated for Linux users} 3938@emph{This section is dedicated for GNU/Linux users}
3939 3939
3940Well there are many ways in which things could go wrong but I will try to 3940Well there are many ways in which things could go wrong but I will try to
3941present some tools that you could use to debug and some scenarios. 3941present some tools that you could use to debug and some scenarios.
@@ -4303,9 +4303,9 @@ This section documents how the wlan transport plugin works. Parts which
4303are not implemented yet or could be better implemented are described at 4303are not implemented yet or could be better implemented are described at
4304the end. 4304the end.
4305 4305
4306@cindex ats subsystem 4306@cindex ATS Subsystem
4307@node The ATS Subsystem 4307@node ATS Subsystem
4308@section The ATS Subsystem 4308@section ATS Subsystem
4309@c %**end of header 4309@c %**end of header
4310 4310
4311ATS stands for "automatic transport selection", and the function of ATS in 4311ATS stands for "automatic transport selection", and the function of ATS in
@@ -4326,10 +4326,9 @@ allocation strategies which differ significantly in their performance and
4326maturity, and it is still unclear if any particular plugin is generally 4326maturity, and it is still unclear if any particular plugin is generally
4327superior. 4327superior.
4328 4328
4329@cindex core subsystem 4329@cindex CORE Subsystem
4330@cindex CORE subsystem 4330@node CORE Subsystem
4331@node GNUnet's CORE Subsystem 4331@section CORE Subsystem
4332@section GNUnet's CORE Subsystem
4333@c %**end of header 4332@c %**end of header
4334 4333
4335The CORE subsystem in GNUnet is responsible for securing link-layer 4334The CORE subsystem in GNUnet is responsible for securing link-layer
@@ -4714,10 +4713,9 @@ receiving a type map by sending back a
4714(with the correct hash of the type map) is not received, the sender will 4713(with the correct hash of the type map) is not received, the sender will
4715retransmit the type map (with exponential back-off). 4714retransmit the type map (with exponential back-off).
4716 4715
4717@cindex cadet subsystem 4716@cindex CADET Subsystem
4718@cindex CADET 4717@node CADET subsystem
4719@node GNUnet's CADET subsystem 4718@section CADET subsystem
4720@section GNUnet's CADET subsystem
4721 4719
4722The CADET subsystem in GNUnet is responsible for secure end-to-end 4720The CADET subsystem in GNUnet is responsible for secure end-to-end
4723communications between nodes in the GNUnet overlay network. CADET builds 4721communications between nodes in the GNUnet overlay network. CADET builds
@@ -4842,10 +4840,9 @@ Finally, when an application no longer wants to use CADET, it should call
4842@code{GNUNET_CADET_disconnect}, but first all channels and pending 4840@code{GNUNET_CADET_disconnect}, but first all channels and pending
4843transmissions must be closed (otherwise CADET will complain). 4841transmissions must be closed (otherwise CADET will complain).
4844 4842
4845@cindex nse subsystem 4843@cindex NSE Subsystem
4846@cindex NSE 4844@node NSE subsystem
4847@node GNUnet's NSE subsystem 4845@section NSE subsystem
4848@section GNUnet's NSE subsystem
4849 4846
4850 4847
4851NSE stands for @dfn{Network Size Estimation}. The NSE subsystem provides 4848NSE stands for @dfn{Network Size Estimation}. The NSE subsystem provides
@@ -5185,9 +5182,8 @@ the neighbors there is a random delay added for each neighbor, to avoid
5185traffic spikes and minimize cross-messages. 5182traffic spikes and minimize cross-messages.
5186 5183
5187@cindex HOSTLIST subsystem 5184@cindex HOSTLIST subsystem
5188@cindex hostlist subsystem 5185@node HOSTLIST subsystem
5189@node GNUnet's HOSTLIST subsystem 5186@section HOSTLIST subsystem
5190@section GNUnet's HOSTLIST subsystem
5191 5187
5192@c %**end of header 5188@c %**end of header
5193 5189
@@ -5510,10 +5506,9 @@ installation handbook:@
5510Configuring the hostlist to bootstrap@ 5506Configuring the hostlist to bootstrap@
5511Configuring your peer to provide a hostlist 5507Configuring your peer to provide a hostlist
5512 5508
5513@cindex IDENTITY 5509@cindex IDENTITY Subsystem
5514@cindex identity subsystem 5510@node IDENTITY Subsystem
5515@node GNUnet's IDENTITY subsystem 5511@section IDENTITY Subsystem
5516@section GNUnet's IDENTITY subsystem
5517 5512
5518@c %**end of header 5513@c %**end of header
5519 5514
@@ -5709,10 +5704,9 @@ will respond to a GET_DEFAULT request with a SET_DEFAULT message
5709containing the respective information, or with a RESULT_CODE to 5704containing the respective information, or with a RESULT_CODE to
5710indicate an error. 5705indicate an error.
5711 5706
5712@cindex NAMESTORE 5707@cindex NAMESTORE Subsystem
5713@cindex namestore subsystem 5708@node NAMESTORE Subsystem
5714@node GNUnet's NAMESTORE Subsystem 5709@section NAMESTORE Subsystem
5715@section GNUnet's NAMESTORE Subsystem
5716 5710
5717The NAMESTORE subsystem provides persistent storage for local GNS zone 5711The NAMESTORE subsystem provides persistent storage for local GNS zone
5718information. All local GNS zone information are managed by NAMESTORE. It 5712information. All local GNS zone information are managed by NAMESTORE. It
@@ -5848,10 +5842,9 @@ To stop monitoring, the client calls
5848@code{GNUNET_NAMESTORE_zone_monitor_stop} and passes the handle obtained 5842@code{GNUNET_NAMESTORE_zone_monitor_stop} and passes the handle obtained
5849from the function to start the monitoring. 5843from the function to start the monitoring.
5850 5844
5851@cindex PEERINFO 5845@cindex PEERINFO Subsystem
5852@cindex peerinfo subsystem 5846@node PEERINFO subsystem
5853@node GNUnet's PEERINFO subsystem 5847@section PEERINFO subsystem
5854@section GNUnet's PEERINFO subsystem
5855 5848
5856@c %**end of header 5849@c %**end of header
5857 5850
@@ -6208,8 +6201,8 @@ the PEERSTORE service, otherwise, the pending STORE requests will be
6208destroyed as well. 6201destroyed as well.
6209 6202
6210@cindex SET Subsystem 6203@cindex SET Subsystem
6211@node GNUnet's SET Subsystem 6204@node SET Subsystem
6212@section GNUnet's SET Subsystem 6205@section SET Subsystem
6213 6206
6214@c %**end of header 6207@c %**end of header
6215 6208
@@ -6584,8 +6577,8 @@ into buckets, such that future iterations have a fresh chance of
6584succeeding if they failed due to collisions before. 6577succeeding if they failed due to collisions before.
6585 6578
6586@cindex STATISTICS subsystem 6579@cindex STATISTICS subsystem
6587@node GNUnet's STATISTICS subsystem 6580@node STATISTICS subsystem
6588@section GNUnet's STATISTICS subsystem 6581@section STATISTICS subsystem
6589 6582
6590@c %**end of header 6583@c %**end of header
6591 6584
@@ -6802,8 +6795,8 @@ parameter's value is changed.
6802 6795
6803@cindex DHT 6796@cindex DHT
6804@cindex Distributed Hash Table 6797@cindex Distributed Hash Table
6805@node GNUnet's Distributed Hash Table (DHT) 6798@node Distributed Hash Table (DHT)
6806@section GNUnet's Distributed Hash Table (DHT) 6799@section Distributed Hash Table (DHT)
6807 6800
6808@c %**end of header 6801@c %**end of header
6809 6802
@@ -7255,8 +7248,10 @@ forwarded more than once.
7255The DHT service may also cache forwarded results locally if the 7248The DHT service may also cache forwarded results locally if the
7256"CACHE_RESULTS" option is set to "YES" in the configuration. 7249"CACHE_RESULTS" option is set to "YES" in the configuration.
7257 7250
7258@node The GNU Name System (GNS) 7251@cindex GNS
7259@section The GNU Name System (GNS) 7252@cindex GNU Name System
7253@node GNU Name System (GNS)
7254@section GNU Name System (GNS)
7260 7255
7261@c %**end of header 7256@c %**end of header
7262 7257
@@ -7634,8 +7629,9 @@ applications that use alternative means of resolving names (such as
7634sending queries to a DNS server directly by themselves). 7629sending queries to a DNS server directly by themselves).
7635This includes some of well known utilities, like "ping" and "nslookup". 7630This includes some of well known utilities, like "ping" and "nslookup".
7636 7631
7637@node The GNS Namecache 7632@cindex GNS Namecache
7638@section The GNS Namecache 7633@node GNS Namecache
7634@section GNS Namecache
7639 7635
7640@c %**end of header 7636@c %**end of header
7641 7637
@@ -7975,11 +7971,10 @@ all peers at any time; however, well-behaved peers should only initiate
7975this operation once after establishing a connection to a peer with a 7971this operation once after establishing a connection to a peer with a
7976larger hashed peer identity. 7972larger hashed peer identity.
7977 7973
7978@cindex gnunet-fs
7979@cindex FS 7974@cindex FS
7980@cindex FS subsystem 7975@cindex FS Subsystem
7981@node GNUnet's File-sharing (FS) Subsystem 7976@node File-sharing (FS) Subsystem
7982@section GNUnet's File-sharing (FS) Subsystem 7977@section File-sharing (FS) Subsystem
7983 7978
7984@c %**end of header 7979@c %**end of header
7985 7980
@@ -8014,7 +8009,7 @@ NOTE: The documentation in this chapter is quite incomplete.
8014* File-sharing persistence directory structure:: 8009* File-sharing persistence directory structure::
8015@end menu 8010@end menu
8016 8011
8017@cindex ecrs 8012@cindex ECRS
8018@cindex Encoding for Censorship-Resistant Sharing 8013@cindex Encoding for Censorship-Resistant Sharing
8019@node Encoding for Censorship-Resistant Sharing (ECRS) 8014@node Encoding for Censorship-Resistant Sharing (ECRS)
8020@subsection Encoding for Censorship-Resistant Sharing (ECRS) 8015@subsection Encoding for Censorship-Resistant Sharing (ECRS)
@@ -8169,9 +8164,8 @@ structure of the publishing operation.
8169Note that unindex operations cannot have associated child operations. 8164Note that unindex operations cannot have associated child operations.
8170 8165
8171@cindex REGEX subsystem 8166@cindex REGEX subsystem
8172@cindex regex subsystem 8167@node REGEX Subsystem
8173@node GNUnet's REGEX Subsystem 8168@section REGEX Subsystem
8174@section GNUnet's REGEX Subsystem
8175 8169
8176@c %**end of header 8170@c %**end of header
8177 8171