summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-19input/cdio: use class AllocatedPathMax Kellermann
2013-10-19decoder/mpg123: use const_cast instead of g_strdup()Max Kellermann
2013-10-19event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann
2013-10-19ConfigPath: use std::stringMax Kellermann
2013-10-19decoder/mikmod: use const_cast instead of g_strdup()Max Kellermann
2013-10-19input/curl: use std::string for meta_nameMax Kellermann
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann
2013-10-19Permission: use std::find instead of g_strsplit()Max Kellermann
2013-10-19Permission: move code to ParsePermission() and a tableMax Kellermann
2013-10-19Permission: convert PERMISSION_* from macro to constexprMax Kellermann
2013-10-19Permission: remove nullptr checkMax Kellermann
2013-10-19Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexprMax Kellermann
2013-10-19FilterConfig: use std::find instead of g_strsplit_set()Max Kellermann
2013-10-19FilterConfig: return boolMax Kellermann
2013-10-19FilterConfig: move code to filter_chain_append_new()Max Kellermann
2013-10-19FilterConfig: eliminate duplicate API documentationMax Kellermann
2013-10-19ConfigData: use strtoul() in GetUnsignedValue()Max Kellermann
2013-10-19decoder/modplug: Add "loop_count" parameterSebastian Thorarensen
2013-10-19ConfigData: Add support for signed integersSebastian Thorarensen
2013-10-19PlayerThread: Only drop 0 length packets without tagsBen Boeckel
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann
2013-10-19encoder/wave: include cleanupMax Kellermann
2013-10-18decoder/mikmod: Add loop configuration parameterSebastian Thorarensen
2013-10-18filter/route: merge the two loops, one-pass parsingMax Kellermann
2013-10-18filter/route: allocate "sources" staticallyMax Kellermann
2013-10-18filter/route: use int8_t instead of signed charMax Kellermann
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann
2013-10-18ZeroconfAvahi: convert avahiRunning to a "bool"Max Kellermann
2013-10-18ZeroconfAvahi: integrate into the EventLoopMax Kellermann
2013-10-18SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann
2013-10-18input/curl: use MultiSocketMonitor constants instead of GLibMax Kellermann
2013-10-18PlaylistEdit, QueueSave: free the Song object after Append()Max Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-17fs/Path: include clenaupMax Kellermann
2013-10-17fs/Charset: GetFSCharset() returns "utf-8" by defaultMax Kellermann
2013-10-17fs/Charset: default filesystem charset is UTF-8Max Kellermann
2013-10-17fs/Charset: don't allow nullptr argumentsMax Kellermann
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann
2013-10-17fs/Path: move path_domain to Domain.hxxMax Kellermann
2013-10-17fs/Path: make fs_charset staticMax Kellermann
2013-10-17fs/Path: include cleanupMax Kellermann
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-10-17*: use std::numeric_limitsMax Kellermann