Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-15 | LogInit: move backend code to LogBackend.cxx | Max Kellermann | 1 | -1/+1 | |
2013-12-15 | Log: move Log() to LogBackend.cxx | Max Kellermann | 1 | -20/+21 | |
Prepare for GLib removal. | |||||
2013-12-15 | Log: move enum LogLevel to LogLevel.hxx | Max Kellermann | 1 | -0/+1 | |
2013-12-14 | util/SplitString: new utility class | Max Kellermann | 1 | -0/+1 | |
To replace g_strdup(). | |||||
2013-12-14 | test: merge duplicate code to FakeDecoderAPI.cxx | Max Kellermann | 1 | -0/+2 | |
2013-12-08 | fs: implemented standard directories API | Denis Krjuchkov | 1 | -0/+1 | |
2013-12-08 | TextFile: move to fs subsystem | Denis Krjuchkov | 1 | -3/+2 | |
2013-12-05 | util/DynamicFifoBuffer: new class replacing growing_fifo | Max Kellermann | 1 | -1/+1 | |
2013-12-02 | command: add commands "addtagid", "cleartagid" | Max Kellermann | 1 | -0/+2 | |
2013-12-02 | event: add poll() based PollGroup implementation | Denis Krjuchkov | 1 | -0/+1 | |
2013-12-01 | pcm/PcmFormat: move generic definitions to Traits.hxx | Max Kellermann | 1 | -0/+1 | |
2013-12-01 | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 1 | -0/+7 | |
2013-11-30 | pcm/PcmResampler: convert to abstract interface | Max Kellermann | 1 | -4/+5 | |
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries. | |||||
2013-11-30 | pcm/PcmConvert: move code to new class GluePcmResampler | Max Kellermann | 1 | -0/+1 | |
2013-11-30 | pcm/PcmConvert: move code to new class PcmChannelsConverter | Max Kellermann | 1 | -0/+1 | |
2013-11-30 | pcm/PcmConvert: move code to new class PcmFormatConverter | Max Kellermann | 1 | -0/+1 | |
2013-11-29 | util/ConstBuffer: new utility class | Max Kellermann | 1 | -0/+1 | |
2013-11-29 | event: implement PollGroup based on Windows select | Denis Krjuchkov | 1 | -0/+2 | |
2013-11-28 | event: introduce generic API for internal event loop | Denis Krjuchkov | 1 | -0/+2 | |
2013-11-25 | Volume, Output: use new class PeriodClock instead of GTimer | Max Kellermann | 1 | -0/+1 | |
2013-11-24 | CommandLine: new command line parser | Denis Krjuchkov | 1 | -0/+2 | |
This implementation behaves mostly identical to old parser. Few observable differences: - There are no option groups (single group is used for all options) - Option --stdout is hidden (it has been obsolete for a long time) - MPD executable name (mpd) is hardcoded for simplicity | |||||
2013-11-08 | Makefile.am: disable dist-bzip2 | Max Kellermann | 1 | -1/+1 | |
bzip2-compressed tarballs are obsolete, xz is better and widely understood. | |||||
2013-11-04 | Makefile.am: distribute missing files | Max Kellermann | 1 | -0/+5 | |
2013-10-31 | Makefile.am: add missing header file | Max Kellermann | 1 | -0/+1 | |
2013-10-30 | Makefile.am: link test/DumpDatabase with Ack.cxx | Max Kellermann | 1 | -0/+1 | |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 1 | -0/+1 | |
2013-10-26 | test/test_mixramp: unit test for mixramp_interpolate() | Max Kellermann | 1 | -0/+10 | |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 1 | -0/+1 | |
2013-10-23 | InputInternal: remove obsolete library | Max Kellermann | 1 | -1/+0 | |
2013-10-23 | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 1 | -1/+0 | |
2013-10-23 | test/test_util: unit test for libutil.a | Max Kellermann | 1 | -0/+10 | |
2013-10-22 | Playlist: refresh new tags after database update | Max Kellermann | 1 | -0/+1 | |
Fixes regression from commit e96779d. | |||||
2013-10-21 | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 1 | -1/+1 | |
Move code from class Instance. | |||||
2013-10-21 | GetBaseUTF8 | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 1 | -0/+1 | |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -0/+1 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -12/+12 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 1 | -1/+2 | |
2013-10-20 | decoder/sidplay: update file name | Max Kellermann | 1 | -1/+2 | |
2013-10-19 | Client: move message functions into the class | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 1 | -0/+1 | |
2013-10-19 | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 1 | -0/+6 | |
2013-10-18 | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | 1 | -2/+5 | |
Finally fixes the regression by commit c1f4f1fd. | |||||
2013-10-18 | test/run_avahi: new debug program | Max Kellermann | 1 | -0/+16 | |
2013-10-18 | test/run_inotify: use SignalMonitor | Max Kellermann | 1 | -0/+1 | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 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. | |||||
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -0/+1 | |
2013-10-17 | fs/Path: move configuration code to Config.cxx | Max Kellermann | 1 | -0/+2 | |
2013-10-17 | fs/Path: move path_domain to Domain.hxx | Max Kellermann | 1 | -0/+1 | |