index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-19
input/cdio: use class AllocatedPath
Max Kellermann
2013-10-19
decoder/mpg123: use const_cast instead of g_strdup()
Max Kellermann
2013-10-19
event/ServerSocket: pass AllocatedPath to AddPath()
Max Kellermann
2013-10-19
ConfigPath: use std::string
Max Kellermann
2013-10-19
decoder/mikmod: use const_cast instead of g_strdup()
Max Kellermann
2013-10-19
input/curl: use std::string for meta_name
Max Kellermann
2013-10-19
util/FormatString: new library to replace g_strdup_printf()
Max Kellermann
2013-10-19
decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()
Max Kellermann
2013-10-19
Permission: use std::find instead of g_strsplit()
Max Kellermann
2013-10-19
Permission: move code to ParsePermission() and a table
Max Kellermann
2013-10-19
Permission: convert PERMISSION_* from macro to constexpr
Max Kellermann
2013-10-19
Permission: remove nullptr check
Max Kellermann
2013-10-19
Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr
Max Kellermann
2013-10-19
FilterConfig: use std::find instead of g_strsplit_set()
Max Kellermann
2013-10-19
FilterConfig: return bool
Max Kellermann
2013-10-19
FilterConfig: move code to filter_chain_append_new()
Max Kellermann
2013-10-19
FilterConfig: eliminate duplicate API documentation
Max Kellermann
2013-10-19
ConfigData: use strtoul() in GetUnsignedValue()
Max Kellermann
2013-10-19
decoder/modplug: Add "loop_count" parameter
Sebastian Thorarensen
2013-10-19
ConfigData: Add support for signed integers
Sebastian Thorarensen
2013-10-19
PlayerThread: Only drop 0 length packets without tags
Ben Boeckel
2013-10-19
Util/CharUtil: new library replacing g_ascii_isX()
Max Kellermann
2013-10-19
playlist/(Ext)M3u: use strchug_fast()
Max Kellermann
2013-10-19
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Max Kellermann
2013-10-19
encoder/wave: include cleanup
Max Kellermann
2013-10-18
decoder/mikmod: Add loop configuration parameter
Sebastian Thorarensen
2013-10-18
filter/route: merge the two loops, one-pass parsing
Max Kellermann
2013-10-18
filter/route: allocate "sources" statically
Max Kellermann
2013-10-18
filter/route: use int8_t instead of signed char
Max Kellermann
2013-10-18
util/StringUtil: rename strchug_fast_c() to strchug_fast()
Max Kellermann
2013-10-18
ZeroconfAvahi: convert avahiRunning to a "bool"
Max Kellermann
2013-10-18
ZeroconfAvahi: integrate into the EventLoop
Max Kellermann
2013-10-18
SignalMonitor: add SignalMonitorGetEventLoop()
Max Kellermann
2013-10-18
input/curl: use MultiSocketMonitor constants instead of GLib
Max Kellermann
2013-10-18
PlaylistEdit, QueueSave: free the Song object after Append()
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-17
fs/Path: include clenaup
Max Kellermann
2013-10-17
fs/Charset: GetFSCharset() returns "utf-8" by default
Max Kellermann
2013-10-17
fs/Charset: default filesystem charset is UTF-8
Max Kellermann
2013-10-17
fs/Charset: don't allow nullptr arguments
Max Kellermann
2013-10-17
fs/Path: move configuration code to Config.cxx
Max Kellermann
2013-10-17
fs/Path: move path_domain to Domain.hxx
Max Kellermann
2013-10-17
fs/Path: make fs_charset static
Max Kellermann
2013-10-17
fs/Path: include cleanup
Max Kellermann
2013-10-17
fs/Limits: convert macro to "constexpr"
Max Kellermann
2013-10-17
fs/Path: move MPD_PATH_MAX to Limits.hxx
Max Kellermann
2013-10-17
*: use std::numeric_limits
Max Kellermann
[next]