[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: note on messy / dup
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: note on messy / duplicated code |
Date: |
Wed, 13 Sep 2017 21:45:12 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new f440904 note on messy / duplicated code
f440904 is described below
commit f440904f1bba73ff4e6b7d91b221fa3f6af4ed62
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Sep 13 21:45:10 2017 +0200
note on messy / duplicated code
---
src/exchange/taler-exchange-httpd_keystate.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/exchange/taler-exchange-httpd_keystate.c
b/src/exchange/taler-exchange-httpd_keystate.c
index 04cf6ae..b4026bf 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -19,6 +19,16 @@
* @author Florian Dold
* @author Benedikt Mueller
* @author Christian Grothoff
+ *
+ * TODO:
+ *
+ * - includes quite a bit of code duplication between
+ * cherry-picked and full /keys response generation
+ * - cherry-picked response generation is ugly/messy,
+ * partially because existing exchangedb API does not
+ * match nicely with requirements.
+ * => should revisit exchangedb API, and then clean up
+ * this mess.
*/
#include "platform.h"
#include <pthread.h>
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: note on messy / duplicated code,
gnunet <=