summaryrefslogtreecommitdiff
path: root/src/mapper.c
AgeCommit message (Expand)Author
2013-01-02mapper: convert to C++Max Kellermann
2012-08-15Song: add function song_dup_detached()Max Kellermann
2012-08-15mapper: fix potential crash in file permission checkMax Kellermann
2012-08-14mapper: fix non-UTF8 music directory nameMax Kellermann
2012-02-13mapper: add mapper_get_music_directory()Max Kellermann
2011-11-28Merge branch 'v0.16.x'Max Kellermann
2011-11-28mapper: check "r" permission on music directoryMax Kellermann
2011-11-28mapper: check "x" permission on music directoryMax Kellermann
2011-11-28mapper: fix the bogus "not a directory" error messageMax Kellermann
2011-11-28mapper: move code to check_directory()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-14Merge branch 'v0.15.x'Max Kellermann
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann
2009-12-08mapper: fix memory leak when playlist_directory is not setMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-07-15mapper: use g_file_test() instead of stat()Max Kellermann
2009-07-15mapper: pass music and playlist directory to mapper_init()Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-01use GLIB_CHECK_VERSION()Max Kellermann
2009-01-30mapper: ignore duplicate slashes in playlistsMax Kellermann
2009-01-30mapper: remove trailing slashes from music_directoryMax Kellermann
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann
2009-01-18conf: removed parseConfigFilePath()Max Kellermann
2009-01-18mapper: make the music_directory optionalMax Kellermann
2009-01-18mapper: make the playlist directory optionalMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-15mapper: check if g_get_user_special_dir() is supported by GLibMax Kellermann
2009-01-08mapper: use directory_is_root() instead of isRootDirectory()Max Kellermann
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann
2009-01-08mapper: re-add character set conversion in map_uri_fs()Stepan Pologov
2009-01-07mapper: don't allocate music_dir twiceMax Kellermann
2009-01-04mapper: allocate the result of map_fs_to_utf8()Max Kellermann
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann
2009-01-01mapper: allocate playlist path from heapMax Kellermann
2009-01-01mapper: fall back to XDG music directoryMax Kellermann
2008-12-29removed os_compat.hMax Kellermann
2008-12-24playlist: fix stored playlist modifications with absolute pathsMax Kellermann
2008-11-20mapper: use the utf8_to_fs_charset() resultKonstantin Sobolev
2008-10-31mapper: check for "." and ".."Max Kellermann
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann
2008-10-31mapper: use g_warning() for loggingMax Kellermann
2008-10-19mapper: don't return database path with leading slashMax Kellermann
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann