Age | Commit message (Expand) | Author |
2015-09-21 | fix NPE if denomination key not found | Christian Grothoff |
2015-09-20 | implement #3972: support multiple wire formats concurrently | Christian Grothoff |
2015-07-11 | fixing #3876 (no semantic change, just stylistic changes) | Christian Grothoff |
2015-07-08 | nicer error reporting | Christian Grothoff |
2015-07-06 | simplifying use of struct TALER_DenominationKeyValidityPS by removing signature | Christian Grothoff |
2015-07-05 | misc bugfixes from tests | Christian Grothoff |
2015-07-05 | fixing RC counting and a comma | Christian Grothoff |
2015-07-04 | fix misc small bugs | Christian Grothoff |
2015-06-21 | implementing /deposit JSON generation | Christian Grothoff |
2015-05-16 | organize #include, remove redundant includes | Christian Grothoff |
2015-05-16 | eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol | Christian Grothoff |
2015-04-15 | preparing to have /test handlers in build system | Christian Grothoff |
2015-04-13 | distinguish active/old denomination keys (#3634) | Christian Grothoff |
2015-04-08 | indentation and minor updates to reflect latest API docs | Christian Grothoff |
2015-03-29 | switching /withdraw/sign from GET to POST | Christian Grothoff |
2015-03-28 | fix use of struct TALER_DepositRequestPS (rest) | Christian Grothoff |
2015-03-28 | fix use of struct TALER_DepositRequestPS (unfinished) | Christian Grothoff |
2015-03-28 | -doxygen fixes | Christian Grothoff |
2015-03-28 | fixing a few missing renames for structs | Christian Grothoff |
2015-03-28 | minor renaming of signature values and improved documentation of signatures, ... | Christian Grothoff |
2015-03-28 | more rename-fest work | Christian Grothoff |
2015-03-28 | second round of renamefest | Christian Grothoff |
2015-03-27 | major rename-fest for more constent symbol names | Christian Grothoff |
2015-03-24 | address #3708: melt_hash => session_hash, use session_hash for DB access, not... | Christian Grothoff |
2015-03-22 | fix #3638 | Christian Grothoff |
2015-03-22 | move deposit fee check to earlier | Christian Grothoff |
2015-03-22 | include fees in amounts being signed, check available balance on refresh | Christian Grothoff |
2015-03-20 | first stab at establishing proper plugin API, main HTTP code compiles, other ... | Christian Grothoff |
2015-03-18 | fix #3716: make sure amount-API offers proper checks against overflow and oth... | Christian Grothoff |
2015-03-15 | simplify code structure, reduce exposure of keystate struct | Christian Grothoff |
2015-03-13 | use wire validation routine | Christian Grothoff |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff |
2015-01-29 | remove dead mint.h includes | Christian Grothoff |
2015-01-29 | make TALER_MINT_parse_json_data more expressive, add RSA types as well | Christian Grothoff |
2015-01-28 | cleaning up mint_db API | Christian Grothoff |
2015-01-28 | cleaning up | Christian Grothoff |
2015-01-28 | generally just include taler_util.h | Christian Grothoff |
2015-01-28 | move coin validity test to libtalerutil | Christian Grothoff |
2015-01-28 | sign /deposit reply so that merchant has proof that mint accepted it | Christian Grothoff |
2015-01-28 | misc cleanup, moving TALER_MINT_config_load to libtalerutil | Christian Grothoff |
2015-01-27 | starting to clean up /deposit logic | Christian Grothoff |
2015-01-27 | mint-httpd_withdraw compiles again | Christian Grothoff |
2015-01-26 | intermediary commit, breaking the build by starting to move towards variable-... | Christian Grothoff |
2015-01-19 | document TODOs | Christian Grothoff |
2015-01-19 | restructuring more of deposit logic towards desired flow structure | Christian Grothoff |
2015-01-16 | remarks on deposit issues | Christian Grothoff |
2015-01-16 | clean up (and rename) request_json_require_nav to properly report parsing errors | Christian Grothoff |
2015-01-16 | nicer TALER_MINT_parse_post_json return value handling, fixing return values ... | Christian Grothoff |
2015-01-16 | adding logic to free buffers allocated for POST processing when connection di... | Christian Grothoff |
2015-01-16 | starting to separate out response generation API and parsing APIs | Christian Grothoff |