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