summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt4-15/+26
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt3-21/+45
2012-08-13remove unused fileDavid Tardon1-309/+0
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez2-2/+0
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez2-2/+2
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt7-17/+185
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt8-127/+304
2012-08-10RemoteServer: ClientInfo is stored in STL vector, must be AssignableMichael Stahl1-3/+3
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt12-59/+1182
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan1-3/+1
2012-08-08Add customshowlist.hxxNoel Grandin1-0/+86
2012-08-08remove include comments and boxesThomas Arnhold2-3/+0
2012-08-08STL'ify CustomShowListNoel Grandin18-59/+75
2012-08-08Remove usage of list.hxxNoel Grandin1-0/+1
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
2012-08-08Remote dialog now showing.Andrzej J.R. Hunt13-16/+67
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold1-5/+0
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-7/+0
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt15-1/+132
2012-08-07this file does not use base64 conversions at allDavid Tardon1-2/+0
2012-08-07remove link firstDavid Tardon1-1/+2
2012-08-07drop bogus eof linesThomas Arnhold4-8/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-4/+0
2012-08-07Disable Remote unless in experimental mode.Andrzej J.R. Hunt1-3/+8
2012-08-07fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen1-2/+1
2012-08-07Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt1-1/+4
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt3-1/+14
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt2-18/+13
2012-08-07drop leftover #includeDavid Tardon1-1/+0
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt1-1/+1
2012-08-06-Werror=format-securityIvan Timofeev1-2/+2
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt2-23/+14
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl2-0/+12
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl1-2/+2
2012-08-06warning C4101: unreferenced local variableMichael Stahl2-2/+2
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl1-1/+4
2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt4-7/+7
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-08-06Some minor fixes.Andrzej J.R. Hunt2-5/+6
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. Hunt2-24/+52
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt2-1/+10
2012-08-06Discovery service implemented server side.Andrzej J.R. Hunt2-1/+44
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt4-0/+101
2012-08-06Discovered correct filter name.Andrzej J.R. Hunt1-2/+13
2012-08-06Export now building, still missing some parameters to function.Andrzej J.R. Hunt1-44/+120
2012-08-06Attempt to use the XHTML export filter for note export (not functional yet).Andrzej J.R. Hunt2-0/+92
2012-08-06Basic (unstyled) note export and display working.Andrzej J.R. Hunt1-1/+10
2012-08-06Notes export now working.Andrzej J.R. Hunt1-1/+25