gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-texinfo] 02/02: developer.texi: Remove dircategory{


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] 02/02: developer.texi: Remove dircategory{} for now.
Date: Tue, 21 Mar 2017 18:54:13 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-texinfo.

commit b50e281652170150cc81a9460d0df54231718cc9
Author: ng0 <address@hidden>
AuthorDate: Fri Feb 17 16:58:10 2017 +0000

    developer.texi: Remove dircategory{} for now.
---
 developer.texi | 266 ---------------------------------------------------------
 1 file changed, 266 deletions(-)

diff --git a/developer.texi b/developer.texi
index b47b961..6b6ea9e 100644
--- a/developer.texi
+++ b/developer.texi
@@ -28,272 +28,6 @@ A copy of the license is also available from the Free 
Software
 Foundation Web site at @url{http://www.gnu.org/licenses/gpl.html}.
 @end copying
 
address@hidden GNUnet Developer Handbook
address@hidden
-* Introduction
-* C Tutorial
-* Java Tutorial
-* Project Overview
-* Code Overview
-* System Architecture
-* Subsystem stability
-* Naming conventions and coding style guide
-* Include files
-* Binaries
-* logging
-* Configuration
-* Exported Symbols
-* private (library-internal) symbols (including structs and macros)
-* testcases
-* performance tests
-* src/ directories
-* Coding style
-* Build system
-* Developing extensions for GNUnet using the gnunet-ext template
-* Writing testcases
-* GNUnet's TESTING library
-* API
-* Finer control over peer stop
-* Helper functions
-* Testing with multiple processes
-* Performance regression analysis with Gauger
-* GNUnet's TESTBED Subsystem
-* Supported Topologies
-* Hosts file format
-* Topology file format
-* Testbed Barriers
-* Automatic large-scale deployment of GNUnet in the PlanetLab testbed
-* PlanetLab Automation for Fedora8 nodes
-* Install buildslave on PlanetLab nodes running fedora core 8
-* Setup a new PlanetLab testbed using GPLMT
-* Why do i get an ssh error when using the regex profiler?
-* TESTBED Caveats
-* CORE must be started
-* ATS must want the connections
-* libgnunetutil
-* Logging
-* Examples
-* Log files
-* Updated behavior of GNUNET_log
-* Interprocess communication API
-* Define new message types
-* Define message struct
-* Connection between client and server
-* Client setting
-* Establish connection
-* Initialize request message
-* Send request and receive response
-* Server Setting
-* Startup service
-* Add new handles for specified messages
-* Process request message
-* Response to client
-* Notification of clients
-* Conversion between Network Byte Order (Big Endian) and Host Byte Order
-* Cryptography API
-* Message Queue API
-* Service API
-* Optimizing Memory Consumption of GNUnet's (Multi-) Hash Maps
-* Analysis
-* Solution
-* Migration
-* Conclusion
-* Availability
-* The CONTAINER_MDLL API
-* The Automatic Restart Manager (ARM)
-* Basic functionality
-* Key configuration options
-* Availability
-* Reliability
-* GNUnet's TRANSPORT Subsystem
-* Address validation protocol
-* NAT library
-* Distance-Vector plugin
-* SMTP plugin
-* Why use SMTP for a peer-to-peer transport?
-* How does it work?
-* How do I configure my peer?
-* How do I test if it works?
-* How fast is it?
-* Bluetooth plugin
-* What do I need to use the Bluetooth plugin transport?
-* How does it work?
-* What possible errors should I be aware of?
-* How do I configure my peer?
-* How can I test it?
-* The implementation of the Bluetooth transport plugin
-* Linux functionality
-* THE INITIALIZATION
-* THE LOOP
-* Detailes about the broadcast implementation
-* Windows functionality
-* Pending features
-* WLAN plugin
-* The ATS Subsystem
-* GNUnet's CORE Subsystem
-* Limitations
-* When is a peer "connected"?
-* libgnunetcore
-* The CORE Client-Service Protocol
-* Setup
-* Notifications
-* Sending
-* The CORE Peer-to-Peer Protocol
-* Creating the EphemeralKeyMessage
-* Establishing a connection
-* Encryption and Decryption
-* Type maps
-* GNUnet's CADET subsystem
-* libgnunetcadet
-* GNUnet's NSE subsystem
-* Motivation
-* Security
-* Principle
-* Example
-* Algorithm
-* Target value
-* Timing
-* Controlled Flooding
-* Calculating the estimate
-* libgnunetnse
-* Results
-* Examples
-* The NSE Client-Service Protocol
-* The NSE Peer-to-Peer Protocol
-* GNUnet's HOSTLIST subsystem
-* HELLOs
-* Overview for the HOSTLIST subsystem
-* Features
-* Limitations
-* Interacting with the HOSTLIST daemon
-* Hostlist security: address validation
-* The HOSTLIST daemon
-* The HOSTLIST server
-* The HTTP Server
-* Advertising the URL
-* The HOSTLIST client
-* Bootstrapping
-* Learning
-* Usage
-* GNUnet's IDENTITY subsystem
-* libgnunetidentity
-* Connecting to the service
-* Operations on Egos
-* Convenience API to lookup a single ego
-* Associating egos with service functions
-* The IDENTITY Client-Service Protocol
-* GNUnet's NAMESTORE Subsystem
-* libgnunetnamestore
-* Editing Zone Information
-* Iterating Zone Information
-* Monitoring Zone Information
-* GNUnet's PEERINFO subsystem
-* Features
-* Limitations
-* Peer Information
-* Startup
-* Managing Information
-* Obtaining Information
-* The PEERINFO Client-Service Protocol
-* libgnunetpeerinfo
-* Connecting to the Service
-* Adding Information
-* Obtaining Information
-* GNUnet's PEERSTORE subsystem
-* Functionality
-* Architecture
-* libgnunetpeerstore
-* GNUnet's SET Subsystem
-* Local Sets
-* Set Modifications
-* Set Operations
-* Result Elements
-* libgnunetset
-* Sets
-* Listeners
-* Operations
-* Supplying a Set
-* The Result Callback
-* The SET Client-Service Protocol
-* Creating Sets
-* Listeners
-* Initiating Operations
-* Modifying Sets
-* Results and Operation Status
-* Iterating Sets
-* The SET-Intersection Peer-to-Peer Protocol
-* The Bloom filter exchange
-* Salt
-* The SET-Union Peer-to-Peer Protocol
-* GNUnet's STATISTICS subsystem
-* libgnunetstatistics
-* Statistics retrieval
-* Setting statistics and updating them
-* Watches
-* The STATISTICS Client-Service Protocol.
-* Statistics retrieval
-* Setting and updating statistics
-* Watching for updates
-* GNUnet's Distributed Hash Table (DHT)
-* Block library and plugins
-* What is a Block?
-* The API of libgnunetblock
-* Queries
-* Sample Code
-* Conclusion
-* libgnunetdht
-* GET
-* PUT
-* MONITOR
-* DHT Routing Options
-* The DHT Client-Service Protocol
-* PUTting data into the DHT
-* GETting data from the DHT
-* Monitoring the DHT
-* The DHT Peer-to-Peer Protocol
-* Routing GETs or PUTs
-* PUTting data into the DHT
-* GETting data from the DHT
-* The GNU Name System (GNS)
-* libgnunetgns
-* Looking up records
-* Accessing the records
-* Creating records
-* Future work
-* libgnunetgnsrecord
-* Value handling
-* Type handling
-* GNS plugins
-* The GNS Client-Service Protocol
-* Hijacking the DNS-Traffic using gnunet-service-dns
-* Network Setup Details
-* Serving DNS lookups via GNS on W32
-* The GNS Namecache
-* libgnunetnamecache
-* The NAMECACHE Client-Service Protocol
-* Lookup
-* Store
-* The NAMECACHE Plugin API
-* Lookup
-* Store
-* The REVOCATION Subsystem
-* Dissemination
-* Revocation Message: Design Requirements
-* libgnunetrevocation
-* Querying for revoked keys
-* Preparing revocations
-* Issuing revocations
-* The REVOCATION Client-Service Protocol
-* The REVOCATION Peer-to-Peer Protocol
-* GNUnet's File-sharing (FS) Subsystem
-* Encoding for Censorship-Resistant Sharing (ECRS)
-* Namespace Advertisements
-* KSBlocks
-* File-sharing persistence directory structure
-* GNUnet's REGEX Subsystem
-* How to run the regex profiler
address@hidden direntry
-
 @titlepage
 @title GNUnet Developer Handbook
 @author The GNUnet Developers

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]