summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Remove binary dependencyc3dFrediano Ziglio3-7/+4
2017-11-23Separate SpiceStream into new filesFrediano Ziglio4-182/+223
2017-11-23Move write_all into a new utility moduleFrediano Ziglio4-21/+56
2017-11-23Move out command handling from SpiceStreamFrediano Ziglio1-6/+9
2017-11-23SAVEFrediano Ziglio1-8/+7
2017-11-23Revert read_command_from_stdinFrediano Ziglio1-2/+1
2017-11-23Move streaming mutex to SpiceStreamFrediano Ziglio1-1/+1
2017-11-23Revert ::write_all changeFrediano Ziglio1-3/+8
2017-11-23Move all stream-related functions within SpiceStream classChristophe de Dinechin1-38/+50
2017-11-23Use RAII to cleanup stream in case of exception or returnChristophe de Dinechin1-12/+20
2017-11-22Report reason when there is an error loading the pluginChristophe de Dinechin1-1/+2
2017-11-21Remove X11 dependency from send_cursorFrediano Ziglio1-11/+17
2017-11-16Use true/false for bool valueFrediano Ziglio1-2/+2
2017-11-14Remove plugin settings usageFrediano Ziglio1-3/+0
2017-11-13Use mnemonic to check for cursor limitsFrediano Ziglio1-1/+2
2017-11-10Switch 'blocking' flag to boolChristophe de Dinechin1-1/+1
2017-11-10style: Use C++ style for declaring structsChristophe de Dinechin1-4/+6
2017-11-10style: Remove useless whitespaceChristophe de Dinechin1-4/+2
2017-11-09tests: Fix hexdump.sh when builddir != srcdirChristophe Fergeau1-6/+9
2017-11-09build: Don't use * wildcard in Makefile.amChristophe Fergeau1-1/+8
2017-10-20Initial public commitFrediano Ziglio22-0/+1282