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
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
2019-04-03
client/Response: add `noexcept`
Max Kellermann
2019-04-03
client/Write: add `noexcept`
Max Kellermann
2019-04-03
client/Listener: add `noexcept`
Max Kellermann
2019-04-03
client/List: add `noexcept`
Max Kellermann
2019-04-03
client/Internal: rename to Config.hxx
Max Kellermann
2019-04-03
client/Internal: move CLIENT_MAX_* to class Client
Max Kellermann
2019-04-03
client/Internal: move client_domain to Domain.hxx
Max Kellermann
2019-04-03
client/*: rename source files, remove "Client" prefix
Max Kellermann
2019-04-03
Client: make almost all attributes `private`
Max Kellermann
2019-04-03
client/Process: convert functions to Client methods
Max Kellermann
2019-04-03
client/Process: add `noexcept`
Max Kellermann
2019-04-03
client: un-inline the destructor
Max Kellermann
2019-04-03
client: make GetEventLoop() public
Max Kellermann
2018-12-28
remove libwrap support
Max Kellermann
[next]