Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-09 Thread T R
Dear Debuginfod developers, I hope this email finds you well. My name is Tobias Rebele and I am a developer interested in utilizing the Debuginfod server for debugging purposes. I have been following the development of Debuginfod and I am particularly interested in the features that are current

[PATCH] libdw: dwarf_getsrcfiles should not imply dwarf_getsrclines

2024-04-09 Thread Aaron Merey
dwarf_getsrcfiles causes line data to be read in addition to file data. This is wasteful for programs which only need file or directory names. Debuginfod server is one such example. Fix this by moving the srcfile reading in read_srclines into a separate function read_srcfiles. This change improve

Re: [rfc] [patch] PR28204: debuginfod ima signature verification

2024-04-09 Thread Mark Wielaard
Hi Frank, On Wed, 2024-04-03 at 17:04 -0400, Frank Ch. Eigler wrote: > The following raw diff reworks this long-blocked patch to overcome > these three objections last fall: > > - to drop "permissive" mode We discussed a bit on irc about "wording". But I think it isn't really how it is worded, b

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-09 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #5 from nolange79 at gmail dot com --- Apparently the modern was is to iterate through the 'protocols' array. I added a patch, please feet free to reformat to adhere to coding standards, your tab/space mix is pretty wild there ;) -

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-09 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #4 from nolange79 at gmail dot com --- Created attachment 15454 --> https://sourceware.org/bugzilla/attachment.cgi?id=15454&action=edit Test for https support in libcurl -- You are receiving this mail because: You are on the CC