commit 9abe67ab59c803ec47851d10f1834a9c5eff431c
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Aug 26 08:22:49 2019 -0500
Add a bit of sanity locking to the local proxy making code
M api/client.go
commit 48eab5eb2bc02aa2ce9cebfb78993c5a2509f4dc
Author: Frank Villaro-Dixon <frank.villaro@infomaniak.com>
Date: Mon Aug 26 13:40:53 2019 +0200
Fix broken links
M README.rst
commit 38c95d526d0e964589e8f429eb3cbcbef66bedf9
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sun Aug 25 19:48:13 2019 -0500
Remove trailing slash from fake unix request thingy
M api/client.go
commit 9fd401637ef1556ed08dce1b4f7e172225765ac7
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sun Aug 25 15:41:28 2019 -0500
Allow for a local UNIX socket proxy for the API clients
This allows multiple local drpcli instances to share an upstream connection
to dr-provision, provided they know where the local socket is to talk to.
The local agent code is wired up to use it.
M agent/00_agent_test.go
M agent/agent.go
M api/client.go
M api/common_test.go
M api/event_stream.go
M cli/common_test.go
commit edaf4f6ffd1ac24cff6e5a9017362949ec86518f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sun Aug 25 12:40:57 2019 -0500
Enable http/2 on all client transports.
It turns out that if you have a custom TLS config on the client side
even one as trivial as allowing self-signed certs, then http/2 is
disabled by default. This change overrides that by forcing http/2
to be enabled by default.
M api/client.go
M go.mod
M go.sum
End of Note