Age | Commit message (Expand) | Author |
2021-01-01 | copyright year 2021 | Max Kellermann |
2020-03-16 | remove gcc_unused | Rosen Penev |
2020-03-12 | replace assert.h with cassert | Rosen Penev |
2020-01-18 | copyright year 2020 | Max Kellermann |
2019-07-05 | include cleanups (powered by iwyu) | Max Kellermann |
2019-06-17 | Copyright year 2019 | Max Kellermann |
2019-06-06 | tag/Handler: pass StringView to OnTag() and OnPair() | Max Kellermann |
2019-05-08 | util/Time*: move to time/ | Max Kellermann |
2019-04-18 | LocateUri: pass URI plugin kind, optionally disables plugin verify | Max Kellermann |
2019-02-20 | Instance: use std::unique_ptr<> to manage the Database pointer | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-08-19 | db/update/Service: Enqueue() throws on error | Max Kellermann |
2018-08-09 | decoder/Thread, ...: log all exceptions | Max Kellermann |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann |
2018-07-05 | tag/Handler: convert to class with virtual methods | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-08-11 | db/PlaylistInfo: use std::chrono::system_clock::time_point | Max Kellermann |
2017-02-25 | Client: add method GetPartition(), make partition private | Max Kellermann |
2017-02-25 | Client: add method GetInstance() | Max Kellermann |
2017-02-24 | SongPrint: remove Storage::MapToRelativeUTF8() call | Max Kellermann |
2017-02-10 | IOThread: move EventThread instance into struct Instance | Max Kellermann |
2017-02-08 | client: add tag_mask attribute | Max Kellermann |
2017-02-08 | command/Other: move some functions to ClientCommands.cxx | Max Kellermann |
2017-02-08 | tag/Tag*: rename several source files | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-10-29 | db/Interface: migrate Update() from class Error to C++ exceptions | Max Kellermann |
2016-10-27 | LocateUri: migrate from class Error to C++ exceptions | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-22 | tag/handler: use CamelCase | Max Kellermann |
2015-12-29 | fs/DirectoryReader: use C++ exceptions instead of class Error | Max Kellermann |
2015-12-18 | protocol/Ack: add exception class wrapping enum ack | Max Kellermann |
2015-11-13 | command/other: re-allow "lsinfo /" | Max Kellermann |
2015-10-22 | LocateUri: new library to classify URIs in a standard way | Max Kellermann |
2015-10-20 | PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASE | Max Kellermann |
2015-10-20 | DetachedSong: move code from Update() to LoadFile() | Max Kellermann |
2015-10-20 | command/DatabaseCommands: pass URI to handle_lsinfo2() | Max Kellermann |
2015-08-14 | client, command: use StringIsEqual() | Max Kellermann |
2015-08-13 | command: pass Response object to command callbacks | Max Kellermann |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann |
2015-08-11 | command/Request: add parser methods | Max Kellermann |
2015-08-11 | protocol/ArgParser: add overload with max_value parameter | Max Kellermann |
2015-08-11 | protocol/ArgParser: overload as ParseCommandArg(), pass references | Max Kellermann |
2015-08-11 | command/Request: new struct wrapping ConstBuffer<const char *> | Max Kellermann |
2015-08-11 | command/{Queue,Other}: eliminate local "bool" variable | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-08 | command: use ConstBuffer<const char *> for argument list | Max Kellermann |
2014-07-29 | db/Interface: add virtual method Update() | Max Kellermann |
2014-07-29 | OtherCommands: split handle_update() | Max Kellermann |
2014-06-16 | command: make argc unsigned | Max Kellermann |