| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-12-14 | 1 | -4/+9 |
|\ |
|
| * | mapper: apply filesystem_charset to playlists | Max Kellermann | 2009-12-08 | 1 | -4/+9 |
| * | mapper: fix memory leak when playlist_directory is not set | Max Kellermann | 2009-12-08 | 1 | -2/+2 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 1 | -2/+2 |
* | | song: renamed attribute "url" to "uri" | Max Kellermann | 2009-10-13 | 1 | -2/+2 |
* | | mapper: use g_file_test() instead of stat() | Max Kellermann | 2009-07-15 | 1 | -20/+2 |
* | | mapper: pass music and playlist directory to mapper_init() | Max Kellermann | 2009-07-15 | 1 | -17/+5 |
|/ |
|
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | use GLIB_CHECK_VERSION() | Max Kellermann | 2009-03-01 | 1 | -1/+1 |
* | mapper: ignore duplicate slashes in playlists | Max Kellermann | 2009-01-30 | 1 | -0/+3 |
* | mapper: remove trailing slashes from music_directory | Max Kellermann | 2009-01-30 | 1 | -1/+15 |
* | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: removed parseConfigFilePath() | Max Kellermann | 2009-01-18 | 1 | -20/+19 |
* | mapper: make the music_directory optional | Max Kellermann | 2009-01-18 | 1 | -25/+42 |
* | mapper: make the playlist directory optional | Max Kellermann | 2009-01-18 | 1 | -14/+24 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+4 |
* | mapper: check if g_get_user_special_dir() is supported by GLib | Max Kellermann | 2009-01-15 | 1 | -0/+2 |
* | mapper: use directory_is_root() instead of isRootDirectory() | Max Kellermann | 2009-01-08 | 1 | -3/+2 |
* | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 2009-01-08 | 1 | -14/+19 |
* | mapper: re-add character set conversion in map_uri_fs() | Stepan Pologov | 2009-01-08 | 1 | -0/+6 |
* | mapper: don't allocate music_dir twice | Max Kellermann | 2009-01-07 | 1 | -1/+0 |
* | mapper: allocate the result of map_fs_to_utf8() | Max Kellermann | 2009-01-04 | 1 | -3/+5 |
* | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 2009-01-02 | 1 | -11/+12 |
* | mapper: allocate the result of map_uri_fs(), map_directory_fs() | Max Kellermann | 2009-01-02 | 1 | -19/+10 |
* | mapper: allocate playlist path from heap | Max Kellermann | 2009-01-01 | 1 | -12/+9 |
* | mapper: fall back to XDG music directory | Max Kellermann | 2009-01-01 | 1 | -1/+11 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+5 |
* | playlist: fix stored playlist modifications with absolute paths | Max Kellermann | 2008-12-24 | 1 | -1/+11 |
* | mapper: use the utf8_to_fs_charset() result | Konstantin Sobolev | 2008-11-20 | 1 | -1/+1 |
* | mapper: check for "." and ".." | Max Kellermann | 2008-10-31 | 1 | -0/+5 |
* | path: moved playlist_dir to mapper.c | Max Kellermann | 2008-10-31 | 1 | -0/+38 |
* | mapper: use g_warning() for logging | Max Kellermann | 2008-10-31 | 1 | -5/+5 |
* | mapper: don't return database path with leading slash | Max Kellermann | 2008-10-19 | 1 | -1/+1 |
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 1 | -2/+5 |
* | mapper: moved musicDir initialization from path.c | Max Kellermann | 2008-10-15 | 1 | -6/+45 |
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -0/+77 |