summaryrefslogtreecommitdiff
path: root/src/neighbor
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-07-20neighbor/smbclient: remove mutex lockingMax Kellermann
2020-07-20*/smbclient: use the new API with SMBCCTX parameterMax Kellermann
2020-07-20neighbor/smbclient: remove obsolete commented codeMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06neighbor/upnp: roll back changes if DoOpen() failsMax Kellermann
2020-07-06neighbor/upnp: remove D-Bus filter and match in Close()Max Kellermann
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-20neighbor/smbclient: make iterators non-const to enable the std::move()Max Kellermann
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-02-01[clang-tidy] convert several loops to range based onesRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use defaulted destructorsMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-11-04Merge branch 'v0.21.x'Max Kellermann
2019-11-04neighbor/meson.build: disable if -Ddatabase=falseMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-26thread/Cond: add wait() overload which takes a unique_lock<>Max Kellermann
2019-04-25thread/*Cond: rename methods to match std::condition_variableMax Kellermann
2019-04-25neighbor/smbclient: use std::lock_guardMax Kellermann
2019-04-25neighbor/smbclient: call Run() with locked mutexMax Kellermann
2019-04-18neighbor/smbclient: fix double smbc_closedir() callMax Kellermann
2019-04-16neighbor/smbclient: fix double smbc_closedir() callMax Kellermann
2019-04-16neighbor/smbclient: add `noexcept`Max Kellermann
2019-04-16neighbor/smbclient: make Server attributes "const"Max Kellermann
2019-04-16neighbor/smbclient: remove unused attribute "alive"Max Kellermann
2019-04-04event/*, ...: make GetEventLoop() constMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-02neighbor/udisks: add `this->` to work around GCC 6 bugMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-18config/Data: use std::forward_list to manage params and blocksMax Kellermann
2018-07-17neighbor/Glue: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)Max Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)Max Kellermann
2018-06-04neighbor/udisks: move ParseObject() to UDisks2.cxxMax Kellermann
2018-06-04neighbor/udisks: move struct UdisksObject to UDisks2.hxxMax Kellermann
2018-06-04lib/dbus/AsyncRequest: new helper classMax Kellermann
2018-06-03lib/dbus/ObjectManager: use TypeTraits instead of CPP macroMax Kellermann
2018-06-03neighbor/udisks: show only filesystems, hide raw drivesMax Kellermann
2018-06-03lib/dbus/ReadIter: add ForEachProperty()Max Kellermann
2018-06-03neighbor/udisks: move code to ForEachInterface()Max Kellermann
2018-06-03neighbor/udisks2: move Open()/Close() calls into the I/O threadMax Kellermann