Commit Graph

6196 Commits

Author SHA1 Message Date
Christian Grothoff
4f078c7666 scaffolding work towards #3712 2015-04-11 21:29:15 +02:00
Christian Grothoff
8b32125223 -bump copyright years 2015-04-11 16:41:05 +02:00
Christian Grothoff
bd2372f20e implementing #3740 2015-04-11 16:38:09 +02:00
Christian Grothoff
929a99cdbb more complete documentation 2015-04-11 16:32:05 +02:00
Christian Grothoff
45a0c89316 implement #3471 2015-04-11 16:29:11 +02:00
Christian Grothoff
5f879c0b4b fix type of transfer keys 2015-04-10 22:19:25 +02:00
Christian Grothoff
dd63d2f846 fix type of transfer keys 2015-04-10 22:18:50 +02:00
Sree Harsha Totakura
d20d3b2562 mintdb: test (create/get)_refresh_session 2015-04-10 14:04:01 +02:00
Sree Harsha Totakura
65953dfbc3 mintdb postgres: implement create_refresh_session 2015-04-10 10:40:54 +02:00
Sree Harsha Totakura
764bd4dc10 mintdb postgres: implement get_refresh_session 2015-04-10 10:29:15 +02:00
Sree Harsha Totakura
05f0aca976 httpd db: insert new session into the DB before it is referenced 2015-04-09 21:57:43 +02:00
Sree Harsha Totakura
0619d6d345 -fix indentation 2015-04-09 21:54:41 +02:00
Christian Grothoff
8ecb693990 indenting and minor improvements to refresh operations to make them match API spec 2015-04-09 20:37:21 +02:00
Christian Grothoff
d04360879e Merge branch 'master' of git+ssh://git.taler.net/var/git/mint 2015-04-08 22:29:39 +02:00
Christian Grothoff
76e6201e71 -typo 2015-04-08 22:29:21 +02:00
Christian Grothoff
80b29ed2ae indentation and minor updates to reflect latest API docs 2015-04-08 22:28:52 +02:00
Sree Harsha Totakura
5a0d63072f httpd refresh: remove unused melt_sig_json' and commit_sig_json' fields
The new protocol has coin signatures in the melt_coins JSON structure.  It also
does not have a session public key, so the commit_sig is unnecessary.
2015-04-08 21:30:45 +02:00
Sree Harsha Totakura
931a49e930 -add self as an author 2015-03-30 11:30:12 +02:00
Christian Grothoff
42147c2501 switching /withdraw/sign from GET to POST 2015-03-29 14:17:52 +02:00
Christian Grothoff
3991cd1763 fix #3726 2015-03-29 13:48:15 +02:00
Christian Grothoff
2d55a7bb61 #3727 is no problem, code was fine 2015-03-29 13:26:28 +02:00
Christian Grothoff
98cbd77432 fix use of struct TALER_DenominationKeyValidityPS 2015-03-28 18:23:45 +01:00
Christian Grothoff
576545daeb fix use of struct TALER_MintSigningKeyValidityPS 2015-03-28 18:18:38 +01:00
Christian Grothoff
bb15fdd215 fix use of struct TALER_RefreshMeltCoinAffirmationPS 2015-03-28 17:27:08 +01:00
Christian Grothoff
cf13997ffc fix use of struct TALER_DepositConfirmationPS 2015-03-28 17:21:51 +01:00
Christian Grothoff
3c87b1a0b3 fix use of struct TALER_DepositRequestPS (rest) 2015-03-28 17:18:07 +01:00
Christian Grothoff
15b362373f fix use of struct TALER_DepositRequestPS (unfinished) 2015-03-28 17:10:39 +01:00
Christian Grothoff
d61dbb3109 fix use of struct TALER_WithdrawRequestPS 2015-03-28 16:51:54 +01:00
Christian Grothoff
15196c9bd4 move FIXME 2015-03-28 16:38:32 +01:00
Christian Grothoff
1e3f7586ec reference #3740 2015-03-28 16:37:09 +01:00
Christian Grothoff
7bdf3ba46a more doxygen fixes 2015-03-28 16:32:36 +01:00
Christian Grothoff
20d1ec85fa more doxygen fixes 2015-03-28 16:31:27 +01:00
Christian Grothoff
b7a2852a1b more doxygen fixes 2015-03-28 16:30:02 +01:00
Christian Grothoff
708b463580 more doxygen fixes 2015-03-28 15:53:53 +01:00
Christian Grothoff
e4cbe66780 -doxygen fixes 2015-03-28 15:43:06 +01:00
Christian Grothoff
eca4f1a8fe -doxygen fixes 2015-03-28 15:42:07 +01:00
Christian Grothoff
c2fd4896a6 fixing a few missing renames for structs 2015-03-28 14:39:31 +01:00
Christian Grothoff
3b9b7fa099 minor renaming of signature values and improved documentation of signatures, also adding a few missing fields to signatures to address #3631 2015-03-28 14:25:56 +01:00
Christian Grothoff
891018f69f minor renaming of signature values and improved documentation of signatures, also adding a few missing fields to signatures to address #3631 2015-03-28 14:22:21 +01:00
Christian Grothoff
28b6b26567 -fix name 2015-03-28 13:31:09 +01:00
Christian Grothoff
169fdcd8fe document repo structure 2015-03-28 12:34:42 +01:00
Christian Grothoff
9303881d22 fix extra-disting 2015-03-28 12:32:24 +01:00
Christian Grothoff
44b894ebe1 more rename-fest work 2015-03-28 12:29:35 +01:00
Christian Grothoff
c626ccac51 second round of renamefest 2015-03-28 11:06:00 +01:00
Christian Grothoff
eae1896a4b major rename-fest for more constent symbol names 2015-03-27 19:58:40 +01:00
Sree Harsha Totakura
7730a08349 util: avoid memcpy over overlapping memory
memcpy used to copy the currency string in TALER_amount_get_zero can copy from
overlapping memory regions.  This happens when the diff parameter to
TALER_amount_substract is same as a1 parameter.
2015-03-26 19:39:16 +01:00
Sree Harsha Totakura
ffe1ec4cb9 db: fix leftovers from #3716 2015-03-26 19:29:58 +01:00
Sree Harsha Totakura
10b693ace4 db: fix SIGSEGV in testcase 2015-03-26 19:29:03 +01:00
Sree Harsha Totakura
2a5691d8f8 db: testcase depends on the postgres plugin 2015-03-26 19:27:53 +01:00
Sree Harsha Totakura
0ab29c68c8 db: use correct testname 2015-03-26 18:36:52 +01:00