mpd/src/client
Max Kellermann 0ff4350352 event/ServerSocket: pass UniqueSocketDescriptor by value
Passing it by value is actually smaller (32 bit) than the rvalue
reference (64 bit pointer), and it ensures that the object is consumed
after the call returns, no matter how the methods are implemented.
2017-11-10 20:43:14 +01:00
..
Client.cxx *: add "noexcept" to many, many function prototypes 2017-05-15 23:05:45 +02:00
Client.hxx event/ServerSocket: pass UniqueSocketDescriptor by value 2017-11-10 20:43:14 +01:00
ClientEvent.cxx update copyright year 2017-01-03 20:48:59 +01:00
ClientExpire.cxx Client: migrate from TimeoutMonitor to TimerEvent 2017-08-29 16:28:27 +02:00
ClientFile.cxx update copyright year 2017-01-03 20:48:59 +01:00
ClientGlobal.cxx update copyright year 2017-01-03 20:48:59 +01:00
ClientIdle.cxx Client: migrate from TimeoutMonitor to TimerEvent 2017-08-29 16:28:27 +02:00
ClientInternal.hxx update copyright year 2017-01-03 20:48:59 +01:00
ClientList.cxx update copyright year 2017-01-03 20:48:59 +01:00
ClientList.hxx update copyright year 2017-01-03 20:48:59 +01:00
ClientMessage.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
ClientMessage.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
ClientNew.cxx event/ServerSocket: pass UniqueSocketDescriptor by value 2017-11-10 20:43:14 +01:00
ClientProcess.cxx ClientProcess: close connection when client sends HTTP request 2017-10-24 20:32:53 +02:00
ClientRead.cxx Client: migrate from TimeoutMonitor to TimerEvent 2017-08-29 16:28:27 +02:00
ClientSubscribe.cxx Client: convert partition to pointer 2017-02-25 10:23:23 +01:00
ClientWrite.cxx Client: make client_vprintf() static 2017-02-03 20:47:41 +01:00
Response.cxx *: add lots of "noexcept" specifications 2017-06-04 13:09:11 +02:00
Response.hxx *: add lots of "noexcept" specifications 2017-06-04 13:09:11 +02:00