summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/DiscoveryService.cxx
AgeCommit message (Expand)Author
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
2013-02-27Use closesocket() on WindowsTor Lillqvist
2013-02-27sdremote: close socket in destructor.Michael Meeks
2013-02-16coverity#738551 Uninitialized scalar variableCaolán McNamara
2012-12-18DiscoveryService: include errno.hMichael Stahl
2012-12-18DiscoveryService: -Werror=unused-but-set-variableMichael Stahl
2012-12-18Store some (sadly ignored) return values in variables to make debugging easie...Tor Lillqvist
2012-12-13PCH for Library_sdLuboš Luňák
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens
2012-09-13Add support for Windows Bluetooth Stack.Andrzej J.R. Hunt
2012-09-06Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.Andrzej J.R. Hunt
2012-09-03Some error handling for dbus / bluetooth.Andrzej J.R. Hunt
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl
2012-08-06Hostname transfer implemented.Andrzej J.R. Hunt
2012-08-06Server discovery functional.Andrzej J.R. Hunt
2012-08-06Multicast listening now working.Andrzej J.R. Hunt
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt
2012-08-06Discovery service implemented server side.Andrzej J.R. Hunt
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt