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
/
Main.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
Main: use DatabasePlugin::RequireStorage()
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-23
player/Control: start thread on demand
Max Kellermann
2018-09-23
player/Thread: remove obsolete `buffered_before_play` attribute
Max Kellermann
2018-09-21
player/Thread: move StartPlayerThread() into PlayerControl
Max Kellermann
2018-08-20
Merge branch 'v0.20.x'
Max Kellermann
2018-08-19
android: add LogListener
Thomas Guillem
2018-08-19
db/update/Service: Enqueue() throws on error
Max Kellermann
2018-08-19
Main: throw exception instead of calling FatalError()
Max Kellermann
2018-08-19
Main: allocate ConfigData on the stack
Max Kellermann
2018-08-19
config/Global: move config_global_check() to Check.cxx
Max Kellermann
2018-08-19
config/Path: add InitPathParser()
Max Kellermann
2018-08-09
decoder/Thread, ...: log all exceptions
Max Kellermann
2018-08-06
Main: use AtScopeExit() to delete the Instance
Max Kellermann
2018-08-06
Main: call daemonize_finish() with AtScopeExit()
Max Kellermann
2018-08-02
lib/icu/Init: add class ScopeIcuInit
Max Kellermann
2018-08-01
Main: add "noexcept"
Max Kellermann
2018-08-01
Main: remove exception handler from mpd_main_after_fork()
Max Kellermann
2018-08-01
Main: move log_deinit() call to mpd_main()
Max Kellermann
2018-08-01
Main: move code to MainOrThrow(), leaving exception handler in mpd_main()
Max Kellermann
2018-08-01
Main: move libdbus cleanup to class ODBus::ScopeInit
Max Kellermann
2018-07-17
StateFile: add struct StateFileConfig
Max Kellermann
2018-07-17
output/MultipleOutputs: use struct ConfigData
Max Kellermann
2018-07-17
neighbor/Glue: use struct ConfigData
Max Kellermann
2018-07-17
fs/Config: use struct ConfigData
Max Kellermann
2018-07-17
client/Global: use struct ConfigData
Max Kellermann
2018-07-17
db/Configured: use struct ConfigData
Max Kellermann
2018-07-17
pcm/ConfiguredResampler: use struct ConfigData
Max Kellermann
2018-07-17
Listen: use struct ConfigData
Max Kellermann
2018-07-17
LogInit: use struct ConfigData
Max Kellermann
2018-07-17
Permission: use struct ConfigData
Max Kellermann
2018-07-17
storage/Configured: use struct ConfigData
Max Kellermann
2018-07-17
Main: use struct ConfigData
Max Kellermann
2018-07-17
config/Data: move std::chrono parsers from Global.hxx
Max Kellermann
2018-07-17
Main: add local ConfigData reference
Max Kellermann
2018-07-17
ZeroconfGlue: use struct ConfigData
Max Kellermann
2018-07-17
db/update/Config: use struct ConfigData
Max Kellermann
2018-07-17
tag/Config: use struct ConfigData
Max Kellermann
2018-07-17
ReplayGainGlobal: use struct ConfigData
Max Kellermann
2018-07-17
PlaylistFile: use struct ConfigData
Max Kellermann
2018-07-17
playlist/Registry: use struct ConfigData
Max Kellermann
2018-07-17
input/Init: use struct ConfigData
Max Kellermann
2018-07-17
decoder/List: use struct ConfigData
Max Kellermann
2018-07-17
fs/Path: add operator/(Path,Path)
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-16
Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checks
Max Kellermann
2018-06-03
zeroconf/Avahi: move dbus_shutdown() call to the end of Main()
Max Kellermann
2018-03-05
Merge branch 'v0.20.x'
Max Kellermann
2018-03-04
Get rid of GCD on macOS which breaks debug builds
Christian Kröner
[next]