arch-repo-manager/librepomgr/webapi
Martchus 218dfecf56 Avoid loading databases when modification date is <= last update
* Do HTTP head request first when loading database from mirror to avoid
  downloading the full database all the time
* Use the last modification date of the local database file because with
  the persistent storage even local database reloads became a bit expensive
2022-01-25 00:13:10 +01:00
..
params.cpp Fix posting build action to start it later; add basic test for the route 2021-02-08 23:54:03 +01:00
params.h Allow constructing BadRequest from std::string 2021-07-07 19:46:43 +02:00
render.cpp Initial import 2021-02-08 23:53:56 +01:00
render.h Initial import 2021-02-08 23:53:56 +01:00
repository.cpp Initial import 2021-02-08 23:53:56 +01:00
repository.h Initial import 2021-02-08 23:53:56 +01:00
routeid.h Initial import 2021-02-08 23:53:56 +01:00
routes.cpp Avoid loading databases when modification date is <= last update 2022-01-25 00:13:10 +01:00
routes.h Fix posting build action to start it later; add basic test for the route 2021-02-08 23:54:03 +01:00
routes_buildaction.cpp Fix typos found via `codespell --skip .git -w` 2021-07-03 19:59:57 +02:00
server.cpp Experiment with Boost.Beast to use version of async_accept accepting IO ctx 2021-02-08 23:54:03 +01:00
server.h Experiment with Boost.Beast to use version of async_accept accepting IO ctx 2021-02-08 23:54:03 +01:00
session.cpp Initial import 2021-02-08 23:53:56 +01:00
session.h Fix posting build action to start it later; add basic test for the route 2021-02-08 23:54:03 +01:00
typedefs.h Initial import 2021-02-08 23:53:56 +01:00