summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2019-11-28remove patch_private_key, as it doesn't make any senseFlorian Dold
2019-11-09fix off by one: reserve space for 0-terminationChristian Grothoff
2019-11-01fix path concatenationFlorian Dold
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix type and indentationChristian Grothoff
2019-10-17implement buffer API and use it for URL constructionFlorian Dold
2019-10-05add helper function to detect http/https on an MHD connectionFlorian Dold
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-23make URL joining more restrictive to avoid mistakesFlorian Dold
2019-09-15add libasan to the LD_PRELOAD path if it was in gnunet-configChristian Grothoff
2019-09-13FPRINTF -> fprintfMarcello Stanisci
2019-09-05fix warningsChristian Grothoff
2019-09-05fix compiler warnings, add assertionsChristian Grothoff
2019-09-01update to match recent GNUnet changesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-08-21detect plain http serverChristian Grothoff
2019-08-17remove currency field from databasesChristian Grothoff
2019-06-18reduce code duplicationChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-08refactor util/test_crypto.c for GNUNET_memcmpng0
2019-02-114692. Fix global return code.Marcello Stanisci
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-08-11leave it to GNUnetChristian Grothoff
2018-08-11disable SECMEM for Taler exchange, it causes massive lock contention and then...Christian Grothoff
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
2018-01-31url joining: grow strings correctlyFlorian Dold
2018-01-31oops, add missing fileFlorian Dold
2018-01-31more tests, fix varargs invocationFlorian Dold
2018-01-31url construction helpersFlorian Dold
2018-01-01refuse endian conversion for invalid amountsChristian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-11-02lets use 52, the number of bits storedChristian Grothoff
2017-11-02fix #5167Christian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs to...Christian Grothoff
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...Christian Grothoff
2017-10-06fix signed calls to isalpha/isdigit/isspace etc.Christian Grothoff
2017-06-06bump versions for releasev0.3.0Christian Grothoff
2017-06-04fixing misc doxygen issuesChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-03-20fixing misc auditor issuesChristian Grothoff
2017-03-15update getopt config parsing style to match 'getopt' GNUnet branch API changeChristian Grothoff
2017-03-06add amount division API and test caseChristian Grothoff
2016-11-18addressing #4803: nicer error messages for invalid wire formatsChristian Grothoff
2016-11-18hack to get taler-config working againChristian Grothoff
2016-11-18fix testcase with new 1e-10 logicChristian Grothoff
2016-11-17actually install taler-configChristian Grothoff
2016-11-14remove taler-arm, since we use taler-deployment-armFlorian Dold
2016-08-11Kinda seems to workJeff Burdges
2016-08-11This might fix the compile errorJeff Burdges