summaryrefslogtreecommitdiff
path: root/src/db/update/Service.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-07-06db/update/Service: avoid copying the mount point pathMax Kellermann
2020-04-08db/update/Service: pass std::string_view to Enqueue()Max Kellermann
2020-04-08db/simple: pass std::string_view to Directory::LookupDirectory()Max Kellermann
2020-04-03db/simple/Directory: add LookupResult::uriMax Kellermann
2020-04-03db/simple/Directory: rename LookupResult::uri to "rest"Max Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-09-01db/update/Service: add `noexcept`Max Kellermann
2019-09-01TagArchive, db/update/Service: catch all exceptionsMax Kellermann
2019-08-02Partition, ...: add `noexcept` to callback methodsMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-26db/update/Service: wrap UpdateWalk in std::unique_ptr<>Max Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2018-11-19db/Interface: remove IsPlugin(), use `dynamic_cast` insteadMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-19db/update/Service: Enqueue() throws on errorMax Kellermann
2018-07-17db/update/Config: use struct ConfigDataMax Kellermann
2018-07-17db/update/Walk: move UpdateConfig initialization to class UpdateServiceMax Kellermann
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09db/update/Service: set the update thread nameMax Kellermann
2018-02-03Merge tag 'v0.20.16'Max Kellermann
2018-02-01db/update/Queue: work around GCC7 -WuninitializedMax Kellermann
2018-01-07thread/Thread: use BoundMethodMax Kellermann
2017-11-10db/update/Service: migrate from DeferredMonitor to DeferEventMax Kellermann
2017-09-09db/update/Service: use C++11 initializersMax Kellermann
2017-08-18event/Loop: set thread to current thread by defaultMax Kellermann
2017-02-10thread/Thread: use BoundMethodMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-06-17thread/Thread: throw std::system_error on errorMax Kellermann
2016-03-05db/update/Service: eliminate attribute "progress"Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-16fs/io/OutputStream: use C++ exceptions in Write()Max Kellermann
2015-12-16fs/io/FileOutputStream: use C++ exceptions in constructorMax Kellermann
2015-12-16db/simple: use class ScopeDatabaseLockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27db/simple: GetRoot() returns referenceMax Kellermann
2014-02-27db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann
2014-02-27db/update: cancel the update on shutdownMax Kellermann
2014-02-27db/UpdateGlue: rename to Service.cxxMax Kellermann
2014-01-30db/update: convert to OO APIMax Kellermann