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
Sree Harsha Totakura
7e37ee5afe
db: Free the connection_cfg_str created during postgres plugin load
2015-03-26 18:32:08 +01:00
Sree Harsha Totakura
c53a4d5b82
db: pick the right plugin in the DB testcase
2015-03-26 18:31:59 +01:00
Sree Harsha Totakura
f94bb0a3a0
db: Implement plugin loading and unloading
2015-03-26 18:06:37 +01:00
Christian Grothoff
a3ac2587cf
Merge branch 'master' of git.taler.net:/var/git/mint
2015-03-24 18:27:24 +01:00
Christian Grothoff
ec05a64e3e
space
2015-03-24 18:27:19 +01:00
Christian Grothoff
324bf3f980
fix #3484 : sign over full key set as well
2015-03-24 17:53:13 +01:00
Christian Grothoff
d5acf53732
make kappa global fixed constant, not something to be negotiated, KISS
2015-03-24 17:25:00 +01:00
Christian Grothoff
f052af1e6b
address #3731 : no need for session public key or signature
2015-03-24 17:13:17 +01:00
Christian Grothoff
55959bd01d
address #3708 : melt_hash => session_hash, use session_hash for DB access, not session_pub
2015-03-24 16:56:06 +01:00
Christian Grothoff
73c9949fc5
formulating coding style
2015-03-24 13:19:38 +01:00
Christian Grothoff
7f79310aa1
fix #3728
2015-03-24 12:00:40 +01:00
Christian Grothoff
6e28917a45
-fix comments
2015-03-24 00:08:33 +01:00
Christian Grothoff
373fe1c138
avoid cast
2015-03-24 00:03:03 +01:00
Christian Grothoff
abc63eda98
avoid cast
2015-03-24 00:01:33 +01:00
Christian Grothoff
38fae8edf2
-resolving fixmes or annotating to bug tracker notes
2015-03-24 00:00:16 +01:00
Christian Grothoff
f73071bc62
fix #3638
2015-03-22 22:14:30 +01:00