summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
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
Eliminate extra allocations for the std::list node instances.
2014-06-10ClientList: add typedef ListMax Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
Use Storage::MapUTF8() internally, don't use global variables.
2014-02-05Instance: add attribute "event_loop"Max Kellermann
Replaces global variable "main_loop".
2014-02-04ClientMessage: undefine GetMessage on WIN32Max Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
Move from db/DatabaseGlue.cxx, eliminating global variable.
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-01-24Client*: move to client/Max Kellermann