Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/UniqueTags, tag/Set, ...: use typedef tag_mask_t | Max Kellermann | 2015-08-24 | 1 | -3/+3 |
| | |||||
* | client, command: use StringIsEqual() | Max Kellermann | 2015-08-14 | 4 | -25/+27 |
| | |||||
* | command/CommandListBuilder: postpone "size" initialization | Max Kellermann | 2015-08-14 | 2 | -2/+2 |
| | |||||
* | protocol/Result: move current_command to class Response | Max Kellermann | 2015-08-14 | 1 | -14/+2 |
| | |||||
* | protocol/Result: move command_list_num to class Response | Max Kellermann | 2015-08-14 | 1 | -4/+1 |
| | |||||
* | command: pass Response object to command callbacks | Max Kellermann | 2015-08-13 | 25 | -395/+246 |
| | |||||
* | client/Response: new Client wrapper class for writing responses | Max Kellermann | 2015-08-12 | 17 | -465/+588 |
| | |||||
* | command/Request: add parser methods | Max Kellermann | 2015-08-11 | 8 | -67/+92 |
| | | | | Wrapper for protocol/ArgParser.cxx. | ||||
* | protocol/ArgParser: add overload with max_value parameter | Max Kellermann | 2015-08-11 | 2 | -26/+4 |
| | |||||
* | protocol/ArgParser: overload as ParseCommandArg(), pass references | Max Kellermann | 2015-08-11 | 6 | -57/+42 |
| | |||||
* | command/Request: new struct wrapping ConstBuffer<const char *> | Max Kellermann | 2015-08-11 | 26 | -215/+262 |
| | |||||
* | protocol/ArgParser: add struct RangeArg | Max Kellermann | 2015-08-11 | 3 | -31/+32 |
| | |||||
* | command/{Queue,Other}: eliminate local "bool" variable | Max Kellermann | 2015-08-11 | 3 | -13/+6 |
| | |||||
* | PlaylistSave: return bool/Error instead of PlaylistResult | Max Kellermann | 2015-03-24 | 1 | -2/+4 |
| | |||||
* | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2015-03-03 | 2 | -4/+8 |
| | |||||
* | FileCommands: use Path::HasNewline() | Max Kellermann | 2015-03-03 | 1 | -3/+3 |
| | |||||
* | StorageCommands: use PathTraitsUTF8 for protocol argument | Max Kellermann | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | FileCommands: use PathTraitsFS typedefs | Max Kellermann | 2015-02-28 | 1 | -2/+2 |
| | |||||
* | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2015-02-28 | 1 | -7/+7 |
| | | | | Replaces StatFile(), with a portable data object. | ||||
* | FileCommands: skip special files completely | Max Kellermann | 2015-02-28 | 1 | -0/+2 |
| | | | | | Previously, MPD printed the time stamp without printing the file name. That made no sense. | ||||
* | storage/FileInfo: rename to StorageFileInfo | Max Kellermann | 2015-02-28 | 1 | -4/+4 |
| | |||||
* | command/{Queue,File}Commands: drop "file:///" prefix for absolute paths | Max Kellermann | 2015-02-09 | 2 | -13/+15 |
| | | | | | | | | | | | | Requiring this prefix makes the client's intention very clear, but it was too hard to understand why this prefix was needed. Initially, my intention was to differentiate from broken clients which prefix relate URIs with a slash; once MPD allowed that. In the past few years however, MPD has disallowed that, and there was no significant breakage (except for the "add /" special case which some clients apparently still do). So I figure it's about time to define that an URI that begins with a slash points to an arbitrary file on the file system. | ||||
* | StickerDatabase: convert the struct name to upper case | Max Kellermann | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 31 | -31/+31 |
| | |||||
* | sticker/Match: add inequality operators | Max Kellermann | 2014-12-12 | 1 | -0/+4 |
| | |||||
* | sticker/Match: add operator "EQUALS" | Max Kellermann | 2014-12-12 | 1 | -1/+17 |
| | | | | | Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | ||||
* | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 2014-12-12 | 1 | -0/+4 |
| | |||||
* | sticker/Database: use the Error library | Max Kellermann | 2014-12-12 | 1 | -7/+23 |
| | |||||
* | AllCommands: use ARRAY_SIZE() | Max Kellermann | 2014-12-09 | 1 | -1/+2 |
| | |||||
* | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 2014-12-08 | 25 | -420/+417 |
| | |||||
* | AllCommands: simplify the tokenizer loop | Max Kellermann | 2014-12-08 | 1 | -17/+19 |
| | |||||
* | AllCommands: assign current_command early | Max Kellermann | 2014-12-08 | 1 | -5/+4 |
| | |||||
* | AllCommands: remove redundant initializer | Max Kellermann | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | AllCommands: make variables more local | Max Kellermann | 2014-12-06 | 1 | -16/+13 |
| | |||||
* | AllCommands: make the commands array "constexpr" | Max Kellermann | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | {Tag,Song}Print, PlayerCommands: report song duration with milliseconds ↵ | Max Kellermann | 2014-11-25 | 1 | -0/+4 |
| | | | | precision | ||||
* | Merge tag 'v0.19.4' | Max Kellermann | 2014-11-18 | 1 | -1/+10 |
|\ | |||||
| * | QueueCommands: workaround for buggy clients that send "add /" | Max Kellermann | 2014-11-18 | 1 | -1/+10 |
| | | |||||
* | | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 2014-11-18 | 1 | -1/+13 |
| | | |||||
* | | AllCommands: "commands" returns playlist commands only if playlist_directory ↵ | Max Kellermann | 2014-10-25 | 3 | -0/+23 |
|/ | | | | configured | ||||
* | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 2014-10-09 | 1 | -2/+4 |
| | |||||
* | storage/Interface: include cleanup | Max Kellermann | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-09-24 | 1 | -0/+1 |
|\ | |||||
| * | command/list: reset used size after the list has been processed | Andrzej Rybczak | 2014-09-18 | 1 | -0/+1 |
| | | |||||
* | | PlayerThread: use SongTime for elapsed_time | Max Kellermann | 2014-08-29 | 1 | -2/+2 |
| | | |||||
* | | PlayerControl: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -1/+3 |
| | | |||||
* | | PlaylistEdit: pass std::chrono::duration to SetSongIdRange() | Max Kellermann | 2014-08-28 | 1 | -11/+11 |
| | | |||||
* | | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 2014-08-28 | 1 | -6/+8 |
| | | |||||
* | | AllCommands: close connection after syntax error | Max Kellermann | 2014-08-12 | 1 | -1/+3 |
| | | | | | | | | Stop HTTP clients from exploiting MPD via forged POST requests. | ||||
* | | db/Interface: add virtual method Update() | Max Kellermann | 2014-07-29 | 1 | -0/+24 |
| | | | | | | | | For database plugins that don't use the UpdateService. |