]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add secondary HTTP storage 676/head
authorGregor Jasny <gregor.jasny@logmein.com>
Tue, 6 Jul 2021 12:03:41 +0000 (14:03 +0200)
committerGregor Jasny <gregor.jasny@logmein.com>
Wed, 7 Jul 2021 22:11:49 +0000 (00:11 +0200)
commita28ad9db64f39b49652bf2ad8ab8d3259786d33b
treefc589174426f5f95f6f18ba2fe06691d8f933ef8
parentd9e883b5b9a3616a8f33535fcd1b2af4b621a590
Add secondary HTTP storage

Fixes: #858
12 files changed:
.github/workflows/build.yaml
doc/MANUAL.adoc
src/ccache.hpp
src/storage/Storage.cpp
src/storage/secondary/CMakeLists.txt
src/storage/secondary/HttpStorage.cpp [new file with mode: 0644]
src/storage/secondary/HttpStorage.hpp [new file with mode: 0644]
test/CMakeLists.txt
test/http-client [new file with mode: 0755]
test/http-server [new file with mode: 0755]
test/run
test/suites/secondary_http.bash [new file with mode: 0644]