Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 2013-10-21 | 1 | -1/+1 | |
| | | | | Move code from class Instance. | |||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -1/+1 | |
| | ||||||
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 1 | -0/+1 | |
| | ||||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -0/+1 | |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -12/+12 | |
| | ||||||
* | command: convert command_return to to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -1/+1 | |
| | ||||||
* | decoder/sidplay: add header file | Max Kellermann | 2013-10-20 | 1 | -1/+2 | |
| | ||||||
* | decoder/sidplay: update file name | Max Kellermann | 2013-10-20 | 1 | -1/+2 | |
| | ||||||
* | Client: move message functions into the class | Max Kellermann | 2013-10-19 | 1 | -1/+1 | |
| | ||||||
* | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -0/+1 | |
| | ||||||
* | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 2013-10-19 | 1 | -0/+6 | |
| | ||||||
* | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | 2013-10-18 | 1 | -2/+5 | |
| | | | | Finally fixes the regression by commit c1f4f1fd. | |||||
* | test/run_avahi: new debug program | Max Kellermann | 2013-10-18 | 1 | -0/+16 | |
| | ||||||
* | test/run_inotify: use SignalMonitor | Max Kellermann | 2013-10-18 | 1 | -0/+1 | |
| | ||||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -0/+1 | |
| | | | | | | | 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. | |||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -0/+1 | |
| | ||||||
* | fs/Path: move configuration code to Config.cxx | Max Kellermann | 2013-10-17 | 1 | -0/+2 | |
| | ||||||
* | fs/Path: move path_domain to Domain.hxx | Max Kellermann | 2013-10-17 | 1 | -0/+1 | |
| | ||||||
* | fs/Path: move MPD_PATH_MAX to Limits.hxx | Max Kellermann | 2013-10-17 | 1 | -0/+1 | |
| | ||||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -0/+9 | |
| | ||||||
* | Makefile.am: move sources to libthread.a | Max Kellermann | 2013-10-17 | 1 | -9/+15 | |
| | ||||||
* | test/test_archive: unit test for archive_lookup() | Max Kellermann | 2013-10-17 | 1 | -0/+14 | |
| | ||||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 1 | -2/+9 | |
| | ||||||
* | Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxx | Max Kellermann | 2013-10-16 | 1 | -0/+2 | |
| | ||||||
* | util/byte_reverse: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -2/+2 | |
| | ||||||
* | pcm_pack: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Archive*: move archive_domain to ArchiveDomain.cxx | Max Kellermann | 2013-10-15 | 1 | -0/+1 | |
| | | | | Merge duplicate symbol. | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -0/+1 | |
| | ||||||
* | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 2013-10-15 | 1 | -0/+2 | |
| | ||||||
* | system/clock: convert to C++ | Max Kellermann | 2013-10-15 | 1 | -1/+1 | |
| | ||||||
* | require GLib 2.28 | Max Kellermann | 2013-10-15 | 1 | -1/+0 | |
| | | | | The header glib_compat.h is now obsolete and can be removed. | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 | |
| | ||||||
* | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 1 | -4/+2 | |
| | ||||||
* | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 1 | -2/+1 | |
| | ||||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -4/+31 | |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
* | tag/{riff,aiff}: convert to C++ | Max Kellermann | 2013-09-28 | 1 | -2/+2 | |
| | ||||||
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -6/+0 | |
| | | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now. | |||||
* | TagBuilder: new class for constructing Tag objects | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | | | | Obsoletes Tag::BeginAdd() and the complicated "bulk add" code. | |||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -1/+1 | |
| | | | | Move to TagSettings.c and use C99 initializers. | |||||
* | Tag: move struct TagItem to TagItem.hxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | Tag: move fix_tag_value() to TagString.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | | | | Allow using the Tag.cxx library without the Config library. | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -21/+19 | |
| | ||||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -2/+1 | |
| | | | | Migrate the remaining callers to FatalError(). | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -2/+2 | |
| | | | | Replaces struct playlist_provider. | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+0 | |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
* | conf.h: move constants to ConfigDefaults.hxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -1/+0 | |
| | ||||||
* | TagTable: un-inline the two functions | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| | | | | Reduce header dependencies. | |||||
* | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| |