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
/
neighbor
Age
Commit message (
Expand
)
Author
2018-01-02
neighbor/Plugin: std::unique_ptr<NeighborExplorer>
Max Kellermann
2018-01-02
neighbor/{Explorer,Listener}: add "noexcept"
Max Kellermann
2018-01-02
lib/upnp/ClientInit: return UpnpClient_Handle
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-08-25
neighbor/Explorer: add "noexcept"
Max Kellermann
2017-08-25
neighbor/plugins/*: remove redundant "virtual"
Max Kellermann
2017-08-25
lib/upnp/Discovery: use CURL instead of UpnpDownloadUrlItem()
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-16
*: remove lots of GCC 4.8 fallback code
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-29
lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::tim...
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-09-05
neighbor/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-05
lib/smbclient/Init: throw std::runtime_error on error
Max Kellermann
2016-09-05
neighbor/Glue: support C++ exceptions
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-22
playlist/Stream, db/upnp: add missing includes
Max Kellermann
2016-02-07
lib/upnp: use C++ exceptions instead of class Error
Max Kellermann
2015-02-02
lib/upnp/Discovery: apply naming convention
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-28
Compiler.h: add macro CLANG_OR_GCC_VERSION()
Max Kellermann
2014-11-21
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Max Kellermann
2014-02-20
ConfigGlobal: eliminate function config_get_next_param()
Max Kellermann
2014-02-06
*/smbclient: protect all libsmbclient calls with a mutex
Max Kellermann
2014-02-06
neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx
Max Kellermann
2014-01-27
neighbor/smbclient: add splice_after() fallback for gcc 4.6
Max Kellermann
2014-01-26
neighbor/upnp: UPnP media server discovery
Max Kellermann
2014-01-26
neighbor/Glue: fix rollback range
Max Kellermann
2014-01-26
neighbor/Info: add constructor
Max Kellermann
2014-01-26
neighbor: new subsystem to detect file servers on the local network
Max Kellermann