summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-06-26implement /link signaturesChristian Grothoff
2019-06-18reduce code duplicationChristian Grothoff
2019-06-18dead code eliminationChristian Grothoff
2019-06-16fix NPEChristian Grothoff
2019-06-08add another ECChristian Grothoff
2019-06-08rename _new.c to just .c for testsChristian Grothoff
2019-06-08add missing fileChristian Grothoff
2019-06-08fix #5756, also change sepa->iban as per payto:// specChristian Grothoff
2019-06-07update twister confMarcello Stanisci
2019-06-06fixing #5754 (make copy, as original may disappear)Christian Grothoff
2019-06-05working on fix for #5747Christian Grothoff
2019-06-05add locking to avoid transaction retriesChristian Grothoff
2019-06-04DCEChristian Grothoff
2019-06-04indentationChristian Grothoff
2019-06-04log failures by MHD_add_response_headerChristian Grothoff
2019-06-03check rvalChristian Grothoff
2019-06-03Moving checks where they belong.Marcello Stanisci
2019-06-03Fix return code check.Marcello Stanisci
2019-06-03initialize timestamp to obviously bogus value if /admin/add/incoming failedChristian Grothoff
2019-06-03.argument field was never used, simplify logicChristian Grothoff
2019-06-03add guard logic to check sizeof(value) is sufficient (should be -- size is ↵Christian Grothoff
20, needed are 5, but still the new code is strictly safer even if slower)
2019-06-03fix potential free of uninitialized ptr, (on virtually impossible error ↵Christian Grothoff
handling path)
2019-06-03getchar() result is intentionally discarded, make this clearChristian Grothoff
2019-06-03put fixme for #5746.Marcello Stanisci
2019-06-03check more return valuesChristian Grothoff
2019-06-03add missing 'static', ensure no NPE, fail nicely even on bad test inputChristian Grothoff
2019-06-03check return value, alwaysChristian Grothoff
2019-06-03check return value from GNUNET_PROGRAM_run in taler-wireChristian Grothoff
2019-06-03do not cut out &start= post-hum, just build the string right the first timeChristian Grothoff
2019-06-03eliminate useless global variable TFH_handle_history_range_stepChristian Grothoff
2019-06-03add missing unlock (on error path that is usually fatal anyway)Christian Grothoff
2019-05-29improve error message for wire response filesFlorian Dold
2019-05-24teah_common.h -> taler_curl_lib.hMarcello Stanisci
2019-05-23using legal lib namesMarcello Stanisci
2019-05-23Export compressing routine.Marcello 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-16Fix compression.Marcello Stanisci
The "Content-Encoding: deflate" header is now added from within the compression routine itself, and _not_ from the "exchange handle". This fixed the bank-lib functions as those do not use any exchange handle, and therefore were wrongly sending compressed bodies without adding the mentioned HTTP header.
2019-05-15Content-encoding -> Content-Encoding.Marcello Stanisci
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
2019-05-13Never set HTTP headers before invoking libgnunetcurl.Marcello Stanisci
2019-05-12bank-lib: fix contextFlorian Dold
2019-05-12hack in bank-lib compressionFlorian Dold
2019-05-10Create async scopes.Florian Dold
Log statements contain an async scope identifier, which allows to correlate logs from the same request.
2019-05-10Remove non-working curl configFlorian Dold
These headers are overwritten by GNUNET's curl context, setting them here is useless.
2019-05-09fix #5716Christian Grothoff
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-05-02benchmark: don't print result as exchange workerFlorian Dold
2019-05-02adapt to GNUnet API changeChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-05-01Remove bogus ifdef for tcp fast openFlorian Dold
2019-05-01benchmark: terminate exchange slave properlyFlorian Dold