diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2019-12-26 19:06:46 -0500 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2019-12-27 06:46:48 -0500 |
| commit | 83375d92a20f26302fddb30dbab5bb22ffccaa7c (patch) | |
| tree | e234c0dd928c8ed906a1b0fb665e3194e6a7a45a /tests/ChangeLog | |
| parent | 5de5dc7d1bf8b49056b123978f0449588d5f006c (diff) | |
| download | elfutils-fche/debuginfod-fd-cache.tar.gz | |
debuginfod: extracted-from-archive file cachefche/debuginfod-fd-cache
Add a facility to service webapi and dwz/altdebug requests that
resolve to archives via a $TMPDIR file cache. This permits
instantaneous dwz resolution during -debuginfo rpm scanning, and also
instantanous duplicate webapi requests. The cache is limited both in
number of entries and in storage space. Heuristics provide
serviceable defaults.
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 02a8f75f..2122f870 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2019-12-26 Frank Ch. Eigler <fche@redhat.com> + + * run-debuginfod-find.sh: Test --fdcache* options. + 2019-12-22 Frank Ch. Eigler <fche@redhat.com> * debuginfod-debs/*: New test files, based on |
