summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_reserve.c
AgeCommit message (Collapse)Author
2019-05-23using legal lib namesMarcello Stanisci
2019-05-17Compression.Marcello Stanisci
Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.)
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-08Refactor lib/exchange_api_reserve.c for GNUNET_memcmpng0
2019-02-17fix memory leak of rhistory, always allocate it on the heapChristian Grothoff
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff