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-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
2018-02-24
Merge tag 'v0.20.18'
Max Kellermann
2018-02-24
Main: move WinSock initialization to class ScopeNetInit
Max Kellermann
2018-02-16
output/alsa: use a new I/O thread with real-time scheduling
Max Kellermann
2018-01-29
Listen: move ClientListener pointer to struct Partition
Max Kellermann
2018-01-29
Main: move part of the shutdown code to Instance methods
Max Kellermann
2018-01-29
Main: cancel the update on shutdown even if inotify is unavailable
Max Kellermann
2018-01-29
Instance: rename Shutdown() to Break()
Max Kellermann
2018-01-17
CommandLine: convert pointer to reference
Max Kellermann
2018-01-02
storage/Composite: use std::unique_ptr<Storage>
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-08-24
db/DatabasePlugin: pass EventThread's EventLoop to create()
Max Kellermann
2017-05-16
Merge branch 'v0.20.x'
Max Kellermann
2017-05-16
Main: omit "constexpr" on MIN_BUFFER_SIZE with GCC 4.x
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-15
Main: cap buffer_before_play at 80% to prevent deadlock
Max Kellermann
2017-05-15
Main: enforce a reasonable minimum audio_buffer_size setting
Max Kellermann
2017-05-15
Main: refactor DEFAULT_BUFFER_SIZE to represent bytes
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-02-17
Instance: make "partition" a std::list
Max Kellermann
2017-02-17
Partition: add "name" attribute
Max Kellermann
2017-02-10
IOThread: move EventThread instance into struct Instance
Max Kellermann
2017-02-09
Main: use the IOThread for outputs and mixers
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-23
Main, db/Glue: improve error messages
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
Main: invoke UpdateEffectiveReplayGainMode() after output init
Max Kellermann
2016-12-28
Stats: initialize start_time automatically
Max Kellermann
2016-12-28
event/Loop: use std::chrono
Max Kellermann
2016-12-10
ReplayGainGlobal: move replay_gain_config into struct Config
Max Kellermann
2016-12-10
Main: add struct Config, empty currently
Max Kellermann
2016-12-04
LogInit: convert use_stdout flag to out_fd=STDOUT_FILENO
Max Kellermann
2016-12-03
decoder/Control: add attribute configured_audio_format
Max Kellermann
2016-12-03
ReplayGainGlobal: move replay_gain_mode to struct Partition
Max Kellermann
2016-12-03
Partition: pass ReplayGainConfig to constructor
Max Kellermann
2016-12-03
Main: call replay_gain_global_init() before forking
Max Kellermann
2016-12-03
filter/ReplayGain: add ReplayGainConfig copy
Max Kellermann
2016-11-25
ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...
Max Kellermann
2016-11-24
Partition: add UpdateEffectiveReplayGainMode()
Max Kellermann
2016-11-02
CommandLine: migrate from class Error to C++ exceptions
Max Kellermann
[prev]
[next]