gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: fix names


From: gnunet
Subject: [taler-donau] branch master updated: fix names
Date: Wed, 03 Jan 2024 12:35:13 +0100

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

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new bf4edc2  fix names
bf4edc2 is described below

commit bf4edc25f9aa704d190670b2639a08c914b029e7
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Wed Jan 3 12:34:54 2024 +0100

    fix names
---
 src/donau-tools/donau-dbinit.c       |  4 ++--
 src/donau-tools/taler-donau-dbinit.c |  6 +++---
 src/donau/donau-httpd.c              |  9 +++++----
 src/donau/donau-httpd_config.c       |  6 +++---
 src/donau/donau-httpd_config.h       |  4 ++--
 src/donau/donau-httpd_csr.c          | 10 +++++-----
 src/donau/donau-httpd_csr.h          |  4 ++--
 src/donau/donau-httpd_db.c           |  8 ++++----
 src/donau/donau-httpd_db.h           |  2 +-
 src/donau/donau-httpd_mhd.c          | 10 +++++-----
 src/donau/donau-httpd_mhd.h          |  4 ++--
 src/include/donaudb_lib.h            |  4 ++--
 src/testing/testing_api_misc.c       |  4 ++--
 13 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/src/donau-tools/donau-dbinit.c b/src/donau-tools/donau-dbinit.c
index 1978661..5148859 100644
--- a/src/donau-tools/donau-dbinit.c
+++ b/src/donau-tools/donau-dbinit.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file donau-tools/taler-donau-dbinit.c
+ * @file donau-tools/donau-dbinit.c
  * @brief Create tables for the donau database.
  * @author Florian Dold
  * @author Christian Grothoff
@@ -200,4 +200,4 @@ main (int argc,
 }
 
 
-/* end of taler-donau-dbinit.c */
+/* end of donau-dbinit.c */
diff --git a/src/donau-tools/taler-donau-dbinit.c 
b/src/donau-tools/taler-donau-dbinit.c
index faca297..80877b2 100644
--- a/src/donau-tools/taler-donau-dbinit.c
+++ b/src/donau-tools/taler-donau-dbinit.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file donau-tools/taler-donau-dbinit.c
+ * @file donau-tools/donau-dbinit.c
  * @brief Create tables for the donau database.
  * @author Florian Dold
  * @author Christian Grothoff
