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