Re: [lldb-dev] [llvm-dev] HTTP library in LLVM

2020-08-31 Thread Petr Hosek via lldb-dev
These are the ones I found so far: * [libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/) is used by elfutils' debuginfod, but it's LGPL licensed. * [libcURL](https://curl.haxx.se/libcurl/) would be an option for the client, but we'd need a different library for the server. *

Re: [lldb-dev] [llvm-dev] HTTP library in LLVM

2020-08-31 Thread Jonas Devlieghere via lldb-dev
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev < llvm-...@lists.llvm.org> wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > * It supports Linux,

Re: [lldb-dev] [llvm-dev] HTTP library in LLVM

2020-08-31 Thread David Blaikie via lldb-dev
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > I hesitate to get into it on the list, not-a-lawyer, etc.

Re: [lldb-dev] [llvm-dev] HTTP library in LLVM

2020-08-31 Thread Eric Christopher via lldb-dev
+LLDB Dev as well for visibility. +Pavel Labath since he and I have talked about such things. On Mon, Aug 31, 2020 at 7:26 PM David Blaikie wrote: > [+debug info folks, just as FYI - since the immediate question's more > about 3rd party library deps than the nuances of DWARF, etc] > > I'd