aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use nullptr instead of NULLMax Kellermann97-834/+812
2013-10-19input/cdio: use class AllocatedPathMax Kellermann1-10/+9
2013-10-19decoder/mpg123: use const_cast instead of g_strdup()Max Kellermann1-4/+2
2013-10-19event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann3-16/+21
2013-10-19ConfigPath: use std::stringMax Kellermann1-6/+5
2013-10-19decoder/mikmod: use const_cast instead of g_strdup()Max Kellermann1-8/+8
2013-10-19input/curl: use std::string for meta_nameMax Kellermann1-9/+5
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann7-66/+150
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann5-45/+40
2013-10-19Permission: use std::find instead of g_strsplit()Max Kellermann1-11/+16
2013-10-19Permission: move code to ParsePermission() and a tableMax Kellermann1-16/+22
2013-10-19Permission: convert PERMISSION_* from macro to constexprMax Kellermann1-6/+5
2013-10-19Permission: remove nullptr checkMax Kellermann1-3/+3
2013-10-19Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexprMax Kellermann1-1/+1
2013-10-19FilterConfig: use std::find instead of g_strsplit_set()Max Kellermann1-14/+14
2013-10-19FilterConfig: return boolMax Kellermann2-10/+5
2013-10-19FilterConfig: move code to filter_chain_append_new()Max Kellermann1-16/+23
2013-10-19FilterConfig: eliminate duplicate API documentationMax Kellermann1-9/+0
2013-10-19ConfigData: use strtoul() in GetUnsignedValue()Max Kellermann1-4/+1
2013-10-19decoder/modplug: Add "loop_count" parameterSebastian Thorarensen1-1/+16
2013-10-19ConfigData: Add support for signed integersSebastian Thorarensen2-0/+27
2013-10-19PlayerThread: Only drop 0 length packets without tagsBen Boeckel1-1/+1
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann8-17/+134
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann2-7/+3
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann4-3/+77
2013-10-19encoder/wave: include cleanupMax Kellermann1-2/+0
2013-10-18decoder/mikmod: Add loop configuration parameterSebastian Thorarensen1-2/+3
2013-10-18filter/route: merge the two loops, one-pass parsingMax Kellermann1-61/+42
2013-10-18filter/route: allocate "sources" staticallyMax Kellermann1-14/+6
2013-10-18filter/route: use int8_t instead of signed charMax Kellermann1-13/+11
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann5-9/+6
2013-10-18ZeroconfAvahi: convert avahiRunning to a "bool"Max Kellermann1-6/+6
2013-10-18ZeroconfAvahi: integrate into the EventLoopMax Kellermann3-25/+202
2013-10-18SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann3-6/+16
2013-10-18input/curl: use MultiSocketMonitor constants instead of GLibMax Kellermann1-3/+6
2013-10-18PlaylistEdit, QueueSave: free the Song object after Append()Max Kellermann2-1/+7
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann50-394/+620
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann17-111/+159
2013-10-17fs/Path: include clenaupMax Kellermann1-1/+1
2013-10-17fs/Charset: GetFSCharset() returns "utf-8" by defaultMax Kellermann3-9/+8
2013-10-17fs/Charset: default filesystem charset is UTF-8Max Kellermann2-6/+7
2013-10-17fs/Charset: don't allow nullptr argumentsMax Kellermann3-7/+8
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann10-140/+282
2013-10-17fs/Path: move path_domain to Domain.hxxMax Kellermann5-5/+51
2013-10-17fs/Path: make fs_charset staticMax Kellermann1-1/+1
2013-10-17fs/Path: include cleanupMax Kellermann3-1/+2
2013-10-17fs/Limits: convert macro to "constexpr"Max Kellermann4-13/+12
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann7-14/+45
2013-10-17*: use std::numeric_limitsMax Kellermann5-23/+22
2013-10-17UpdateGlue: handle update id managementMax Kellermann3-21/+33