| Commit message (Expand) | Author | Files | Lines |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -6/+11 |
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -2/+2 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 |
2013-11-22 | Mapper: _get_music_directory_utf8() may return nullptr | Max Kellermann | 1 | -1/+3 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -2/+2 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -11/+11 |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -34/+35 |
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -2/+3 |
2013-10-17 | fs/Path: move configuration code to Config.cxx | Max Kellermann | 1 | -1/+2 |
2013-10-17 | Mapper: use std::string | Max Kellermann | 1 | -16/+11 |
2013-10-15 | Mapper: remove obsolete variable music_dir_fs_length | Max Kellermann | 1 | -2/+0 |
2013-10-14 | fs/Path: add separator constants/functions | Max Kellermann | 1 | -17/+4 |
2013-10-14 | fs/Path: add method RelativeFS() | Max Kellermann | 1 | -11/+5 |
2013-10-14 | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 1 | -1/+1 |
2013-10-14 | Mapper: map_fs_to_utf8() returns std::string | Max Kellermann | 1 | -6/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -12/+14 |
2013-10-01 | Daemon, Mapper: move-assign the Path objects | Max Kellermann | 1 | -2/+2 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -32/+20 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -5/+5 |
2013-05-05 | DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile | Denis Krjuchkov | 1 | -1/+1 |
2013-01-28 | Path::FromUTF8() returns nulled instance on error, add error handling where r... | Denis Krjuchkov | 1 | -9/+36 |
2013-01-28 | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 1 | -1/+5 |
2013-01-26 | Mapper: improve usage of Path class | Denis Krjuchkov | 1 | -31/+28 |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -1/+1 |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 1 | -51/+31 |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -2/+2 |
2013-01-02 | Directory: turn functions to methods | Max Kellermann | 1 | -2/+2 |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -2/+5 |
2012-08-15 | Song: add function song_dup_detached() | Max Kellermann | 1 | -1/+20 |
2012-08-15 | mapper: fix potential crash in file permission check | Max Kellermann | 1 | -3/+3 |
2012-08-14 | mapper: fix non-UTF8 music directory name | Max Kellermann | 1 | -32/+57 |
2012-02-13 | mapper: add mapper_get_music_directory() | Max Kellermann | 1 | -3/+3 |
2011-11-28 | mapper: check "r" permission on music directory | Max Kellermann | 1 | -0/+7 |
2011-11-28 | mapper: check "x" permission on music directory | Max Kellermann | 1 | -0/+8 |
2011-11-28 | mapper: fix the bogus "not a directory" error message | Max Kellermann | 1 | -1/+13 |
2011-11-28 | mapper: move code to check_directory() | Max Kellermann | 1 | -8/+11 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-07-25 | {queue,song}_print: print relative paths if possible | Max Kellermann | 1 | -0/+10 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-08 | mapper: apply filesystem_charset to playlists | Max Kellermann | 1 | -4/+9 |
2009-12-08 | mapper: fix memory leak when playlist_directory is not set | Max Kellermann | 1 | -2/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -2/+2 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -2/+2 |
2009-07-15 | mapper: use g_file_test() instead of stat() | Max Kellermann | 1 | -20/+2 |
2009-07-15 | mapper: pass music and playlist directory to mapper_init() | Max Kellermann | 1 | -17/+5 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-01 | use GLIB_CHECK_VERSION() | Max Kellermann | 1 | -1/+1 |