index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command
/
StickerCommands.cxx
Age
Commit message (
Expand
)
Author
2020-02-16
[clang-tidy] add ending namespace comments
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
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-04-25
sticker/Database: wrap in class StickerDatabase
Max Kellermann
2019-04-24
sticker/*: rename source files, drop "Sticker" prefix
Max Kellermann
2019-04-24
sticker/Database: return Sticker by value
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
command/sticker: return ACK_ERROR_NO_EXIST for "no such sticker"
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-09
command/sticker, sticker/song: embed struct sticker_song_find_data in namespace
Max Kellermann
2017-02-25
Client: add method GetPartition(), make partition private
Max Kellermann
2017-02-24
SongPrint: remove Storage::MapToRelativeUTF8() call
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-27
lib/sqlite, sticker: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-26
Instance: add GetDatabaseOrThrow()
Max Kellermann
2016-03-19
db/Interface: GetSong() throws exception on error
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
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: new struct wrapping ConstBuffer<const char *>
Max Kellermann
2015-08-11
command/{Queue,Other}: eliminate local "bool" variable
Max Kellermann
2015-01-28
StickerDatabase: convert the struct name to upper case
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-12
sticker/Match: add inequality operators
Max Kellermann
2014-12-12
sticker/Match: add operator "EQUALS"
Max Kellermann
2014-12-12
sticker/Song: add enum StickerOperator to sticker_song_find()
Max Kellermann
2014-12-12
sticker/Database: use the Error library
Max Kellermann
2014-12-08
command: use ConstBuffer<const char *> for argument list
Max Kellermann
2014-06-16
command: make argc unsigned
Max Kellermann
2014-02-19
DatabasePlugin: split header
Max Kellermann
2014-02-19
StickerCommands: include cleanup
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-04
db/Simple: remove unused function db_get_directory()
Max Kellermann
2014-02-04
SongSticker: add Database reference parameter
Max Kellermann
2014-01-29
sticker: don't use classes Directory and Song
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann
2014-01-24
Sticker*: move to sticker/
Max Kellermann
2014-01-19
LightSong: new class to be used by DatabasePlugin callbacks
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-08
SongSticker: use Song references
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-30
*: update copyright year to 2013
Max Kellermann
2013-10-20
*Commands: move to src/command/
Max Kellermann