aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mapper: convert to C++Max Kellermann2013-01-021-294/+0
* Song: add function song_dup_detached()Max Kellermann2012-08-151-1/+20
* mapper: fix potential crash in file permission checkMax Kellermann2012-08-151-3/+3
* mapper: fix non-UTF8 music directory nameMax Kellermann2012-08-141-32/+57
* mapper: add mapper_get_music_directory()Max Kellermann2012-02-131-3/+3
* Merge branch 'v0.16.x'Max Kellermann2011-11-281-8/+38
|\
| * mapper: check "r" permission on music directoryMax Kellermann2011-11-281-0/+7
| * mapper: check "x" permission on music directoryMax Kellermann2011-11-281-0/+8
| * mapper: fix the bogus "not a directory" error messageMax Kellermann2011-11-281-1/+13
| * mapper: move code to check_directory()Max Kellermann2011-11-281-8/+11
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* {queue,song}_print: print relative paths if possibleMax Kellermann2010-07-251-0/+10
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merge branch 'v0.15.x'Max Kellermann2009-12-141-4/+9
|\
| * mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-081-4/+9
| * mapper: fix memory leak when playlist_directory is not setMax Kellermann2009-12-081-2/+2
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-2/+2
* | song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-2/+2
* | mapper: use g_file_test() instead of stat()Max Kellermann2009-07-151-20/+2
* | mapper: pass music and playlist directory to mapper_init()Max Kellermann2009-07-151-17/+5
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* use GLIB_CHECK_VERSION()Max Kellermann2009-03-011-1/+1
* mapper: ignore duplicate slashes in playlistsMax Kellermann2009-01-301-0/+3
* mapper: remove trailing slashes from music_directoryMax Kellermann2009-01-301-1/+15
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-251-1/+1
* conf: removed parseConfigFilePath()Max Kellermann2009-01-181-20/+19
* mapper: make the music_directory optionalMax Kellermann2009-01-181-25/+42
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-14/+24
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+4
* mapper: check if g_get_user_special_dir() is supported by GLibMax Kellermann2009-01-151-0/+2
* mapper: use directory_is_root() instead of isRootDirectory()Max Kellermann2009-01-081-3/+2
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-081-14/+19
* mapper: re-add character set conversion in map_uri_fs()Stepan Pologov2009-01-081-0/+6
* mapper: don't allocate music_dir twiceMax Kellermann2009-01-071-1/+0
* mapper: allocate the result of map_fs_to_utf8()Max Kellermann2009-01-041-3/+5
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-021-11/+12
* mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann2009-01-021-19/+10
* mapper: allocate playlist path from heapMax Kellermann2009-01-011-12/+9
* mapper: fall back to XDG music directoryMax Kellermann2009-01-011-1/+11
* removed os_compat.hMax Kellermann2008-12-291-1/+5
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-241-1/+11
* mapper: use the utf8_to_fs_charset() resultKonstantin Sobolev2008-11-201-1/+1
* mapper: check for "." and ".."Max Kellermann2008-10-311-0/+5
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-0/+38
* mapper: use g_warning() for loggingMax Kellermann2008-10-311-5/+5
* mapper: don't return database path with leading slashMax Kellermann2008-10-191-1/+1
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-151-2/+5
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-151-6/+45
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-0/+77