summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/DiscoveryService.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-05sd: fix non-WNT buildMichael Stahl1-1/+1
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl1-1/+1
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl1-0/+11
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-3/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud1-12/+19
2014-03-29coverity#1194941 Uninitialized scalar fieldCaolán McNamara1-6/+10
2014-03-18fdo#75328 Do DiscoveryService socket setup off the main thread.Andrzej Hunt1-13/+20
2014-02-06coverity#736093 Argument cannot be negativeCaolán McNamara1-0/+5
2013-11-07Name threads for debug purposeArnaud Versini1-1/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-08-16build mDNSResponder on Windows within LibOSiqi LIU1-2/+8
2013-07-26use config_features.h.in insteadSiqi1-2/+3
2013-07-25Don't use zService if not setTor Lillqvist1-5/+8
2013-07-25fix for OS where avahi is not presentSiqi1-1/+3
2013-07-25minor updates for avahi/bonjour refacotrationSiqi LIU1-1/+0
2013-07-25avahi for linux refactoredSiqi1-19/+16
2013-07-25avahi worksSiqi1-8/+15
2013-07-25avahi patchSiqi1-2/+14
2013-07-21restore old implementation of autodiscovery to keep android app happy ^^Siqi LIU1-42/+41
2013-07-19bonjour autodiscovery for mac osx, let me know if it crashes on other buildSiqi LIU1-34/+52
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov1-1/+1
2013-02-27Use closesocket() on WindowsTor Lillqvist1-0/+4
2013-02-27sdremote: close socket in destructor.Michael Meeks1-0/+1
2013-02-16coverity#738551 Uninitialized scalar variableCaolán McNamara1-3/+2
2012-12-18DiscoveryService: include errno.hMichael Stahl1-1/+3
2012-12-18DiscoveryService: -Werror=unused-but-set-variableMichael Stahl1-0/+12
2012-12-18Store some (sadly ignored) return values in variables to make debugging easie...Tor Lillqvist1-2/+4
2012-12-13PCH for Library_sdLuboš Luňák1-1/+4
2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens1-6/+4
2012-09-13Add support for Windows Bluetooth Stack.Andrzej J.R. Hunt1-4/+0
2012-09-06Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.Andrzej J.R. Hunt1-2/+4
2012-09-03Some error handling for dbus / bluetooth.Andrzej J.R. Hunt1-4/+0
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt1-1/+2
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt1-17/+13
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt1-1/+1
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt1-23/+13
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl1-2/+2
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl1-1/+4
2012-08-06Hostname transfer implemented.Andrzej J.R. Hunt1-9/+5
2012-08-06Server discovery functional.Andrzej J.R. Hunt1-0/+2
2012-08-06Multicast listening now working.Andrzej J.R. Hunt1-22/+45
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt1-0/+9
2012-08-06Discovery service implemented server side.Andrzej J.R. Hunt1-0/+41
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt1-0/+48