@@ -188,7 +188,7 @@ main (int argc,
   // TALER_OS_init ();
   // ret = GNUNET_PROGRAM_run (
   //   argc, argv,
-  //   "taler-donau-dbinit",
+  //   "donau-dbinit",
   //   gettext_noop ("Initialize Taler donau database"),
   //   options,
   //   &run, NULL);
@@ -201,4 +201,4 @@ main (int argc,
 }
 
 
-/* end of taler-donau-dbinit.c */
+/* end of donau-dbinit.c */
diff --git a/src/donau/donau-httpd.c b/src/donau/donau-httpd.c
index a9bae1b..b6b48c0 100644
--- a/src/donau/donau-httpd.c
+++ b/src/donau/donau-httpd.c
@@ -14,7 +14,7 @@
    TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
  */
 /**
- * @file taler-donau-httpd.c
+ * @file donau-httpd.c
  * @brief Serve the HTTP interface of the donau
  * @author Florian Dold
  * @author Benedikt Mueller
@@ -33,7 +33,8 @@
 #include "donaudb_plugin.h"
 #include <gnunet/gnunet_mhd_compat.h>
 #include "donau_util.h"
-#include "donau-httpd.h"
+//#include "donau-httpd.h"
+#include "donau-httpd_config.h"
 
 /**
  * Backlog for listen operation on unix domain sockets.
@@ -895,7 +896,7 @@ run (void *cls,
 
 
 /**
- * The main function of the taler-donau-httpd server ("the donau").
+ * The main function of the donau-httpd server ("the donau").
  *
  * @param argc number of arguments from the command line
  * @param argv command line arguments
@@ -940,4 +941,4 @@ main (int argc,
 }
 
 
-/* end of taler-donau-httpd.c */
\ No newline at end of file
+/* end of donau-httpd.c */
\ No newline at end of file
diff --git a/src/donau/donau-httpd_config.c b/src/donau/donau-httpd_config.c
index 9d37495..24f8031 100644
--- a/src/donau/donau-httpd_config.c
+++ b/src/donau/donau-httpd_config.c
@@ -14,14 +14,14 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-donau-httpd_config.c
+ * @file donau-httpd_config.c
  * @brief Handle /config requests
  * @author Christian Grothoff
  */
 #include "taler/platform.h"
 #include <gnunet/gnunet_json_lib.h>
 #include "taler_dbevents.h"
-#include "taler-donau-httpd_config.h"
+#include "donau-httpd_config.h"
 #include "taler/taler_json_lib.h"
 #include "taler/taler_mhd_lib.h"
 #include <jansson.h>
@@ -49,4 +49,4 @@ DH_handler_config (struct DH_RequestContext *rc,
 }
 
 
-/* end of taler-donau-httpd_config.c */
+/* end of donau-httpd_config.c */
diff --git a/src/donau/donau-httpd_config.h b/src/donau/donau-httpd_config.h
index ae537fd..9e6f748 100644
--- a/src/donau/donau-httpd_config.h
+++ b/src/donau/donau-httpd_config.h
@@ -14,14 +14,14 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-donau-httpd_config.h
+ * @file donau-httpd_config.h
  * @brief headers for /config handler
  * @author Christian Grothoff
  */
 #ifndef DONAU_HTTPD_CONFIG_H
 #define DONAU_HTTPD_CONFIG_H
 #include <microhttpd.h>
-#include "taler-donau-httpd.h"
+#include "donau-httpd.h"
 
 
 /**
diff --git a/src/donau/donau-httpd_csr.c b/src/donau/donau-httpd_csr.c
index ffef81d..a3af87b 100644
--- a/src/donau/donau-httpd_csr.c
+++ b/src/donau/donau-httpd_csr.c
@@ -17,7 +17,7 @@
   see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-donau-httpd_csr.c
+ * @file donau-httpd_csr.c
  * @brief Handle /csr requests
  * @author Lucien Heuzeveldt
  * @author Gian Demarmles
@@ -27,9 +27,9 @@
 #include <jansson.h>
 #include "taler/taler_json_lib.h"
 #include "taler/taler_mhd_lib.h"
-#include "taler-donau-httpd_csr.h"
-#include "taler-donau-httpd_responses.h"
-#include "taler-donau-httpd_keys.h"
+#include "donau-httpd_csr.h"
+#include "donau-httpd_responses.h"
+#include "donau-httpd_keys.h"
 
 
 MHD_RESULT
@@ -139,4 +139,4 @@ DH_handler_csr_withdraw (struct DH_RequestContext *rc,
 }
 
 
-/* end of taler-donau-httpd_csr.c */
+/* end of donau-httpd_csr.c */
diff --git a/src/donau/donau-httpd_csr.h b/src/donau/donau-httpd_csr.h
index 3c8bb2b..6bc5820 100644
--- a/src/donau/donau-httpd_csr.h
+++ b/src/donau/donau-httpd_csr.h
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-donau-httpd_csr.h
+ * @file donau-httpd_csr.h
  * @brief Handle /csr-* requests
  * @author Lucien Heuzeveldt
  * @author Gian Demarmles
@@ -23,7 +23,7 @@
 #define DONAU_HTTPD_CSR_H
 
 #include <microhttpd.h>
-#include "taler-donau-httpd.h"
+#include "donau-httpd.h"
 
 
 /**
diff --git a/src/donau/donau-httpd_db.c b/src/donau/donau-httpd_db.c
index 993d512..0157036 100644
--- a/src/donau/donau-httpd_db.c
+++ b/src/donau/donau-httpd_db.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-donau-httpd_db.c
+ * @file donau-httpd_db.c
  * @brief Generic database operations for the donau.
  * @author Christian Grothoff
  */
@@ -25,8 +25,8 @@
 #include "taler/taler_json_lib.h"
 #include "taler/taler_mhd_lib.h"
 #include "taler_donaudb_lib.h"
-#include "taler-donau-httpd_db.h"
-#include "taler-donau-httpd_responses.h"
+#include "donau-httpd_db.h"
+#include "donau-httpd_responses.h"
 
 
 enum GNUNET_GenericReturnValue
@@ -112,4 +112,4 @@ DH_DB_run_transaction (struct MHD_Connection *connection,
 }
 
 
-/* end of taler-donau-httpd_db.c */
+/* end of donau-httpd_db.c */
diff --git a/src/donau/donau-httpd_db.h b/src/donau/donau-httpd_db.h
index 5200cd4..496892d 100644
--- a/src/donau/donau-httpd_db.h
+++ b/src/donau/donau-httpd_db.h
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file donau/taler-donau-httpd_db.h
+ * @file donau/donau-httpd_db.h
  * @brief High-level (transactional-layer) database operations for the donau
  * @author Chrisitan Grothoff
  */
diff --git a/src/donau/donau-httpd_mhd.c b/src/donau/donau-httpd_mhd.c
index 736055a..08fdadd 100644
--- a/src/donau/donau-httpd_mhd.c
+++ b/src/donau/donau-httpd_mhd.c
@@ -15,7 +15,7 @@
 */
 
 /**
- * @file taler-donau-httpd_mhd.c
+ * @file donau-httpd_mhd.c
  * @brief helpers for MHD interaction; these are DONAU_handler_ functions
  *        that generate simple MHD replies that do not require any real 
operations
  *        to be performed (error handling, static pages, etc.)
@@ -29,9 +29,9 @@
 #include <microhttpd.h>
 #include <pthread.h>
 #include "taler/taler_mhd_lib.h"
-#include "taler-donau-httpd_responses.h"
-#include "taler-donau-httpd.h"
-#include "taler-donau-httpd_mhd.h"
+#include "donau-httpd_responses.h"
+#include "donau-httpd.h"
+#include "donau-httpd_mhd.h"
 
 
 MHD_RESULT
@@ -63,4 +63,4 @@ DH_handler_agpl_redirect (struct DH_RequestContext *rc,
 }
 
 
-/* end of taler-donau-httpd_mhd.c */
+/* end of donau-httpd_mhd.c */
diff --git a/src/donau/donau-httpd_mhd.h b/src/donau/donau-httpd_mhd.h
index 6f046d3..08ab8f5 100644
--- a/src/donau/donau-httpd_mhd.h
+++ b/src/donau/donau-httpd_mhd.h
@@ -15,7 +15,7 @@
 */
 
 /**
- * @file taler-donau-httpd_mhd.h
+ * @file donau-httpd_mhd.h
  * @brief helpers for MHD interaction, used to generate simple responses
  * @author Florian Dold
  * @author Benedikt Mueller
@@ -25,7 +25,7 @@
 #define DONAU_HTTPD_MHD_H
 #include <gnunet/gnunet_util_lib.h>
 #include <microhttpd.h>
-#include "taler-donau-httpd.h"
+#include "donau-httpd.h"
 
 
 /**
diff --git a/src/include/donaudb_lib.h b/src/include/donaudb_lib.h
index 2e1c030..de84ee2 100644
--- a/src/include/donaudb_lib.h
+++ b/src/include/donaudb_lib.h
@@ -71,13 +71,13 @@ struct DONAUDB_AccountInfo
 
   /**
    * true if this account is enabed to be debited
-   * by the taler-donau-aggregator.
+   * by the donau-aggregator.
    */
   bool debit_enabled;
 
   /**
    * true if this account is enabed to be credited by wallets
-   * and needs to be watched by the taler-donau-wirewatch.
+   * and needs to be watched by the donau-wirewatch.
    * Also, the account will only be included in /wire if credit
    * is enabled.
    */
diff --git a/src/testing/testing_api_misc.c b/src/testing/testing_api_misc.c
index 381e6c8..ca1d6a2 100644
--- a/src/testing/testing_api_misc.c
+++ b/src/testing/testing_api_misc.c
@@ -234,12 +234,12 @@ TALER_TESTING_cleanup_files_cfg (
   GNUNET_free (dir);
   if (GNUNET_OK !=
       remove_dir (cfg,
-                  "taler-donau-secmod-eddsa",
+                  "donau-secmod-eddsa",
                   "KEY_DIR"))
     return GNUNET_SYSERR;
   if (GNUNET_OK !=
       remove_dir (cfg,
-                  "taler-donau-secmod-rsa",
+                  "donau-secmod-rsa",
                   "KEY_DIR"))
     return GNUNET_SYSERR;
   return GNUNET_OK;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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