Re: [PATCH] Bug 25600 - debuginfo-client should handle file:// URLs

2020-02-26 Thread Konrad Kleine
Modify changelog per directory and not in top-level directory. From ba36d7fc0aea4656ec8c2577306fec4c01c9a02d Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 26 Feb 2020 10:00:43 -0500 Subject: [PATCH] debuginfod: file:// URLs: handle curl resp. code When file:// is used for

Re: [PATCH] Bug 25600 - debuginfo-client should handle file:// URLs

2020-02-26 Thread Konrad Kleine
Addec Changelog entry On Wed, 26 Feb 2020 at 17:35, Konrad Kleine wrote: > > When file:// is used for DEBUGINFOD_URLS, then the response code for a > successful server query is 0 and not 200. > > Using file:// can be helpful when you want to test your > debuginfod-client int

[PATCH] Bug 25600 - debuginfo-client should handle file:// URLs

2020-02-26 Thread Konrad Kleine
don't have to run the debuginfod server at all. Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=25600 From 91e942e3ac844487839653d470de2efb58255977 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 26 Feb 2020 10:00:43 -0500 Subject: [PATCH] debuginfod: file:// URLs: handle curl resp.

[NFC] debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_t

2020-02-12 Thread Konrad Kleine
I've copied the type name for the progress function from the manual and noticed that it didn't compile... From dce881a783fe6f2b01b1756404f474e1c4695967 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 12 Feb 2020 07:59:50 -0500 Subject: [PATCH] [NFC] debuginfod/doc

Re: [PATCH] debuginfod-client: restrict cleanup to client-pattern files

2020-02-12 Thread Konrad Kleine
Hi Aaron, this looks good to me. Thank you for taking care of the tests. - Konrad On 11/02/2020 21:54, Aaron Merey wrote: > Hi Konrad, > > You're right, it's better to include a test. I've added one to the patch. > > Aaron > > On Tue, Feb 11, 2020 at 2:0

Re: [PATCH] debuginfod-client: restrict cleanup to client-pattern files

2020-02-11 Thread Konrad Kleine
Can we have a test for this? 0xC0A02C32BCB73099.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

[PATCH] NFC: fix typo in comment: legnth -> length

2020-02-10 Thread Konrad Kleine
From: Konrad Kleine Date: Mon, 10 Feb 2020 08:46:13 -0500 Subject: [PATCH] NFC: fix typo in comment: legnth -> length Signed-off-by: Konrad Kleine --- debuginfod/debuginfod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfod/debuginfod.h b/debuginfod/debuginfod