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
2021-07-26
Android: add option to pause MPD when headphones disconnect
Sam Bazley
2021-06-24
Partition, ...: use libfmt for logging
Max Kellermann
2021-06-23
Merge tag 'v0.22.9'
Max Kellermann
2021-06-22
Main: use AtScopeExit() to call ZeroconfDeinit()
Max Kellermann
2021-02-24
Main: move Zeroconf to the I/O thread
Max Kellermann
2021-02-24
output/init: use the real-time I/O thread only for the ALSA plugin
Max Kellermann
2021-02-24
zeroconf: return a publisher object
Max Kellermann
2021-02-24
zeroconf/Glue: allow ZeroconfInit() to throw
Max Kellermann
2021-02-24
zeroconf/Zeroconf*: drop prefix from file names
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-10-28
Main: save the state_file on shutdown
Max Kellermann
2020-09-29
remove clocale test
Rosen Penev
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-03-31
replace locale.h with clocale
Rosen Penev
2020-03-19
Merge tag 'v0.21.21'
Max Kellermann
2020-03-19
raise default "max_connections" value to 100
Max Kellermann
2020-03-12
replace limits.h with climits
Rosen Penev
2020-02-17
unix/SignalHandlers: pass Instance to ...Init()
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-01-20
output/multiple: add "client" field, replacing the "client" parameter
Max Kellermann
2020-01-20
Instance: move OnIdle() to Instance.cxx
Max Kellermann
2020-01-20
Instance: move code to OnStateModified()
Max Kellermann
2020-01-20
Instance: manage StateFile with std::unique_ptr
Max Kellermann
2020-01-20
Main: move code to Partition::BeginShutdown()
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-05-29
config/Parser: add ParseSize()
Max Kellermann
2019-05-29
Main: add Config constructor
Max Kellermann
2019-05-29
Main: move two more functions down
Max Kellermann
2019-05-29
Main: move main() to the bottom
Max Kellermann
2019-05-29
Main: fold mpd_main_after_fork() into MainConfigured()
Max Kellermann
2019-05-29
config/Param: add method With()
Max Kellermann
2019-05-29
Instance: wrap ClientList in std::unique_ptr<>
Max Kellermann
2019-05-29
Main: allocate Instance on the stack
Max Kellermann
2019-05-29
thread/Slack: use std::chrono::duration
Max Kellermann
2019-05-29
Main: simplify Android startup
Max Kellermann
2019-05-29
Main: use AtScopeExit() to free Android objects
Max Kellermann
2019-05-29
Main: add overload with ConfigData parameter
Max Kellermann
2019-05-29
Main: convert `int` return types to `void`
Max Kellermann
2019-04-25
Instance: use std::unique_ptr<> to manage the NeighborGlue pointer
Max Kellermann
2019-04-25
Main: use AtScopeExit() to call NeighborGlue::Close()
Max Kellermann
2019-04-25
sticker/Database: wrap in class StickerDatabase
Max Kellermann
2019-04-24
sticker/*: rename source files, drop "Sticker" prefix
Max Kellermann
2019-04-24
Instance: add `noexcept`
Max Kellermann
2019-04-24
java/Object: add Object.toString() wrapper
Max Kellermann
2019-04-03
client/Internal: rename to Config.hxx
Max Kellermann
[next]