]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRESS client support
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 4 Dec 2019 20:51:12 +0000 (15:51 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 19 Dec 2019 14:57:13 +0000 (09:57 -0500)
commit76ad56c430f0b85c47115688c511d9bd4fa671d4
treea8740a51492922a5d7d8ef9769ecefbd7be333fd
parent2e75c987d591d3af313ee38a31ab677f6f4eb1ff
debuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRESS client support

This facility allows a default progress-printing function to be
installed if the given environment variable is set.  Some larger usage
experience (systemtap fetching kernels) indicates the default timeout
is too short, so forked it into a connection timeout (default short)
and a transfer timeout (default unlimited).

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c
debuginfod/debuginfod.h
doc/ChangeLog
doc/debuginfod-find.1
doc/debuginfod_find_debuginfo.3
tests/ChangeLog
tests/run-debuginfod-find.sh