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
/
client
Age
Commit message (
Expand
)
Author
2021-05-19
Merge tag 'v0.22.7'
Max Kellermann
2021-05-19
client/Response, command/file: use %lu instead of %zu on Windows
Max Kellermann
2021-05-19
Merge branch 'v0.22.x'
Max Kellermann
2021-05-18
command/file: cache the last "albumart" file
Max Kellermann
2021-03-04
use structured binding declarations
Rosen Penev
2021-03-04
Merge branch 'struc' of git://github.com/neheb/MPD
Max Kellermann
2021-02-05
event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEvent
Max Kellermann
2021-01-21
Merge tag 'v0.22.4'
Max Kellermann
2021-01-21
protocol: add command "binarylimit"
Max Kellermann
2021-01-20
client/Response: add `printf` attribute
Max Kellermann
2021-01-01
Merge branch 'v0.22.x'
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-12-01
event/DeferEvent: split the thread-safe version into new class InjectEvent
Max Kellermann
2020-10-28
use structured binding declarations
Rosen Penev
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-05-05
meson.build: move VERSION and others to Version.h
Max Kellermann
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace stdarg.h with cstdarg
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
client/Expire: cancel the BackgroundCommand before deleting it
Max Kellermann
2020-03-12
client/BackgroundCommand: fix typo in comment
Max Kellermann
2020-02-20
[clang-tidy] remove needless std::move
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-20
Partition: add a local idle_monitor
Max Kellermann
2020-01-20
Partition: add client list
Max Kellermann
2020-01-20
client/Client: make several getter methods const
Max Kellermann
2020-01-18
client/Client: emit idle flags in SetPartition()
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-08-22
client/New: fix assertion failure in Close()
Max Kellermann
2019-08-22
Revert "Client: eliminate SetExpired(), call Close() directly"
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-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
client/List: use `using` instead of `typedef`
Max Kellermann
2019-05-29
client/List: fold CloseAll() into destructor
Max Kellermann
2019-05-29
client/List: use `auto`
Max Kellermann
2019-04-05
client/ThreadBackgroundCommand: fix inverted check
Max Kellermann
2019-04-05
client/BackgroundCommand: infrastructure for commands running in background
Max Kellermann
2019-04-04
Client: eliminate SetExpired(), call Close() directly
Max Kellermann
2019-04-03
client/Process: reset the CommandListBuilder before processing it
Max Kellermann
2019-04-03
client/Process: refactor IsExpired() checks
Max Kellermann
2019-04-03
client/Process: refactor `return` statements
Max Kellermann
2019-04-03
client/Process: update code comment
Max Kellermann
2019-04-03
client/Process: more strict syntax check
Max Kellermann
2019-04-03
client/Process: move basic syntax check to the beginning of method
Max Kellermann
2019-04-03
client/Response: use C++11 initializer
Max Kellermann
2019-04-03
client/New: include cleanup
Max Kellermann
2019-04-03
client/File: include cleanup
Max Kellermann
[next]