summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-20fix: add missing filename keyword argument to stop_serverLars Wirzenius1-1/+1
2021-03-20chore: update vendored Subplot librariesLars Wirzenius3-3/+66
2021-03-18Merge branch 'nocheck' into 'main'Lars Wirzenius1-1/+1
2021-03-18build: disable ./check during Debian package buildLars Wirzenius1-1/+1
2021-02-01Merge branch 'deps' into 'main'Lars Wirzenius1-0/+1
2021-02-01fix: add python3-yaml, a missing build-dependency for DebianLars Wirzenius1-0/+1
2021-01-30Merge branch 'debian' into 'main'Lars Wirzenius16-40/+621
2021-01-30build: add initial Debian packagingLars Wirzenius7-0/+73
2021-01-30refactor: drop now-unused function to creaste fileLars Wirzenius1-8/+0
2021-01-30refactor: drop now-unnecessary bindingLars Wirzenius1-7/+0
2021-01-30refactor: use Subplot's lib/filesLars Wirzenius3-1/+18
2021-01-30chore: vendor Subplot's lib/filesLars Wirzenius2-0/+220
2021-01-30refactor: use subplot's lib/daemon in ewww.pyLars Wirzenius1-24/+7
2021-01-30chore: vendor lib/daemon from SubplotLars Wirzenius3-1/+295
2021-01-30chore: update runcmd.py from SubplotLars Wirzenius1-0/+9
2021-01-30chore: update ewww.md to use vendored runcmdLars Wirzenius1-2/+2
2021-01-30chore: move subplot/runcmd to subplot/vendoredLars Wirzenius2-0/+0
2021-01-30Merge branch 'fix' into 'master'Lars Wirzenius1-0/+1
2021-01-30fix: add missing template to ewww.md YAML metadataLars Wirzenius1-0/+1
2020-10-22Merge branch 'fix' into 'master'Lars Wirzenius1-0/+1
2020-10-22chore: silence a clippy warningLars Wirzenius1-0/+1
2020-10-14Merge branch 'runcmd' into 'master'Lars Wirzenius0-0/+0
2020-10-14chore: update subplot/runcmd.* from SubplotLars Wirzenius4-74/+318
2020-10-14chore: get global symbols via global()Lars Wirzenius3-15/+14
2020-10-14refactor: move subplot files to subplot/Lars Wirzenius7-6/+6
2020-10-14fix: only run cargo fmt, if it's availableLars Wirzenius1-1/+4
2020-10-07feat: add logging, mostly of requestsLars Wirzenius5-7/+103
2020-07-26Merge branch 'subplot-fixes' into 'master'Lars Wirzenius1-11/+14
2020-07-26doc: clarify that ewww doesn't create/renew TLS certLars Wirzenius1-1/+2
2020-07-26doc: allow plain HTTP for things other then LE, but be explicitLars Wirzenius1-2/+3
2020-07-26doc: link to warp crate in ewww.mdLars Wirzenius1-1/+3
2020-07-26fix: ewww.md to say only one config supplied at startupLars Wirzenius1-3/+2
2020-07-26fix: ewww.md to say server is startd by something like systemdLars Wirzenius1-4/+4
2020-07-26Merge branch 'given-filename' into 'master'Lars Wirzenius2-6/+6
2020-07-26refactor: "when I create" to "given file"Lars Wirzenius2-6/+6
2020-07-26Merge branch 'dropobs' into 'master'Lars Wirzenius1-17/+0
2020-07-26drop: dead code from ewww.pyLars Wirzenius1-17/+0
2020-07-19Merge branch 'serve-files' into 'master'Lars Wirzenius6-59/+63
2020-07-19test: drop minimal smoke testLars Wirzenius1-45/+0
2020-07-19feat: serve files from configured webrootLars Wirzenius2-9/+20
2020-07-19test: wait for ewww to start, and log stderr if it doesn'tLars Wirzenius1-1/+20
2020-07-19test: log call of terminate_process, and its failureLars Wirzenius1-2/+7
2020-07-19test: add a bit of debug logging to http.pyLars Wirzenius1-1/+3
2020-07-19test: add -c (--codegen) option to generate test program, not run itLars Wirzenius1-4/+16
2020-07-19Merge branch 'errors' into 'master'Lars Wirzenius3-1/+46
2020-07-19feat: check that TLS cert and key files exist, with error messageLars Wirzenius3-1/+46
2020-07-19Merge branch 'subplot-lib' into 'master'Lars Wirzenius7-53/+220
2020-07-19test: add logging to ewww.pyLars Wirzenius1-0/+7
2020-07-19test: add debug logging of runcmd callsLars Wirzenius1-27/+16
2020-07-19refactor: extract functions for doing HTTP requests to its own moduleLars Wirzenius4-31/+49