summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-23fs/Charset: use "UTF-8" instead of "utf-8" as the default valueMax Kellermann
2014-02-23Directory: use PathTraitsUTF8::Build() instead of g_strconcat()Max Kellermann
2014-02-23Directory: pass std::string&& to constructorMax Kellermann
2014-02-22encoder/opus: use xalloc() instead of g_malloc()Max Kellermann
2014-02-22decoder/opus: use new[] instead of g_malloc()Max Kellermann
2014-02-22first Android releaseMax Kellermann
2014-02-22output/sles: new output plugin for AndroidMax Kellermann
2014-02-22Main: disable command-line parser and signal handlers on AndroidMax Kellermann
2014-02-22LogBackend: use __android_log_print() on AndroidMax Kellermann
2014-02-22input/curl: include cleanupMax Kellermann
2014-02-21db/Directory: use "unsigned" for inode and deviceMax Kellermann
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann
2014-02-20Main: initialize Partition before ListenerMax Kellermann
2014-02-19Listen: eliminate local variableMax Kellermann
2014-02-19Listen: reduce overhead for builds without systemdMax Kellermann
2014-02-19db/upnp: move plugin source to upnp directoryMax Kellermann
2014-02-19Listen: add Partition referenceMax Kellermann
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann
2014-02-19DatabasePlugin: add attribute "flags"Max Kellermann
2014-02-19db/Interface: add attribute "plugin"Max Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-19Mixer: add class MixerListenerMax Kellermann
2014-02-19output/Init: pass AudioOutput referencesMax Kellermann
2014-02-19util/Tokenizer: relicense to BSD-2Max Kellermann
2014-02-19StickerCommands: include cleanupMax Kellermann
2014-02-19output/httpd: move to dedicated directoryMax Kellermann
2014-02-19Timer: move to output/Max Kellermann
2014-02-19cue/CueParser: move to playlist/Max Kellermann
2014-02-18system/FatalError: remove GError supportMax Kellermann
2014-02-18Main: disable inotify check without databaseMax Kellermann
2014-02-18Merge branch 'v0.18.x'Max Kellermann
2014-02-18event/SignalMonitor: unblock signals after forkMax Kellermann
2014-02-18Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_setMax Kellermann
2014-02-18Thread/Util: make SCHED_RESET_ON_FORK optionalMax Kellermann
2014-02-18thread/Posix{Mutex,Cond}: disable "constexpr" on AndroidMax Kellermann
2014-02-18system/EPollFD: add epoll_create1() fallback for AndroidMax Kellermann
2014-02-18PlaylistRegistry: disable the "pls" plugin without GLibMax Kellermann
2014-02-18LogInit: disable SetLogCharset() without GLibMax Kellermann
2014-02-18util/StringUtil: add StringEndsWith()Max Kellermann
2014-02-18SongFilter: disable g_utf8_casefold() without GLibMax Kellermann
2014-02-17fs/TextFile: use custom allocation instead of GStringMax Kellermann
2014-02-17fs/Charset: disable if GLib is disabledMax Kellermann
2014-02-17TagId3: use xstrdup() instead of g_strdup()Max Kellermann
2014-02-17util/StringUtil: add function Strip()Max Kellermann
2014-02-17TagString: disable UTF-8 validation if GLib is disabledMax Kellermann
2014-02-17Main: initialize Database before StorageMax Kellermann
2014-02-17Main: move code to InitDatabaseAndStorage()Max Kellermann
2014-02-17db/Configured: disallow both "db_file" and "database"Max Kellermann
2014-02-17Main: move code to db/Configured.cxxMax Kellermann