summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/DiscoveryService.cxx
AgeCommit message (Expand)Author
2015-06-21Fix typosAndrea Gelmini
2015-03-05sd: fix non-WNT buildMichael Stahl
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud
2014-03-29coverity#1194941 Uninitialized scalar fieldCaolán McNamara
2014-03-18fdo#75328 Do DiscoveryService socket setup off the main thread.Andrzej Hunt
2014-02-06coverity#736093 Argument cannot be negativeCaolán McNamara
2013-11-07Name threads for debug purposeArnaud Versini
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-16build mDNSResponder on Windows within LibOSiqi LIU
2013-07-26use config_features.h.in insteadSiqi
2013-07-25Don't use zService if not setTor Lillqvist
2013-07-25fix for OS where avahi is not presentSiqi
2013-07-25minor updates for avahi/bonjour refacotrationSiqi LIU
2013-07-25avahi for linux refactoredSiqi
2013-07-25avahi worksSiqi
2013-07-25avahi patchSiqi
2013-07-21restore old implementation of autodiscovery to keep android app happy ^^Siqi LIU
2013-07-19bonjour autodiscovery for mac osx, let me know if it crashes on other buildSiqi LIU
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