Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 17 | -17/+17 | |
2014-08-07 | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 1 | -4/+3 | |
2014-08-07 | util/CharUtil: add IsWhitespaceFast() | Max Kellermann | 1 | -1/+1 | |
2014-06-11 | ClientList: use class boost::intrusive::list | Max Kellermann | 3 | -25/+21 | |
Eliminate extra allocations for the std::list node instances. | |||||
2014-06-10 | ClientList: add typedef List | Max Kellermann | 1 | -3/+5 | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2 | -0/+11 | |
Use Storage::MapUTF8() internally, don't use global variables. | |||||
2014-02-05 | Instance: add attribute "event_loop" | Max Kellermann | 1 | -2/+3 | |
Replaces global variable "main_loop". | |||||
2014-02-04 | ClientMessage: undefine GetMessage on WIN32 | Max Kellermann | 1 | -0/+6 | |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 2 | -0/+18 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-02 | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 3 | -44/+14 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 18 | -0/+1262 | |