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
/
UpdateWalk.cxx
Age
Commit message (
Expand
)
Author
2014-01-24
Update*: move to update/
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-23
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-07
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2013-12-05
fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-21
GetBaseUTF8
Max Kellermann
2013-10-20
UpdateWalk: convert anonymous enum to constexpr
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-15
*: use WIN32 instead of G_OS_WIN32
Max Kellermann
2013-10-14
fs/Path: add method IsAbsolute()
Max Kellermann
2013-10-14
fs/Path: add separator constants/functions
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-05-06
UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8
Denis Krjuchkov
2013-04-08
uri: convert to C++
Max Kellermann
2013-02-02
UpdateWalk.cxx: use FileExists
Denis Krjuchkov
2013-01-28
Path::FromUTF8() returns nulled instance on error, add error handling where r...
Denis Krjuchkov
2013-01-28
Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()
Denis Krjuchkov
2013-01-26
playlist/*: convert to C++
Max Kellermann
2013-01-22
Path: move to fs subdirectory
Denis Krjuchkov
2013-01-18
Path: new class "Path" wraps filesystem path strings
Max Kellermann
2013-01-17
path: convert to C++
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-03
ExcludeList: convert to a class
Max Kellermann
2013-01-03
exclude: convert to C++
Max Kellermann
2013-01-03
PlaylistVector: use std::list
Max Kellermann
2013-01-03
Directory: rename struct directory to Directory
Max Kellermann
2013-01-03
database.h: rename to DatabaseSimple.hxx
Max Kellermann
2013-01-02
Directory: turn functions to methods
Max Kellermann
2013-01-02
Directory: make the header C++ only
Max Kellermann
2013-01-02
mapper: convert to C++
Max Kellermann
2013-01-02
PlaylistInfo: rename class, use std::string
Max Kellermann
2013-01-02
db_lock: convert to C++
Max Kellermann
2013-01-02
playlist_vector: convert to C++
Max Kellermann
2013-01-02
update: convert to C++
Max Kellermann