Christian Grothoff
|
b978cba29c
|
-style fixes
|
2015-06-04 10:43:44 +02:00 |
|
Christian Grothoff
|
8a93e84d71
|
use const, annotate in/out argument, avoid postgres_-prefix for non-exported functions
|
2015-06-04 10:35:37 +02:00 |
|
Christian Grothoff
|
1de6f78a1d
|
notes on issue #3823
|
2015-06-04 10:28:21 +02:00 |
|
Christian Grothoff
|
8c4747a5a0
|
notes on issue #3823
|
2015-06-04 10:26:08 +02:00 |
|
Christian Grothoff
|
860a09926b
|
comments...
|
2015-06-03 16:53:20 +02:00 |
|
Christian Grothoff
|
d251d0bafb
|
notes on issue #3820
|
2015-06-03 16:47:17 +02:00 |
|
Christian Grothoff
|
89793f8180
|
ensure consistent order between CREATE, INSERT and SELECT statements
|
2015-06-03 16:29:30 +02:00 |
|
Christian Grothoff
|
f0e097c9a8
|
make use of network byte order obvious
|
2015-06-03 15:59:25 +02:00 |
|
Christian Grothoff
|
c3ab96b242
|
more documenting, checking for consistency between prepared statements and functional logic
|
2015-06-03 15:41:09 +02:00 |
|
Christian Grothoff
|
d4f5af2151
|
bad missig space in SQL
|
2015-06-03 14:40:59 +02:00 |
|
Christian Grothoff
|
321208972d
|
remarks on #3816
|
2015-06-03 14:39:45 +02:00 |
|
Christian Grothoff
|
1f8291a024
|
remarks on #3814/3815
|
2015-06-03 14:32:22 +02:00 |
|
Christian Grothoff
|
ca8eb3ec5c
|
remarks on #3813
|
2015-06-03 14:12:26 +02:00 |
|
Christian Grothoff
|
7ef583bfcb
|
remarks on #3812
|
2015-06-03 13:53:45 +02:00 |
|
Christian Grothoff
|
9e981afa3f
|
remarks on #3812
|
2015-06-03 13:53:38 +02:00 |
|
Christian Grothoff
|
da27bee6e4
|
reveal_ok is dead
|
2015-06-03 13:50:10 +02:00 |
|
Christian Grothoff
|
f8558c418e
|
remarks on #3811
|
2015-06-03 12:35:30 +02:00 |
|
Christian Grothoff
|
510c45efd6
|
remarks on #3811
|
2015-06-03 12:29:09 +02:00 |
|
Christian Grothoff
|
50afaadf16
|
remarks on #3810
|
2015-06-03 12:23:31 +02:00 |
|
Christian Grothoff
|
3d0f422734
|
remarks on #3809
|
2015-06-03 12:21:50 +02:00 |
|
Christian Grothoff
|
600dbaf594
|
remarks on #3808
|
2015-06-03 11:43:57 +02:00 |
|
Christian Grothoff
|
da44aa5679
|
document macros, avoid passing useless 'result' argument
|
2015-06-03 11:31:51 +02:00 |
|
Christian Grothoff
|
401745fc30
|
-include wallet headers if compiling wallet library
|
2015-06-02 12:52:05 +02:00 |
|
Sree Harsha Totakura
|
6cc0b4bad8
|
mintdb postgres: Implement get_refresh_melt().
|
2015-05-27 14:22:25 +02:00 |
|
Sree Harsha Totakura
|
1d551bf36b
|
mintdb get_known_coin(): Do not allocate memory for return paramter.
Instead populate the fields of the placeholder return variable.
|
2015-05-27 14:20:07 +02:00 |
|
Sree Harsha Totakura
|
6ad16aee31
|
mintdb postgres: implement insert_refresh_melt()
|
2015-05-25 22:50:57 +02:00 |
|
Sree Harsha Totakura
|
126a747f82
|
mintdb postgres: add deposit fee to the denominations
|
2015-05-25 22:47:00 +02:00 |
|
Sree Harsha Totakura
|
d49a0d6567
|
mintdb postgres: add get_known_coin() and insert_known_coin()
|
2015-05-25 17:40:27 +02:00 |
|
Christian Grothoff
|
aa89db4d0a
|
organize #include, remove redundant includes
|
2015-05-16 20:33:01 +02:00 |
|
Christian Grothoff
|
21da34a501
|
-fix doxygen errors
|
2015-05-16 18:26:34 +02:00 |
|
Christian Grothoff
|
f4a59d1ccc
|
eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol
|
2015-05-16 14:15:34 +02:00 |
|
Christian Grothoff
|
d080e59e27
|
resolve #3717
|
2015-05-15 17:24:27 +02:00 |
|
Christian Grothoff
|
80bc5d86e9
|
adapt to API change
|
2015-05-15 14:47:21 +02:00 |
|
Christian Grothoff
|
701a10cbe7
|
avoid PG 9.5 dependency
|
2015-05-14 14:37:12 +02:00 |
|
Christian Grothoff
|
d19b1277d1
|
fixing misc sql syntax errors
|
2015-05-14 14:28:29 +02:00 |
|
Christian Grothoff
|
057ef6da30
|
fix ftbfs
|
2015-05-13 20:25:02 +02:00 |
|
Christian Grothoff
|
d5960b50af
|
towards fixing #3717 and #3633
|
2015-05-13 15:57:35 +02:00 |
|
Christian Grothoff
|
dc4847220a
|
do equivalent update for results that was done to type queries in pq library
|
2015-05-10 22:38:34 +02:00 |
|
Christian Grothoff
|
5004fce6ca
|
replace macros with functions for better type-checking
|
2015-05-09 17:04:56 +02:00 |
|
Christian Grothoff
|
f7780b52f1
|
pq test skeleton, not finished
|
2015-05-07 14:36:49 +02:00 |
|
Christian Grothoff
|
17055134a3
|
extend PQ library to support Absolute time values
|
2015-05-07 13:59:56 +02:00 |
|
Christian Grothoff
|
e2fb24f0a9
|
removing extra spaces, correcting argument counts
|
2015-05-07 13:33:19 +02:00 |
|
Christian Grothoff
|
1fe362112a
|
add a few more LENGTH checks
|
2015-05-07 13:29:11 +02:00 |
|
Christian Grothoff
|
237cab27a9
|
capitalize SQL keywords
|
2015-05-07 12:38:17 +02:00 |
|
Christian Grothoff
|
bfa62094d9
|
-mini fix
|
2015-05-06 17:45:07 +02:00 |
|
Christian Grothoff
|
fc407bcb29
|
clean up of result processing in postgres logic by expanding pq API to cover RSA keys and signatures for results
|
2015-05-06 17:43:36 +02:00 |
|
Christian Grothoff
|
da9ab66d2e
|
simplify PG logic by having libtalerpq handle RSA signature/key encoding
|
2015-05-06 17:05:24 +02:00 |
|
Christian Grothoff
|
74a21a5259
|
fixing #3768, using new pq API more
|
2015-05-06 11:47:12 +02:00 |
|
Christian Grothoff
|
4af6cbb375
|
-working a bit on DB, starting to adjust libtalerpq API, not done yet
|
2015-05-04 14:47:36 +02:00 |
|
Christian Grothoff
|
e591651937
|
-fix use of uninit memory
|
2015-04-30 11:01:06 +02:00 |
|