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
/
Client.hxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-21
player/Control: convert to class
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-17
client/Global: use struct ConfigData
Max Kellermann
2018-07-15
client: pass permission mask to constructor
Max Kellermann
2018-01-20
client: eliminate client_printf()
Max Kellermann
2017-12-20
event/BufferedSocket: add "noexcept"
Max Kellermann
2017-12-20
client/*: add "noexcept"
Max Kellermann
2017-11-10
event/ServerSocket: pass UniqueSocketDescriptor by value
Max Kellermann
2017-08-29
Client: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-11
client: use C++11 initializers
Max Kellermann
2017-08-10
net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-25
Client: add method SetPartition()
Max Kellermann
2017-02-25
Client: convert partition to pointer
Max Kellermann
2017-02-25
Client: add method GetPartition(), make partition private
Max Kellermann
2017-02-25
Client: add method GetInstance()
Max Kellermann
2017-02-25
Client: replace playlist and player_control with getter methods
Max Kellermann
2017-02-08
client: add tag_mask attribute
Max Kellermann
2017-02-03
Client: remove redundant "virtual" keywords
Max Kellermann
2017-02-03
Client: make client_vprintf() static
Max Kellermann
2017-02-03
Client: eliminate client_puts(), use Client::Write() instead
Max Kellermann
2017-02-03
Client: make attributes "uid" and "num" const
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-02
event/BufferedSocket: pass std::exception_ptr to OnSocketError()
Max Kellermann
2016-10-27
Client: remove the AllowFile() overload with Error parameter
Max Kellermann
2016-10-27
Client: add AllowFile() overload which throws exception
Max Kellermann
2016-10-26
Instance: remove Error parameter from GetDatabase()
Max Kellermann
2016-10-26
Instance: add GetDatabaseOrThrow()
Max Kellermann
2016-04-12
Client: add WriteString()
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-10-19
util/DeleteDisposer: new utility class
Max Kellermann
2015-08-06
ClientWrite: merge client_write() into Client::Write()
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-02-10
net/SocketAddress: light wrapper for struct sockaddr
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-18
Merge tag 'v0.18.18' into v0.19.x
Max Kellermann
2014-06-11
ClientList: use class boost::intrusive::list
Max Kellermann
2014-02-07
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-02
ClientFile: move client_allow_file() into the Client class
Max Kellermann
2014-01-24
Client*: move to client/
Max Kellermann