Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-21 | GetBaseUTF8 | Max Kellermann | 1 | -3/+1 | |
2013-10-20 | UpdateWalk: convert anonymous enum to constexpr | Max Kellermann | 1 | -4/+2 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -40/+41 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -11/+11 | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -10/+10 | |
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | |||||
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -3/+4 | |
2013-10-15 | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 1 | -2/+2 | |
2013-10-14 | fs/Path: add method IsAbsolute() | Max Kellermann | 1 | -1/+1 | |
2013-10-14 | fs/Path: add separator constants/functions | Max Kellermann | 1 | -2/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -7/+8 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -4/+4 | |
2013-05-06 | UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 | Denis Krjuchkov | 1 | -27/+23 | |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-02-02 | UpdateWalk.cxx: use FileExists | Denis Krjuchkov | 1 | -3/+2 | |
2013-01-28 | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 1 | -2/+2 | |
required | |||||
2013-01-28 | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 1 | -11/+8 | |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -1/+1 | |
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 | -27/+15 | |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | ExcludeList: convert to a class | Max Kellermann | 1 | -9/+8 | |
2013-01-03 | exclude: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann | 1 | -8/+8 | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -22/+21 | |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | Directory: turn functions to methods | Max Kellermann | 1 | -6/+5 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | 1 | -5/+8 | |
2013-01-02 | db_lock: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -8/+11 | |
2012-09-03 | update_walk: fix unsafe readlink() usage | Max Kellermann | 1 | -2/+10 | |
2012-07-10 | require GLib 2.16 | Max Kellermann | 1 | -1/+0 | |
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it. | |||||
2012-06-13 | update_walk: move code to update_song.c | Max Kellermann | 1 | -84/+2 | |
2012-06-13 | update_walk: move code to update_container.c | Max Kellermann | 1 | -91/+1 | |
2012-06-13 | update_walk: move code to update_archive.c | Max Kellermann | 1 | -135/+6 | |
2012-06-13 | update_internal.h: split header | Max Kellermann | 1 | -1/+4 | |
2012-06-13 | update_walk: split update_regular_file() | Max Kellermann | 1 | -21/+58 | |
2012-06-13 | directory: require db lock for _{add,remove}_song() | Max Kellermann | 1 | -0/+8 | |
2012-06-13 | update_walk: add "pure" attributes | Max Kellermann | 1 | -0/+2 | |
2012-06-13 | update_walk: move code to make_directory_if_modified() | Max Kellermann | 1 | -21/+39 | |
2012-06-13 | update_walk: fix coding style | Max Kellermann | 1 | -94/+67 | |
2012-06-12 | Work around incorrect g_file_test() behavior on Win32 | Denis Krjuchkov | 1 | -0/+1 | |
g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well. | |||||
2012-04-04 | update: properly skip symlinks in path that is to be updated. | Anton Khirnov | 1 | -1/+5 | |
2012-02-13 | playlist_vector: require database lock for all functions | Max Kellermann | 1 | -1/+6 | |
2012-02-12 | playlist_vector: use the list_head library | Max Kellermann | 1 | -6/+3 | |