summaryrefslogtreecommitdiff
path: root/src/client/Client.hxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-21player/Control: convert to classMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-17client/Global: use struct ConfigDataMax Kellermann
2018-07-15client: pass permission mask to constructorMax Kellermann
2018-01-20client: eliminate client_printf()Max Kellermann
2017-12-20event/BufferedSocket: add "noexcept"Max Kellermann
2017-12-20client/*: add "noexcept"Max Kellermann
2017-11-10event/ServerSocket: pass UniqueSocketDescriptor by valueMax Kellermann
2017-08-29Client: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-08-11client: use C++11 initializersMax Kellermann
2017-08-10net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()Max Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-15*: add "noexcept" to many, many function prototypesMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-25Client: add method SetPartition()Max Kellermann
2017-02-25Client: convert partition to pointerMax Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-25Client: add method GetInstance()Max Kellermann
2017-02-25Client: replace playlist and player_control with getter methodsMax Kellermann
2017-02-08client: add tag_mask attributeMax Kellermann
2017-02-03Client: remove redundant "virtual" keywordsMax Kellermann
2017-02-03Client: make client_vprintf() staticMax Kellermann
2017-02-03Client: eliminate client_puts(), use Client::Write() insteadMax Kellermann
2017-02-03Client: make attributes "uid" and "num" constMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-02event/BufferedSocket: pass std::exception_ptr to OnSocketError()Max Kellermann
2016-10-27Client: remove the AllowFile() overload with Error parameterMax Kellermann
2016-10-27Client: add AllowFile() overload which throws exceptionMax Kellermann
2016-10-26Instance: remove Error parameter from GetDatabase()Max Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-04-12Client: add WriteString()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-10-19util/DeleteDisposer: new utility classMax Kellermann
2015-08-06ClientWrite: merge client_write() into Client::Write()Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-18Merge tag 'v0.18.18' into v0.19.xMax Kellermann
2014-06-11ClientList: use class boost::intrusive::listMax Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-01-24Client*: move to client/Max Kellermann