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
2017-10-24
ClientProcess: close connection when client sends HTTP request
Max Kellermann
2017-08-29
Client: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-08-11
client: make GREETING constexpr
Max Kellermann
2017-08-11
client: use C++11 initializers
Max Kellermann
2017-08-11
system/fd_util: remove unused library
Max Kellermann
2017-08-10
net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-08-10
net/*, ...: use AF_LOCAL instead of AF_UNIX
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-06-04
*: add lots of "noexcept" specifications
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-08
client/Response: add method GetClient()
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-12-28
event/Loop: use std::chrono
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-07-09
Merge tag 'v0.19.17'
Max Kellermann
2016-07-07
client/ClientRead: call Break() before Close()
Max Kellermann
2016-04-12
util/FormatString: return AllocatedString
Max Kellermann
2016-04-12
Client: add WriteString()
Max Kellermann
2016-03-05
client/ClientRead: use Instance::Shutdown()
Max Kellermann
2016-03-05
Partition: add method EmitIdle()
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-14
client, command: use StringIsEqual()
Max Kellermann
2015-08-14
protocol/Result: move current_command to class Response
Max Kellermann
2015-08-14
protocol/Result: move command_list_num to class Response
Max Kellermann
2015-08-14
protocol/Result: move error code to class Response
Max Kellermann
2015-08-12
client/Response: new Client wrapper class for writing responses
Max Kellermann
2015-08-06
ClientWrite: merge client_write() into Client::Write()
Max Kellermann
2015-08-06
Client: include cleanup
Max Kellermann
[next]