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
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
2016-11-02
LogInit: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-02
config/Global: _get_path() throws exception on error
Max Kellermann
2016-11-02
lib/icu: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/Configured: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
event/ServerSocket: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
Main: catch exceptions in all of main()
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-10-27
storage: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-27
lib/sqlite, sticker: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate init() from class Error to C++ exceptions
Max Kellermann
2016-09-09
pcm/Convert: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-05
neighbor/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-04-13
lib/icu/Converter: Create() throws exception on error
Max Kellermann
2016-03-19
db/Interface: Open() throws exception on error
Max Kellermann
2016-03-10
Partition: use CallbackMaskMonitor, replacing class GlobalEvents::Monitor
Max Kellermann
2016-03-10
IdleMonitor: new class to replace GlobalEvents::IDLE
Max Kellermann
2016-03-05
Instance: add StateFile* attribute
Max Kellermann
[next]