Age | Commit message (Expand) | Author |
2021-01-01 | copyright year 2021 | Max Kellermann |
2020-10-28 | db/simple: purge songs for unavailable decoder plugins on update | Max Kellermann |
2020-07-06 | Merge branch 'v0.21.x' | Max Kellermann |
2020-07-06 | decoder/Plugin: allow scan_{file,stream}() to throw | Max Kellermann |
2020-05-30 | use std chr functions | Rosen Penev |
2020-03-12 | replace assert.h with cassert | Rosen Penev |
2020-01-18 | copyright year 2020 | Max Kellermann |
2019-11-04 | Merge branch 'v0.21.x' | Max Kellermann |
2019-11-04 | meson.build, SongUpdate: disable db-specific archive code if -Ddatabase=false | Max Kellermann |
2019-09-04 | db/simple/Song: rename "uri" to "filename" | Max Kellermann |
2019-09-04 | db/simple/Song: remove static method NewFile() | Max Kellermann |
2019-09-04 | db/simple/Song: make "parent" a reference, not a pointer | Max Kellermann |
2019-08-09 | util/UriUtil: split | Max Kellermann |
2019-07-05 | include cleanups (powered by iwyu) | Max Kellermann |
2019-06-17 | Copyright year 2019 | Max Kellermann |
2019-05-22 | DetachedSong: allow LoadFile(), Update() to throw | Max Kellermann |
2019-05-22 | db/simple/Song: allow LoadFile(), UpdateFile() to throw | Max Kellermann |
2019-05-21 | db/simple/Song: wrap in std::unique_ptr<> | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann |
2018-07-06 | db/simple: add an AudioFormat to each Song | Max Kellermann |
2018-07-06 | TagFile: rename exported functions, use CamelCase | Max Kellermann |
2018-01-21 | SongUpdate: add "noexcept" | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-08-18 | DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti... | Max Kellermann |
2017-02-11 | storage/FileInfo: convert mtime to std::chrono::system_clock::time_point | Max Kellermann |
2017-02-10 | fs/FileInfo: use std::chrono::system_clock | Max Kellermann |
2017-02-08 | tag/Tag*: rename several source files | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-11-07 | SongLoader, ...: include cleanup | Max Kellermann |
2016-10-27 | storage: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-16 | db/update: catch exceptions from Storage plugins | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-26 | SongUpdate: remove obsolete overload UpdateFileInArchive(Storage) | Max Kellermann |
2016-02-26 | SongUpdate: remove archive handling from LoadFile() | Max Kellermann |
2016-02-26 | SongUpdate: add UpdateFileInArchive(ArchiveFile&) | Max Kellermann |
2016-02-26 | TagArchive: add TagBuilder overload with ScanGenericTags() fallback | Max Kellermann |
2016-02-26 | TagStream: add TagBuilder overload with ScanGenericTags() fallback | Max Kellermann |
2016-02-26 | TagFile: add TagBuilder overload with ScanGenericTags() fallback | Max Kellermann |
2016-02-22 | SongUpdate: move tag_scan_fallback() to tag/Generic.cxx | Max Kellermann |
2016-02-22 | tag/handler: use CamelCase | Max Kellermann |
2015-10-20 | DetachedSong: check AllocatedPath::FromUTF8() result | Max Kellermann |
2015-10-20 | DetachedSong: move code from Update() to LoadFile() | Max Kellermann |
2015-03-01 | SongUpdate: use OpenArchiveInputStream() to open archive file | Max Kellermann |
2015-03-01 | db/simple: eliminate UpdateFileInArchive() if archive API is disabled | Max Kellermann |
2015-02-28 | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann |
2015-02-28 | storage/FileInfo: rename to StorageFileInfo | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-02-26 | db/simple: create dedicated directory | Max Kellermann |