Commit Graph

6889 Commits

Author SHA1 Message Date
Sree Harsha Totakura
234cdb4a62 db: fix compile warning in taler-mint-dbinit.c 2015-03-06 10:32:52 +01:00
Sree Harsha Totakura
d5a593dd03 db: rename break_db_err' to BREAK_DB_ERR' 2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
72c298b52e util: use const whenever applicable 2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
51929fe759 db: Use macro while creating prepared statements 2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
3f7a1a5c8a db: No special handling for failed INDEX creation 2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
39c538311d db: Use a reserve structure 2015-03-06 10:31:57 +01:00
Sree Harsha Totakura
363773698a db: Add DB_reserve_get() to get a summary of the reserve 2015-03-06 10:31:50 +01:00
Sree Harsha Totakura
b6484371fb db: Fix some prepared statements 2015-03-06 10:31:44 +01:00
Sree Harsha Totakura
39e8dd862b db: Add temporary flag to DB_get_connection() 2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
c9d48a4a6c Fix ResultSpec processing 2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
0acd5714e0 Move table creation logic to DB layer. Also support temporary schema creation for the sake of testing 2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
b82a593dbb db: Add testcase for DB layer 2015-03-06 10:31:04 +01:00
Sree Harsha Totakura
3c7168aad2 Added testcase for reserves_in_insert() 2015-03-06 01:15:46 +01:00
Sree Harsha Totakura
cee173a8e2 -sync 2015-03-05 23:40:54 +01:00
Sree Harsha Totakura
129920ef8b db: Implement reserves_in_insert() 2015-03-05 18:16:32 +01:00
Sree Harsha Totakura
c62dc613ce db: Add QUERY_ERR macro to log failed queries 2015-03-05 17:55:19 +01:00
Sree Harsha Totakura
376183ac6a db: fix compile warning in taler-mint-dbinit.c 2015-03-05 17:53:41 +01:00
Sree Harsha Totakura
0438dac4ef -rename 2015-03-05 17:53:15 +01:00
Sree Harsha Totakura
c2ee5efa50 util: use const whenever applicable 2015-03-05 17:34:54 +01:00
Sree Harsha Totakura
a3e7b3af82 db: Use macro while creating prepared statements 2015-03-05 17:05:51 +01:00
Sree Harsha Totakura
f92af896f8 db: No special handling for failed INDEX creation 2015-03-05 16:45:31 +01:00
Sree Harsha Totakura
494e71b9a6 Use a reserve structure 2015-03-05 16:31:33 +01:00
Sree Harsha Totakura
2ac21b6329 Add DB_reserve_get() to get a summary of the reserve 2015-03-05 16:16:38 +01:00
Sree Harsha Totakura
4494cf7b61 Fix some prepared statements 2015-03-05 16:11:38 +01:00
Sree Harsha Totakura
7a37751446 Fix broken compilation: add temporary flag to DB_get_connection() 2015-03-05 16:10:42 +01:00
Sree Harsha Totakura
f7b5cf02ae Fix ResultSpec processing 2015-03-05 16:08:55 +01:00
Sree Harsha Totakura
73d3144a13 Fix missing declaration 2015-03-05 16:06:06 +01:00
Sree Harsha Totakura
bc55152b0a Move table creation logic to DB layer. Also support temporary schema creation for the sake of testing 2015-03-05 16:05:06 +01:00
Sree Harsha Totakura
e6943f5a9e Add testcase for DB layer 2015-03-05 15:59:22 +01:00
Sree Harsha Totakura
bea425de6c Fix #3624: Check JSON format for wire deposits (SEPA specification) 2015-02-17 17:29:43 +01:00
Christian Grothoff
2f51cd3e3e add copyright statement to configure 2015-02-08 00:20:48 +01:00
Christian Grothoff
3cd1bef1ff bringing copyright tags up to FSF standard 2015-02-08 00:17:40 +01:00
Christian Grothoff
477e68c506 bringing copyright tags up to FSF standard 2015-02-08 00:16:22 +01:00
Christian Grothoff
421977d875 got the official GNUification 2015-02-06 20:27:10 +01:00
Christian Grothoff
af37430f06 -fix disting 2015-02-06 01:26:19 +01:00
Christian Grothoff
d86ae26ef5 mark unchecked functions 2015-01-31 20:54:38 +01:00
Christian Grothoff
20c05dd5e3 cleaning up /refresh/link logic, in particular separting out response generation logic 2015-01-31 20:53:19 +01:00
Christian Grothoff
2bb962c9be finished first pass over /refresh/reveal logic, simplifying mint_db API by keeping sigs around immediately 2015-01-31 20:08:21 +01:00
Christian Grothoff
6d8ccc9fe7 starting to clean up /refresh/reveal DB logic 2015-01-31 15:42:00 +01:00
Christian Grothoff
28d9d3130e update README 2015-01-31 15:02:04 +01:00
Christian Grothoff
1102b7dace working on /refresh/melt operation 2015-01-30 15:34:01 +01:00
Christian Grothoff
29ee8a41a4 updating ignores 2015-01-30 14:27:06 +01:00
Christian Grothoff
fae4fb8687 fixing ftbfs of testcase 2015-01-30 14:17:42 +01:00
Christian Grothoff
c750f53d5a TALER_MINT_keys_sign returns void, thus no need to check rvalue 2015-01-30 14:08:43 +01:00
Christian Grothoff
abe597c074 fix missing test, wrong type 2015-01-30 14:07:27 +01:00
Christian Grothoff
494d904238 install db_pq header 2015-01-30 10:56:29 +01:00
Christian Grothoff
7e46289428 -removing legacy TALER_TALER API, replacing with modern TALER_DB calls 2015-01-29 20:45:45 +01:00
Christian Grothoff
d751c9c6de eliminating obsolete KnownCoin APIs 2015-01-29 20:41:11 +01:00
Christian Grothoff
f35d358552 remove dead mint.h includes 2015-01-29 20:28:21 +01:00
Christian Grothoff
a0a405939f remove dead mint.h includes 2015-01-29 20:27:57 +01:00