aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Client.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+2
|
* net/SocketAddress: light wrapper for struct sockaddrMax Kellermann2015-02-101-2/+2
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Merge tag 'v0.18.18' into v0.19.xMax Kellermann2014-11-181-1/+1
|
* ClientList: use class boost::intrusive::listMax Kellermann2014-06-111-1/+11
| | | | Eliminate extra allocations for the std::list node instances.
* Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann2014-02-071-0/+5
| | | | Use Storage::MapUTF8() internally, don't use global variables.
* Instance: add Database attributeMax Kellermann2014-02-041-0/+6
| | | | Move from db/DatabaseGlue.cxx, eliminating global variable.
* ClientFile: move client_allow_file() into the Client classMax Kellermann2014-02-021-0/+13
|
* Client*: move to client/Max Kellermann2014-01-241-0/+192