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
Age
Commit message (
Expand
)
Author
2020-03-12
replace inttypes.h with cinttypes
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-16
[clang-tidy] add ending namespace comments
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-02-02
Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...
Max Kellermann
2020-02-01
[clang-tidy] convert several loops to range based ones
Rosen Penev
2020-02-01
[clang-tidy] use make_unique
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-20
command/partition: add command "delpartition"
Max Kellermann
2020-01-20
command/partition: don't create null output in new partitions
Max Kellermann
2020-01-20
output/multiple: add "client" field, replacing the "client" parameter
Max Kellermann
2020-01-20
Partition: add client list
Max Kellermann
2020-01-20
command/message: make messages/subscriptions local to the current partition
Max Kellermann
2020-01-18
command/player: show partition name in "status" response
Max Kellermann
2020-01-18
command/player: add local Partition reference variable
Max Kellermann
2020-01-18
add "moveoutput" command
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
2019-12-04
command/fingerprint: fix inverted check
Max Kellermann
2019-08-21
Merge tag 'v0.21.14'
Max Kellermann
2019-08-20
command/all: don't create new Response instance in exception handler
Max Kellermann
2019-08-20
client/Process, command/all: add `noexcept`
Max Kellermann
2019-08-20
command/all: remove obsolete prototype
Max Kellermann
2019-08-20
command/all: simplify `return` from command_process()
Max Kellermann
2019-08-20
command/all: catch all exceptions
Max Kellermann
2019-08-13
command/file: add command "readpicture"
Max Kellermann
2019-08-12
command/file: move code to TagScanAny()
Max Kellermann
2019-08-12
client/Response: add constant MAX_BINARY_SIZE
Max Kellermann
2019-08-12
client/Response: add method WriteBinary()
Max Kellermann
2019-08-09
util/UriUtil: split
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-05
decoder/Bridge: add `noexcept`
Max Kellermann
2019-07-05
lib/chromaprint/DecoderClient: catch and postpone InputStream::LockRead() errors
Max Kellermann
2019-06-17
Merge branch 'v0.21.x'
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-16
db/Interface: CollectUniqueTags() allows multiple "groups"
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-05-07
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2019-05-07
command/fingerprint: fix mutex locking bug
Max Kellermann
2019-04-26
thread/Cond: add wait() overload which takes a unique_lock<>
Max Kellermann
2019-04-25
thread/*Cond: rename methods to match std::condition_variable
Max Kellermann
2019-04-25
Instance: use std::unique_ptr<> to manage the NeighborGlue pointer
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
2019-04-18
Merge branch 'v0.21.x'
Max Kellermann
[next]