summaryrefslogtreecommitdiff
path: root/subplot/server.py
AgeCommit message (Collapse)AuthorFilesLines
2020-11-27feat! make obnam-server always use TLSLars Wirzenius1-1/+1
This will ruin my benchmark results, but it's the right thing to do.
2020-11-18feat! change client config to take a base URL instead of host, portLars Wirzenius1-7/+5
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-0/+178
The old subplot/obnam.{yaml,py} were starting to get large enough that it was hard to understand them. Also, were partly overlapping in functionality with runcmd.