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
2019-02-20
Main: create Database on stack, move to Instance after Open() succeeded
Max Kellermann
2019-02-20
Instance: use std::unique_ptr<> to manage the Database pointer
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2019-02-15
Instance: eliminate FinishShutdownUpdate(), move code to destructor
Max Kellermann
2019-02-15
Instance: eliminate ShutdownDatabase(), move code to destructor
Max Kellermann
2019-02-05
playlist/Registry: add RAII class
Max Kellermann
2019-02-05
Main: use AtScopeExit() to call DeinitFS()
Max Kellermann
2019-02-05
Mapper: remove empty function mapper_finish()
Max Kellermann
2019-02-05
Instance: remove FinishShutdownPartitions()
Max Kellermann
2019-02-05
command/AllCommands: remove empty function command_finish()
Max Kellermann
2019-02-05
decoder/List: add RAII class
Max Kellermann
2019-02-05
input/Init: add RAII class
Max Kellermann
2019-02-05
Main: stop io_thread and rtio_thread automatically
Max Kellermann
2019-02-05
archive/List: add RAII class
Max Kellermann
2019-02-05
unix/SignalHandlers: add RAII class
Max Kellermann
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
[next]