Age | Commit message (Expand) | Author |
2015-01-29 | db/update/Walk: use std::unique_ptr instead of std::auto_ptr | Max Kellermann |
2014-12-26 | db/simple: fix implicit nullptr/bool conversion | Max Kellermann |
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann |
2014-12-26 | db/lazy, input/mms: add "override" keywords | Max Kellermann |
2014-12-26 | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann |
2014-12-26 | db/proxy, output/shout: fix implicit nullptr/bool conversion | Max Kellermann |
2014-12-26 | db/{simple,proxy}, ...: add "override" keywords | Max Kellermann |
2014-11-08 | db/Count: include cleanup | Max Kellermann |
2014-11-07 | db/upnp: fix valgrind warning | Max Kellermann |
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann |
2014-10-01 | storage/Interface: include cleanup | Max Kellermann |
2014-09-27 | Add MusicBrainz' Release Track Id tag | Wieland Hoffmann |
2014-09-18 | db/proxy: support empty values in VisitUniqueTags() | Max Kellermann |
2014-08-30 | *: add missing Compiler.h includes | Max Kellermann |
2014-08-30 | db/simple: fix build failure without zlib | Max Kellermann |
2014-08-29 | db/Stats: use std::chrono::duration for the total duration | Max Kellermann |
2014-08-29 | db/upnp: use DatabaseStats::Clear() | Max Kellermann |
2014-08-29 | db/Count: use std::chrono::duration for the total time | Max Kellermann |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann |
2014-08-28 | db/simple/Song: use std::chrono::duration for start_ms and end_ms | Max Kellermann |
2014-08-28 | db/LightSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann |
2014-08-28 | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann |
2014-08-11 | db/simple: check for I/O errors in Load() | Max Kellermann |
2014-08-11 | db/simple: compress the database file using gzip | Max Kellermann |
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann |
2014-08-06 | db/update/InotifySource: remove FifoBuffer | Max Kellermann |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann |
2014-07-29 | db/proxy: implement Update() | Max Kellermann |
2014-07-29 | db/Interface: add virtual method Update() | Max Kellermann |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann |
2014-06-23 | Merge branch 'v0.18.x' | Max Kellermann |
2014-06-23 | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann |
2014-06-23 | db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3 | Max Kellermann |
2014-06-23 | db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3 | Max Kellermann |
2014-06-21 | db/proxy: initialize LightSong::real_uri | Max Kellermann |
2014-06-16 | Directory: eliminate attribute "have_stat" | Max Kellermann |
2014-06-16 | db/simple: use class boost::intrusive::list | Max Kellermann |
2014-04-27 | db/Count: implement grouping | Max Kellermann |
2014-04-27 | db/Count: add constructor | Max Kellermann |
2014-04-26 | DatabasePrint: move PrintSongCount() to Count.cxx | Max Kellermann |
2014-04-25 | db/Helpers: split library | Max Kellermann |
2014-04-25 | DatabasePrint: refactor variable/function names | Max Kellermann |
2014-04-24 | db/Helpers: move code to tag/Set.cxx | Max Kellermann |
2014-04-24 | db/Helpers: move TagSet to dedicated header | Max Kellermann |
2014-04-24 | db/Helpers: use set::emplace() | Max Kellermann |
2014-04-24 | DatabasePrint: eliminate printAllIn(), printInfoForAllIn() | Max Kellermann |
2014-04-24 | DatabasePrint: merge adjacent client_printf() calls | Max Kellermann |
2014-04-24 | DatabasePrint: pass const SearchStats reference | Max Kellermann |
2014-04-24 | DatabasePrint: use unsigned counts | Max Kellermann |