aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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