[lldb-dev] bindings as service idea

Zachary Turner via lldb-dev lldb-dev at lists.llvm.org
Thu Nov 19 11:40:21 PST 2015


On Thu, Nov 19, 2015 at 10:28 AM Todd Fiala <todd.fiala at gmail.com> wrote:

> Some other points we need to consider on the bindings-as-service idea:
>
> * The service should be exposed via secure connection (https/ssl/etc.)
>  This might already be guaranteed on the Google end by virtue of the
> endpoint, but we'll want to make sure we can have a secure connection.
>  (This will be a non-issue for standing up a custom server, but the
> official one should have this taken care of).
>

If the only thing we're sending from client -> server is packaged up source
code which is already available on the open source repository, and the
server doesn't require authentication, is this necessary?

If so, does this mean everyone needs to generate a cert locally?

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151119/0c92d2cf/attachment-0001.html>


More information about the lldb-dev mailing list