Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-24 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > > Sorry I just hate to spam people with more email, when the information > > strikes me as such small value beyond the contents of the git repo. Are > > there folks who read only the mailing list but don't git update? > > Personally I like more email. Especially if it shows which cod

Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-23 Thread Mark Wielaard
Hi Frank, On Mon, 2020-03-23 at 12:29 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > > Looks good. Thanks for updating and pushing. But please do sent the > > final patch also to the list when the code changed. So people can track > > which version eventually gets in. > > Sorry I just h

Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-23 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Looks good. Thanks for updating and pushing. But please do sent the > final patch also to the list when the code changed. So people can track > which version eventually gets in. Sorry I just hate to spam people with more email, when the information strikes me as such small value beyon

Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-23 Thread Mark Wielaard
Hi Frank, On Sun, 2020-03-22 at 14:53 -0400, Frank Ch. Eigler wrote: > [...] > > I think it would be good to just initialize to NULL and use strdup and > > free to store/manage it. That would also make the interface slightly > > simpler, so the client doesn't have to check for the empty string, ju

Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-22 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > [...] > I think it would be good to just initialize to NULL and use strdup and > free to store/manage it. That would also make the interface slightly > simpler, so the client doesn't have to check for the empty string, just > for NULL. OK. - FChE

Re: PR25369 rfc slice 2: debuginfod get_url

2020-03-22 Thread Mark Wielaard
Hi Frank, On Fri, 2020-03-20 at 21:37 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Slice 2/3, the debuginfod_client get_url function. This new > version works during or after the progressfn callback. > > Author: Frank Ch. Eigler > Date: Fri Mar 20 21:33:52 2020 -0400 > > debuginfo

PR25369 rfc slice 2: debuginfod get_url

2020-03-20 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Slice 2/3, the debuginfod_client get_url function. This new version works during or after the progressfn callback. Author: Frank Ch. Eigler Date: Fri Mar 20 21:33:52 2020 -0400 debuginfod client API: add get_url function This function lets a client know, during or after a p