aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/DirectorySave.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-11db/simple: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann1-13/+12
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann1-2/+2
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann1-11/+12
2014-06-16db/simple: use class boost::intrusive::listMax Kellermann1-8/+6
2014-02-27db/simple: mount pointsMax Kellermann1-1/+2
2014-02-26db/simple: create dedicated directoryMax Kellermann1-0/+0
2014-02-25DirectorySave: save the flags "DEVICE_INARCHIVE" and "DEVICE_CONTAINER"Max Kellermann1-0/+37
2014-02-25DirectorySave: move code to ParseLine()Max Kellermann1-17/+23
2014-02-24DirectorySave: save the mtime only if it is knownMax Kellermann1-2/+3
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-19Song: make the "parent" attribute mandatoryMax Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-3/+5
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-1/+1
2013-12-04DirectorySave: don't duplicate stringMax Kellermann1-11/+3
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-6/+7
2013-11-28include cleanup using iwyuMax Kellermann1-3/+0
2013-10-21DirectorySave: use Directory::GetName()Max Kellermann1-4/+1
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-2/+2
2013-10-19*: use references instead of pointersMax Kellermann1-18/+18
2013-10-19*: use nullptr instead of NULLMax Kellermann1-11/+11
2013-10-02Listen, ...: add missing includesMax Kellermann1-0/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-23/+15
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-01-03TextFile: convert to a classMax Kellermann1-15/+12
2013-01-03text_file: convert to C++Max Kellermann1-4/+1
2013-01-03PlaylistVector: use std::listMax Kellermann1-2/+2
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-7/+7
2013-01-02Directory: turn functions to methodsMax Kellermann1-14/+12
2013-01-02Directory: make the header C++ onlyMax Kellermann1-1/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann1-5/+8
2012-02-13directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann1-0/+1
2012-01-24directory: replace songvec with doubly linked listMax Kellermann1-1/+3
2012-01-24directory: add function directory_get_song(), ...Max Kellermann1-2/+2
2012-01-24directory: replace dirvec with doubly linked listMax Kellermann1-5/+2
2012-01-24directory: simplify constructors and clarify API documentationMax Kellermann1-15/+5
2011-09-10directory_save: pass const pointer to _save()Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25directory_save: duplicate the playlist nameMax Kellermann1-2/+9
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-07database: I/O error handling in db_save()Max Kellermann1-17/+12
2009-11-01song_save: load one song at a timeMax Kellermann1-5/+15
2009-11-01directory_save: partially revert the g_str_has_prefix() patchMax Kellermann1-2/+2
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann1-3/+3
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-22/+23
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann1-12/+13