summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_handle.c
AgeCommit message (Collapse)Author
2019-08-25re-format codeFlorian Dold
2019-07-28fixing #5767Christian Grothoff
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-15Content-encoding -> Content-Encoding.Marcello Stanisci
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-01-24make function staticChristian Grothoff
2019-01-24fix /version testChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24Auditor tests.Marcello Stanisci
Fix double connection.
2019-01-23debugMarcello Stanisci
2019-01-21this is correct, we must start that taskChristian Grothoff
2019-01-21Comment out buggy partMarcello Stanisci
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff