summaryrefslogtreecommitdiff
path: root/src/db/DatabasePrint.cxx
AgeCommit message (Expand)Author
2020-05-04remove std::bind usage as much as possibleRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Merge branch 'v0.21.x'Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-16db/Interface: CollectUniqueTags() allows multiple "groups"Max Kellermann
2019-05-08util/Time*: move to time/Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-09-02db/Print: move sort/window emulation code to class DatabaseVisitorHelperMax Kellermann
2018-09-02db/Selection: add `sort` and `window`Max Kellermann
2018-09-02db/Print: move variable `i`Max Kellermann
2018-09-02protocol/RangeArg: add Contains()Max Kellermann
2018-09-02protocol/RangeArg: add IsAll()Max Kellermann
2018-09-02db/Print: pass RangeArg to db_selection_print()Max Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-25db/Print: pass TagType to PrintUniqueTags()Max Kellermann
2018-07-25db/Print: move code to PrintSongUris()Max Kellermann
2018-07-06db/LightSong: make Tag a referenceMax Kellermann
2018-01-21db/Print: add "noexcept"Max Kellermann
2017-12-18db/DatabasePrint: support sorting by "modified-since"Max Kellermann
2017-12-18db/DatabasePrint: support descending sortMax Kellermann
2017-08-18db/LightDirectory: use std::chrono::system_clock::time_pointMax Kellermann
2017-08-11db/PlaylistInfo: use std::chrono::system_clock::time_pointMax Kellermann
2017-02-24SongPrint: remove Storage::MapToRelativeUTF8() callMax Kellermann
2017-02-08command/Database: add "sort" parameter to "find" and "search"Max Kellermann
2017-02-08client: add tag_mask attributeMax Kellermann
2017-02-08tag/Mask: wrap in classMax Kellermann
2017-02-08db/{Count,Print}: use tag_print(), eliminate duplicate codeMax Kellermann
2017-01-31Correct method types to match Interface.hxxThomas Zander
2017-01-03update copyright yearMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Visitor: remove the Error parameterMax Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-08-24db/UniqueTags, tag/Set, ...: use typedef tag_mask_tMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-26DatabasePrint: cast int to unsigned before comparisonMax Kellermann
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann
2014-04-24DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann
2014-04-24DatabasePrint: merge adjacent client_printf() callsMax Kellermann
2014-04-24DatabasePrint: pass const SearchStats referenceMax Kellermann
2014-04-24DatabasePrint: use unsigned countsMax Kellermann
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann