| Commit message (Expand) | Author | Files | Lines |
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann | 1 | -0/+1 |
2014-09-27 | Add MusicBrainz' Release Track Id tag | Wieland Hoffmann | 1 | -0/+4 |
2014-09-18 | db/proxy: support empty values in VisitUniqueTags() | Max Kellermann | 1 | -0/+9 |
2014-08-30 | db/simple: fix build failure without zlib | Max Kellermann | 1 | -1/+4 |
2014-08-29 | db/Stats: use std::chrono::duration for the total duration | Max Kellermann | 1 | -1/+1 |
2014-08-29 | db/upnp: use DatabaseStats::Clear() | Max Kellermann | 1 | -4/+1 |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 2 | -7/+10 |
2014-08-28 | db/simple/Song: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2 | -9/+11 |
2014-08-28 | db/LightSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 3 | -7/+7 |
2014-08-28 | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 1 | -2/+2 |
2014-08-11 | db/simple: check for I/O errors in Load() | Max Kellermann | 1 | -1/+1 |
2014-08-11 | db/simple: compress the database file using gzip | Max Kellermann | 2 | -5/+60 |
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 1 | -5/+2 |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 3 | -7/+7 |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 5 | -37/+33 |
2014-07-29 | db/proxy: implement Update() | Max Kellermann | 1 | -0/+19 |
2014-06-23 | db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3 | Max Kellermann | 1 | -0/+5 |
2014-06-21 | db/proxy: initialize LightSong::real_uri | Max Kellermann | 1 | -0/+1 |
2014-06-16 | Directory: eliminate attribute "have_stat" | Max Kellermann | 2 | -2/+2 |
2014-06-16 | db/simple: use class boost::intrusive::list | Max Kellermann | 6 | -103/+114 |
2014-04-25 | db/Helpers: split library | Max Kellermann | 1 | -0/+1 |
2014-04-24 | DatabaseCommands: "list" allows grouping | Max Kellermann | 6 | -21/+33 |
2014-03-06 | db/proxy: check connect error before initializing SocketMonitor | Max Kellermann | 1 | -7/+7 |
2014-02-27 | db/simple: mount points | Max Kellermann | 8 | -6/+386 |
2014-02-27 | db/simple: GetRoot() returns reference | Max Kellermann | 1 | -2/+2 |
2014-02-26 | db/simple/Directory: eliminate method LookupSong() | Max Kellermann | 3 | -30/+19 |
2014-02-26 | db/simple/Directory: LookupDirectory() return remaining URI | Max Kellermann | 3 | -41/+62 |
2014-02-26 | db/simple/Directory: make variables more local | Max Kellermann | 1 | -4/+2 |
2014-02-26 | db/Directory: add DEVICE_* documentation | Max Kellermann | 1 | -0/+10 |
2014-02-26 | db/simple: create dedicated directory | Max Kellermann | 12 | -3/+1334 |
2014-02-25 | db/simple: remove unused method LookupDirectory() | Max Kellermann | 2 | -14/+0 |
2014-02-25 | db/simple: make internal methods "private" | Max Kellermann | 1 | -1/+1 |
2014-02-25 | db/simple: add comment | Max Kellermann | 1 | -0/+1 |
2014-02-25 | db/simple: move Create() up | Max Kellermann | 1 | -4/+4 |
2014-02-19 | db/upnp: move plugin source to upnp directory | Max Kellermann | 2 | -2/+2 |
2014-02-19 | DatabasePlugin: add FLAG_REQUIRE_STORAGE | Max Kellermann | 2 | -2/+2 |
2014-02-19 | DatabasePlugin: add attribute "flags" | Max Kellermann | 3 | -0/+3 |
2014-02-19 | db/Interface: add attribute "plugin" | Max Kellermann | 6 | -5/+13 |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 6 | -2/+13 |
2014-02-04 | db/proxy: include cleanup | Max Kellermann | 1 | -1/+0 |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -0/+3 |
2014-02-04 | db/update/Service: add SimpleDatabase reference | Max Kellermann | 1 | -0/+4 |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -1/+1 |
2014-01-26 | db/upnp: remove sleep(2) call | Max Kellermann | 1 | -3/+0 |
2014-01-26 | upnp: initialize the client handle only once | Max Kellermann | 1 | -16/+10 |
2014-01-26 | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 1 | -1/+1 |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 18 | -1647/+10 |
2014-01-26 | db/upnp: rename variables | Max Kellermann | 1 | -21/+21 |
2014-01-24 | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2 | -2/+2 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 30 | -0/+4575 |