aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapper.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-07Mapper: obtain music directory from StorageMax Kellermann1-29/+17
2014-02-07Main: check the music directoryMax Kellermann1-2/+0
2014-02-07Mapper: move check_directory() to the filesystem libraryMax Kellermann1-44/+3
2014-02-07Main: chop separators from music directoryMax Kellermann1-1/+0
2014-02-07Mapper: remove unused functionsMax Kellermann1-31/+1
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-15/+0
2014-02-07Mapper: remove unused function map_song_fs()Max Kellermann1-67/+0
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-15/+0
2014-02-07Mapper: convert IsInDatabase() check to assertion in map_song_detach()Max Kellermann1-1/+2
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann1-2/+11
2014-01-31Mapper: assert that Song::parent is not nullptrMax Kellermann1-18/+3
2014-01-30db: add compile-time option to disable databaseMax Kellermann1-1/+34
2014-01-24Database*: move to db/Max Kellermann1-3/+3
2014-01-21LightSong: add attribute "real_uri"Max Kellermann1-1/+1
2014-01-21DetachedSong: add attribute "real_uri"Max Kellermann1-2/+11
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-1/+1
2014-01-17Mapper: add function map_song_detach()Max Kellermann1-0/+6
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-6/+11
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-2/+2
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-11-22Mapper: _get_music_directory_utf8() may return nullptrMax Kellermann1-1/+3
2013-10-28*: use nullptr instead of NULLMax Kellermann1-2/+2
2013-10-19*: use references instead of pointersMax Kellermann1-11/+11
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-34/+35
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann1-2/+3
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann1-1/+2
2013-10-17Mapper: use std::stringMax Kellermann1-16/+11
2013-10-15Mapper: remove obsolete variable music_dir_fs_lengthMax Kellermann1-2/+0
2013-10-14fs/Path: add separator constants/functionsMax Kellermann1-17/+4
2013-10-14fs/Path: add method RelativeFS()Max Kellermann1-11/+5
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann1-1/+1
2013-10-14Mapper: map_fs_to_utf8() returns std::stringMax Kellermann1-6/+2
2013-10-02Log: new logging library APIMax Kellermann1-12/+14
2013-10-01Daemon, Mapper: move-assign the Path objectsMax Kellermann1-2/+2
2013-08-07ConfigPath: return a Path objectMax Kellermann1-32/+20
2013-07-28song: convert header to C++Max Kellermann1-5/+5
2013-05-05DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov1-1/+1
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov1-9/+36
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov1-1/+5
2013-01-26Mapper: improve usage of Path classDenis Krjuchkov1-31/+28
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-51/+31
2013-01-17path: convert to C++Max Kellermann1-4/+1
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-2/+2
2013-01-02Directory: turn functions to methodsMax Kellermann1-2/+2
2013-01-02Directory: make the header C++ onlyMax Kellermann1-1/+1
2013-01-02mapper: convert to C++Max Kellermann1-2/+5
2012-08-15Song: add function song_dup_detached()Max Kellermann1-1/+20
2012-08-15mapper: fix potential crash in file permission checkMax Kellermann1-3/+3