index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapper.c
Age
Commit message (
Expand
)
Author
2013-01-02
mapper: convert to C++
Max Kellermann
2012-08-15
Song: add function song_dup_detached()
Max Kellermann
2012-08-15
mapper: fix potential crash in file permission check
Max Kellermann
2012-08-14
mapper: fix non-UTF8 music directory name
Max Kellermann
2012-02-13
mapper: add mapper_get_music_directory()
Max Kellermann
2011-11-28
Merge branch 'v0.16.x'
Max Kellermann
2011-11-28
mapper: check "r" permission on music directory
Max Kellermann
2011-11-28
mapper: check "x" permission on music directory
Max Kellermann
2011-11-28
mapper: fix the bogus "not a directory" error message
Max Kellermann
2011-11-28
mapper: move code to check_directory()
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-07-25
{queue,song}_print: print relative paths if possible
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-14
Merge branch 'v0.15.x'
Max Kellermann
2009-12-08
mapper: apply filesystem_charset to playlists
Max Kellermann
2009-12-08
mapper: fix memory leak when playlist_directory is not set
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-10-20
mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...
Max Kellermann
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
2009-07-15
mapper: use g_file_test() instead of stat()
Max Kellermann
2009-07-15
mapper: pass music and playlist directory to mapper_init()
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-01
use GLIB_CHECK_VERSION()
Max Kellermann
2009-01-30
mapper: ignore duplicate slashes in playlists
Max Kellermann
2009-01-30
mapper: remove trailing slashes from music_directory
Max Kellermann
2009-01-25
mapper: added dot to PLAYLIST_FILE_SUFFIX
Max Kellermann
2009-01-18
conf: removed parseConfigFilePath()
Max Kellermann
2009-01-18
mapper: make the music_directory optional
Max Kellermann
2009-01-18
mapper: make the playlist directory optional
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-15
mapper: check if g_get_user_special_dir() is supported by GLib
Max Kellermann
2009-01-08
mapper: use directory_is_root() instead of isRootDirectory()
Max Kellermann
2009-01-08
path: allocate buffer in fs_charset conversion functions
Max Kellermann
2009-01-08
mapper: re-add character set conversion in map_uri_fs()
Stepan Pologov
2009-01-07
mapper: don't allocate music_dir twice
Max Kellermann
2009-01-04
mapper: allocate the result of map_fs_to_utf8()
Max Kellermann
2009-01-02
mapper: allocate the result of map_directory_child_fs(), map_song_fs()
Max Kellermann
2009-01-02
mapper: allocate the result of map_uri_fs(), map_directory_fs()
Max Kellermann
2009-01-01
mapper: allocate playlist path from heap
Max Kellermann
2009-01-01
mapper: fall back to XDG music directory
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-24
playlist: fix stored playlist modifications with absolute paths
Max Kellermann
2008-11-20
mapper: use the utf8_to_fs_charset() result
Konstantin Sobolev
2008-10-31
mapper: check for "." and ".."
Max Kellermann
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-31
mapper: use g_warning() for logging
Max Kellermann
2008-10-19
mapper: don't return database path with leading slash
Max Kellermann
2008-10-15
playlist: added support for adding songs not in the music database
Max Kellermann
2008-10-15
mapper: moved musicDir initialization from path.c
Max Kellermann
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann