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