aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateWalk.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-4/+4
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-4/+4
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-10-21GetBaseUTF8Max Kellermann1-3/+1
2013-10-20UpdateWalk: convert anonymous enum to constexprMax Kellermann1-4/+2
2013-10-19*: use references instead of pointersMax Kellermann1-40/+41
2013-10-19*: use nullptr instead of NULLMax Kellermann1-11/+11
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-10/+10
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann1-3/+4
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann1-2/+2
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann1-1/+1
2013-10-14fs/Path: add separator constants/functionsMax Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-7/+8
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+2
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-07-28song: convert header to C++Max Kellermann1-4/+4
2013-05-06UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov1-27/+23
2013-04-08uri: convert to C++Max Kellermann1-4/+1
2013-02-02UpdateWalk.cxx: use FileExistsDenis Krjuchkov1-3/+2
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov1-2/+2
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov1-11/+8
2013-01-26playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-27/+15
2013-01-17path: convert to C++Max Kellermann1-1/+1
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-03ExcludeList: convert to a classMax Kellermann1-9/+8
2013-01-03exclude: convert to C++Max Kellermann1-1/+1
2013-01-03PlaylistVector: use std::listMax Kellermann1-8/+8
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-22/+21
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-1/+1
2013-01-02Directory: turn functions to methodsMax Kellermann1-6/+5
2013-01-02Directory: make the header C++ onlyMax Kellermann1-1/+1
2013-01-02mapper: convert to C++Max Kellermann1-1/+1
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-5/+8
2013-01-02db_lock: convert to C++Max Kellermann1-1/+1
2013-01-02playlist_vector: convert to C++Max Kellermann1-1/+1
2013-01-02update: convert to C++Max Kellermann1-8/+11
2012-09-03update_walk: fix unsafe readlink() usageMax Kellermann1-2/+10
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2012-06-13update_walk: move code to update_song.cMax Kellermann1-84/+2
2012-06-13update_walk: move code to update_container.cMax Kellermann1-91/+1
2012-06-13update_walk: move code to update_archive.cMax Kellermann1-135/+6
2012-06-13update_internal.h: split headerMax Kellermann1-1/+4
2012-06-13update_walk: split update_regular_file()Max Kellermann1-21/+58
2012-06-13directory: require db lock for _{add,remove}_song()Max Kellermann1-0/+8
2012-06-13update_walk: add "pure" attributesMax Kellermann1-0/+2
2012-06-13update_walk: move code to make_directory_if_modified()Max Kellermann1-21/+39
2012-06-13update_walk: fix coding styleMax Kellermann1-94/+67
2012-06-12Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov1-0/+1