summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2017-02-25Client: replace playlist and player_control with getter methodsMax Kellermann
2017-02-08client: add tag_mask attributeMax Kellermann
2017-02-08client/Response: add method GetClient()Max 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-12-28event/Loop: use std::chronoMax 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-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-07client/ClientRead: call Break() before Close()Max Kellermann
2016-04-12util/FormatString: return AllocatedStringMax Kellermann
2016-04-12Client: add WriteString()Max Kellermann
2016-03-05client/ClientRead: use Instance::Shutdown()Max Kellermann
2016-03-05Partition: add method EmitIdle()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-14client, command: use StringIsEqual()Max Kellermann
2015-08-14protocol/Result: move current_command to class ResponseMax Kellermann
2015-08-14protocol/Result: move command_list_num to class ResponseMax Kellermann
2015-08-14protocol/Result: move error code to class ResponseMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-06ClientWrite: merge client_write() into Client::Write()Max Kellermann
2015-08-06Client: include cleanupMax Kellermann
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-01-26Merge branch 'v0.19.x'Max Kellermann
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-18Merge tag 'v0.18.18' into v0.19.xMax Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann
2014-06-11ClientList: use class boost::intrusive::listMax Kellermann
2014-06-10ClientList: add typedef ListMax Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-05Instance: add attribute "event_loop"Max Kellermann
2014-02-04ClientMessage: undefine GetMessage on WIN32Max Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann