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
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
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
[next]