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