Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | rename: TALER_config_get_denom->amount | Christian Grothoff | |
2020-01-19 | indent | Christian Grothoff | |
2020-01-19 | split off mhd.c | Christian Grothoff | |
2020-01-19 | separate util.c and url.c | Christian Grothoff | |
2020-01-19 | fix rounding, extend test | Christian Grothoff | |
2020-01-19 | annotate | Christian Grothoff | |
2020-01-19 | clean up amount logic, fix 2^53 check | Christian Grothoff | |
2020-01-19 | fix copyright headers as per CA | Christian Grothoff | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-19 | remove unused/undocumented valgraind suppression file | Florian Dold | |
2020-01-18 | add preload obscenity | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | fix FTBFS | Christian Grothoff | |
2020-01-18 | doxygen work | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | DCE: only keep x-taler-wire processing functions we actually use/need | Florian Dold | |
2020-01-18 | DCE: we never have to derrive the wire_gateway_url from the payto URI | Florian Dold | |
2020-01-17 | amount rounding a la Christian | Florian Dold | |
2020-01-16 | reuse TALER_url_join | Christian Grothoff | |
2020-01-16 | remove wallet-specific code | Florian Dold | |
2020-01-15 | round amounts based on config, do unit test for rounding | Florian Dold | |
2020-01-15 | ftbfs | Christian Grothoff | |
2020-01-15 | fix fakebank account vs. full payto confusion | Christian Grothoff | |
2020-01-15 | buffer lib has moved to GNUnet | Florian Dold | |
2020-01-14 | expand test suite | Christian Grothoff | |
2020-01-14 | split off buffer logic | Christian Grothoff | |
2020-01-14 | add payto URL test, fix payto parser implementation | Christian Grothoff | |
2020-01-14 | refactor uri parsing logic, prepare for unit test | Christian Grothoff | |
2020-01-13 | make fakebank and banklib match specifified new API | Christian Grothoff | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2019-11-28 | remove patch_private_key, as it doesn't make any sense | Florian Dold | |
In particular, we were patching the EdDSA private keys, which are *hashed* before doing the curve multiplication. Thus clearing the bits *before* the hashing doesn't make any sense at all. These bits are cleared anyway when deriving the public key. | |||
2019-11-09 | fix off by one: reserve space for 0-termination | Christian Grothoff | |
2019-11-01 | fix path concatenation | Florian Dold | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-29 | fix type and indentation | Christian Grothoff | |
2019-10-17 | implement buffer API and use it for URL construction | Florian Dold | |
2019-10-05 | add helper function to detect http/https on an MHD connection | Florian Dold | |
2019-10-05 | reindenting with uncrustify | Christian Grothoff | |
2019-09-23 | make URL joining more restrictive to avoid mistakes | Florian Dold | |
2019-09-15 | add libasan to the LD_PRELOAD path if it was in gnunet-config | Christian Grothoff | |
2019-09-13 | FPRINTF -> fprintf | Marcello Stanisci | |
2019-09-05 | fix warnings | Christian Grothoff | |
2019-09-05 | fix compiler warnings, add assertions | Christian Grothoff | |
2019-09-01 | update to match recent GNUnet changes | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-08-21 | detect plain http server | Christian Grothoff | |
2019-08-17 | remove currency field from databases | Christian Grothoff | |
2019-06-18 | reduce code duplication | Christian Grothoff | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |