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
2021-01-01
copyright year 2021
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-07-20
neighbor/smbclient: remove mutex locking
Max Kellermann
2020-07-20
*/smbclient: use the new API with SMBCCTX parameter
Max Kellermann
2020-07-20
neighbor/smbclient: remove obsolete commented code
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
neighbor/upnp: roll back changes if DoOpen() fails
Max Kellermann
2020-07-06
neighbor/upnp: remove D-Bus filter and match in Close()
Max Kellermann
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-20
neighbor/smbclient: make iterators non-const to enable the std::move()
Max Kellermann
2020-02-04
[clang-tidy] use forward instead of move
Rosen Penev
2020-02-01
[clang-tidy] convert several loops to range based ones
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use defaulted destructors
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-11-04
Merge branch 'v0.21.x'
Max Kellermann
2019-11-04
neighbor/meson.build: disable if -Ddatabase=false
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-26
thread/Cond: add wait() overload which takes a unique_lock<>
Max Kellermann
2019-04-25
thread/*Cond: rename methods to match std::condition_variable
Max Kellermann
2019-04-25
neighbor/smbclient: use std::lock_guard
Max Kellermann
2019-04-25
neighbor/smbclient: call Run() with locked mutex
Max Kellermann
2019-04-18
neighbor/smbclient: fix double smbc_closedir() call
Max Kellermann
2019-04-16
neighbor/smbclient: fix double smbc_closedir() call
Max Kellermann
2019-04-16
neighbor/smbclient: add `noexcept`
Max Kellermann
2019-04-16
neighbor/smbclient: make Server attributes "const"
Max Kellermann
2019-04-16
neighbor/smbclient: remove unused attribute "alive"
Max Kellermann
2019-04-04
event/*, ...: make GetEventLoop() const
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-02
neighbor/udisks: add `this->` to work around GCC 6 bug
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
2018-07-17
neighbor/Glue: use struct ConfigData
Max Kellermann
2018-07-17
config/Global: remove ConfigBlock::SetUsed() call, let caller do that
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-06-04
neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)
Max Kellermann
2018-06-04
neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)
Max Kellermann
2018-06-04
neighbor/udisks: move ParseObject() to UDisks2.cxx
Max Kellermann
2018-06-04
neighbor/udisks: move struct UdisksObject to UDisks2.hxx
Max Kellermann
2018-06-04
lib/dbus/AsyncRequest: new helper class
Max Kellermann
2018-06-03
lib/dbus/ObjectManager: use TypeTraits instead of CPP macro
Max Kellermann
2018-06-03
neighbor/udisks: show only filesystems, hide raw drives
Max Kellermann
2018-06-03
lib/dbus/ReadIter: add ForEachProperty()
Max Kellermann
2018-06-03
neighbor/udisks: move code to ForEachInterface()
Max Kellermann
2018-06-03
neighbor/udisks2: move Open()/Close() calls into the I/O thread
Max Kellermann
[next]