index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Mapper.cxx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mapper: don't use C-style prototypes
Max Kellermann
2015-03-24
1
-2
/
+3
*
Mapper: use Path::IsAbsolute()
Max Kellermann
2015-02-28
1
-7
/
+7
*
fs/Path: pass Path to Relative()
Max Kellermann
2015-02-28
1
-1
/
+1
*
fs/Path: rename RelativeFS() to Relative()
Max Kellermann
2015-02-28
1
-1
/
+1
*
Mapper: use class Path
Max Kellermann
2015-02-28
1
-1
/
+3
*
Copyright year 2015
Max Kellermann
2015-01-01
1
-1
/
+1
*
Mapper: obtain music directory from Storage
Max Kellermann
2014-02-07
1
-29
/
+17
*
Main: check the music directory
Max Kellermann
2014-02-07
1
-2
/
+0
*
Mapper: move check_directory() to the filesystem library
Max Kellermann
2014-02-07
1
-44
/
+3
*
Main: chop separators from music directory
Max Kellermann
2014-02-07
1
-1
/
+0
*
Mapper: remove unused functions
Max Kellermann
2014-02-07
1
-31
/
+1
*
StoragePlugin: add method MapToRelativeUTF8()
Max Kellermann
2014-02-07
1
-15
/
+0
*
Mapper: remove unused function map_song_fs()
Max Kellermann
2014-02-07
1
-67
/
+0
*
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Max Kellermann
2014-02-07
1
-15
/
+0
*
Mapper: convert IsInDatabase() check to assertion in map_song_detach()
Max Kellermann
2014-02-07
1
-1
/
+2
*
LocalStorage: new API abstracting filesystem walk
Max Kellermann
2014-02-05
1
-2
/
+11
*
Mapper: assert that Song::parent is not nullptr
Max Kellermann
2014-01-31
1
-18
/
+3
*
db: add compile-time option to disable database
Max Kellermann
2014-01-30
1
-1
/
+34
*
Database*: move to db/
Max Kellermann
2014-01-24
1
-3
/
+3
*
LightSong: add attribute "real_uri"
Max Kellermann
2014-01-21
1
-1
/
+1
*
DetachedSong: add attribute "real_uri"
Max Kellermann
2014-01-21
1
-2
/
+11
*
LightSong: new class to be used by DatabasePlugin callbacks
Max Kellermann
2014-01-19
1
-1
/
+1
*
Mapper: add function map_song_detach()
Max Kellermann
2014-01-17
1
-0
/
+6
*
copyright year 2014
Max Kellermann
2014-01-13
1
-1
/
+1
*
DetachedSong: fork of struct Song
Max Kellermann
2014-01-09
1
-6
/
+11
*
fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8
Denis Krjuchkov
2013-12-05
1
-2
/
+2
*
include cleanup using iwyu
Max Kellermann
2013-11-28
1
-2
/
+0
*
Mapper: _get_music_directory_utf8() may return nullptr
Max Kellermann
2013-11-22
1
-1
/
+3
*
*: use nullptr instead of NULL
Max Kellermann
2013-10-28
1
-2
/
+2
*
*: use references instead of pointers
Max Kellermann
2013-10-19
1
-11
/
+11
*
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
1
-34
/
+35
*
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-17
1
-2
/
+3
*
fs/Path: move configuration code to Config.cxx
Max Kellermann
2013-10-17
1
-1
/
+2
*
Mapper: use std::string
Max Kellermann
2013-10-17
1
-16
/
+11
*
Mapper: remove obsolete variable music_dir_fs_length
Max Kellermann
2013-10-15
1
-2
/
+0
*
fs/Path: add separator constants/functions
Max Kellermann
2013-10-14
1
-17
/
+4
*
fs/Path: add method RelativeFS()
Max Kellermann
2013-10-14
1
-11
/
+5
*
Mapper, ...: use memcmp() instead of strncmp() where appropriate
Max Kellermann
2013-10-14
1
-1
/
+1
*
Mapper: map_fs_to_utf8() returns std::string
Max Kellermann
2013-10-14
1
-6
/
+2
*
Log: new logging library API
Max Kellermann
2013-10-02
1
-12
/
+14
*
Daemon, Mapper: move-assign the Path objects
Max Kellermann
2013-10-01
1
-2
/
+2
*
ConfigPath: return a Path object
Max Kellermann
2013-08-07
1
-32
/
+20
*
song: convert header to C++
Max Kellermann
2013-07-28
1
-5
/
+5
*
DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile
Denis Krjuchkov
2013-05-05
1
-1
/
+1
*
Path::FromUTF8() returns nulled instance on error, add error handling where r...
Denis Krjuchkov
2013-01-28
1
-9
/
+36
*
Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()
Denis Krjuchkov
2013-01-28
1
-1
/
+5
*
Mapper: improve usage of Path class
Denis Krjuchkov
2013-01-26
1
-31
/
+28
*
Path: move to fs subdirectory
Denis Krjuchkov
2013-01-22
1
-1
/
+1
*
Path: new class "Path" wraps filesystem path strings
Max Kellermann
2013-01-18
1
-51
/
+31
*
path: convert to C++
Max Kellermann
2013-01-17
1
-4
/
+1
[next]