summaryrefslogtreecommitdiff
path: root/src/neighbor
AgeCommit message (Expand)Author
2019-11-04neighbor/meson.build: disable if -Ddatabase=falseMax Kellermann
2019-04-18neighbor/smbclient: fix double smbc_closedir() callMax 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
2018-06-03neighbor/udisks2: use SafeSingleton for managing the ODBus::Glue instanceMax Kellermann
2018-06-03lib/dbus/Glue: singleton for global initializationMax Kellermann
2018-06-02basic udisks2 supportMax Kellermann
2018-01-02neighbor/Plugin: std::unique_ptr<NeighborExplorer>Max Kellermann
2018-01-02neighbor/{Explorer,Listener}: add "noexcept"Max Kellermann
2018-01-02lib/upnp/ClientInit: return UpnpClient_HandleMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-08-25neighbor/Explorer: add "noexcept"Max Kellermann
2017-08-25neighbor/plugins/*: remove redundant "virtual"Max Kellermann
2017-08-25lib/upnp/Discovery: use CURL instead of UpnpDownloadUrlItem()Max Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-16*: remove lots of GCC 4.8 fallback codeMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-10thread/Thread: use BoundMethodMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-29lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::tim...Max Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-09-05neighbor/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-05lib/smbclient/Init: throw std::runtime_error on errorMax Kellermann
2016-09-05neighbor/Glue: support C++ exceptionsMax Kellermann
2016-06-17thread/Thread: throw std::system_error on errorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-22playlist/Stream, db/upnp: add missing includesMax Kellermann
2016-02-07lib/upnp: use C++ exceptions instead of class ErrorMax Kellermann
2015-02-02lib/upnp/Discovery: apply naming conventionMax Kellermann