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