summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2015-08-11command/{Queue,Other}: eliminate local "bool" variableMax Kellermann
2015-03-24PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28FileCommands: skip special files completelyMax Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-02-09command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann
2015-01-28StickerDatabase: convert the struct name to upper caseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-12sticker/Match: add inequality operatorsMax Kellermann
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann
2014-12-12sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann
2014-12-12sticker/Database: use the Error libraryMax Kellermann
2014-12-09AllCommands: use ARRAY_SIZE()Max Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-12-08AllCommands: simplify the tokenizer loopMax Kellermann
2014-12-08AllCommands: assign current_command earlyMax Kellermann
2014-12-08AllCommands: remove redundant initializerMax Kellermann
2014-12-06AllCommands: make variables more localMax Kellermann
2014-12-06AllCommands: make the commands array "constexpr"Max Kellermann
2014-11-25{Tag,Song}Print, PlayerCommands: report song duration with milliseconds preci...Max Kellermann
2014-11-18Merge tag 'v0.19.4'Max Kellermann
2014-11-18QueueCommands: workaround for buggy clients that send "add /"Max Kellermann
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann
2014-10-25AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-09-24Merge branch 'v0.18.x'Max Kellermann
2014-09-18command/list: reset used size after the list has been processedAndrzej Rybczak
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann
2014-08-29PlayerControl: use SignedSongTime for the song durationMax Kellermann
2014-08-28PlaylistEdit: pass std::chrono::duration to SetSongIdRange()Max Kellermann
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann
2014-08-12AllCommands: close connection after syntax errorMax Kellermann
2014-07-29db/Interface: add virtual method Update()Max Kellermann
2014-07-29OtherCommands: split handle_update()Max Kellermann
2014-07-12QueueCommands: new command "rangeid"Max Kellermann
2014-07-11Merge branch 'v0.18.x'Max Kellermann
2014-07-11PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann
2014-07-11QueueCommands: make "result" more localMax Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-06-11ClientList: use class boost::intrusive::listMax Kellermann
2014-05-10PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann
2014-04-27db/Count: implement groupingMax Kellermann
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann
2014-04-25DatabaseCommands: disallow "grouping" by the selected tagMax Kellermann