Re: [PATCH] PR25628: Debuginfod client should cache negative results.

2021-05-01 Thread Mark Wielaard
Hi Alice, On Wed, Apr 28, 2021 at 08:10:49AM -0400, Alice Zhang via Elfutils-devel wrote: > * debuginfod/debuginfod-client.c: > - add debuginfod_config_cache for reading and writing to cache > configuration files, make use of the function within > debuginfod_clean_cache and debuginfod_qu

[PATCH] PR25628: Debuginfod client should cache negative results.

2021-04-28 Thread Alice Zhang via Elfutils-devel
* debuginfod/debuginfod-client.c: - add debuginfod_config_cache for reading and writing to cache configuration files, make use of the function within debuginfod_clean_cache and debuginfod_query_server. - in debuginfod_query_server, create 000-permission file on failed queries. Befor