aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-26lib/smbclient/Init: return empty username/passwordMax Kellermann1-2/+2
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann3-19/+86
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann6-122/+38
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann11-8/+8
2014-01-24Mixer*: move to mixer/Max Kellermann33-24/+24
2014-01-24Filter*: move to filter/Max Kellermann25-40/+40
2014-01-24Database*: move to db/Max Kellermann121-106/+106
2014-01-24Sticker*: move to sticker/Max Kellermann10-7/+7
2014-01-24Win32Main: move to win32/Max Kellermann3-1/+1
2014-01-24move daemonization code to unix/Max Kellermann6-2/+2
2014-01-24Input*: move to input/Max Kellermann67-78/+78
2014-01-24Client*: move to client/Max Kellermann42-29/+29
2014-01-24Update*: move to update/Max Kellermann32-5/+5
2014-01-24Config*: move to config/Max Kellermann66-85/+85
2014-01-24Queue*: move to queue/Max Kellermann10-3/+3
2014-01-24Zeroconf*: move to zeroconf/Max Kellermann10-1/+1
2014-01-24archive/*: move to archive/plugins/Max Kellermann20-24/+24
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann106-61/+61
2014-01-23output/*: move to output/plugins/Max Kellermann68-48/+48
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann42-92/+143
2014-01-23Encoder*: move to src/encoderMax Kellermann27-24/+24
2014-01-23db/upnp/Discovery: use std::list instead of std::mapMax Kellermann2-16/+33
2014-01-23db/upnp/Discovery: move code to LockAdd(), LockRemove()Max Kellermann2-9/+21
2014-01-23db/upnp/Discovery: un-inline the destructorMax Kellermann2-0/+6
2014-01-23DetachedSong: un-inline the destructorMax Kellermann2-0/+7
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann8-0/+49
2014-01-23thread/Name: set thread namesMax Kellermann5-0/+71
2014-01-23thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime()Max Kellermann1-1/+1
2014-01-23db/upnp: strict vpath checks for the "root" directoryMax Kellermann1-0/+20
2014-01-23db/upnp: move code to VisitObject()Max Kellermann1-22/+33
2014-01-23db/upnp: merge two PathTraitsUTF8::Build() callsMax Kellermann1-16/+4
2014-01-23db/upnp: move code to VisitItem()Max Kellermann1-61/+56
2014-01-23db/upnp: fix subdirectory paths in "listallinfo"Max Kellermann1-3/+3
2014-01-23base_uriMax Kellermann1-0/+4
2014-01-23db/upnp: pass char* to visitSong()Max Kellermann1-6/+6
2014-01-22db/upnp: call VisitDirectory on servers, even in recursive modeMax Kellermann1-14/+10
2014-01-22db/upnp: make several methods "const"Max Kellermann3-22/+22
2014-01-22db/upnp: inline Configure()Max Kellermann1-1/+1
2014-01-22db/upnp: don't duplicate song data for VisitSongMax Kellermann1-2/+9
2014-01-22db/upnp: emplace/move in csvToStrings()Max Kellermann1-2/+2
2014-01-22db/upnp: require an empty token list in csvToStrings()Max Kellermann1-6/+4
2014-01-22db/proxy: simplify csvToStrings()Max Kellermann1-47/+17
2014-01-22db/proxy: merge redundant string::push_back() callsMax Kellermann1-4/+2
2014-01-22db/upnp: use PathTraitsUTF8::Build()Max Kellermann1-5/+14
2014-01-22db/proxy: fix for libmpdclient < 2.9Max Kellermann1-0/+4
2014-01-22db/proxy: copy "Last-Modified" from remote directoriesMax Kellermann1-1/+2
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann10-37/+102
2014-01-22DatabasePrint: don't print zero mtimeMax Kellermann1-1/+3
2014-01-22db/upnp: append characters instead of single-character stringsMax Kellermann1-2/+2
2014-01-22db/upnp: use string::push_back() instead of string::append()Max Kellermann1-5/+5