summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-26Add a test for optionsFrediano Ziglio4-1/+100
2019-07-26Removed only written system_config_file fieldFrediano Ziglio2-3/+1
2019-07-26Bug fix: a listen specification from the config file was ignoredJeremy White1-1/+3
2019-07-26Simplify the expression of argument parsing.Jeremy White3-39/+25
2019-07-26Simplify string options and make sure they are freed when replaced.Jeremy White1-64/+54
2019-07-24Fix a bug in the tests.Jeremy White1-4/+11
2019-07-24Use C99 struct initializiers instead of memset for local structures.Jeremy White4-9/+4
2019-07-23Free the SSL and password_file option fields.Jeremy White1-0/+15
2019-07-23Convert to the use of glib memory routines in options.c.Jeremy White1-26/+20
2019-07-15Fix hang when launching with invalid configBrendan Shanks1-0/+2
2019-07-12Fix segfault when quitting with Quit buttonBrendan Shanks1-1/+1
2019-06-19Changes to build on the 32 bit raspberry pi.Jeremy White3-14/+18
2019-05-03Spelling.Henri Verbeet1-1/+1
2019-05-03Add a --enable-dummy option to configure.Jeremy White4-0/+59
2019-05-03Initial set of revisions to the dummy driver to add DRI and Present.Jeremy White9-31/+565
2019-05-03Apply Spice style to the spice-video-dummyJeremy White4-289/+309
2019-05-03Add the upstream xf86-video-dummy as of November 25, 2018.Jeremy White10-0/+1181
2018-02-05Merge branch 'master' into 'master'Jeremy White2-3/+2
2018-02-04Fix -Wformat-security errorSam Protsenko1-1/+1
2018-02-04tests: Fix incorrect order of linker flagsSam Protsenko1-2/+1
2017-01-16Merge pull request #2 from xerus/masterJeremy White13-36/+46
2017-01-13Allow to compile with gtk3Pavel Grunt3-5/+6
2017-01-13Fix compile warningsPavel Grunt10-31/+38
2017-01-13Include header for SPICE_CONTAINEROFPavel Grunt2-0/+2
2016-12-08Adding missing libaudit ifdefsSnir Sheriber1-0/+4
2016-11-03Use an atexit() register to ensure that we catch disconnections.Jeremy White1-0/+10
2016-11-02Prepare for a version 1.1 release.Jeremy White5-4/+28
2016-11-02Add sample connection scripts for Gnome.Jeremy White4-2/+66
2016-11-01Allow a command line override of the allow-control config choice.Jeremy White1-1/+8
2016-10-31Add an option to require auditing.Jeremy White7-0/+94
2016-10-31Add the ability to specify connect and disconnect callbacks.Jeremy White7-18/+132
2016-10-27Invert the logic of viewonly.Jeremy White6-17/+16
2016-10-10Protect against a memory allocation failure; for Coverity.Jeremy White1-0/+3
2016-09-21Ensure that the damage thread is shut down cleanly.Jeremy White3-0/+10
2016-09-21Fix a copy-paste bug in an obscure and hard to trigger guard line.Jeremy White1-1/+1
2016-09-21Clarify code check usage.Jeremy White1-2/+3
2016-09-19Create the scanner before the display thread.Jeremy White1-4/+4
2016-09-13Give the user a hint if they do not provide any password.Jeremy White5-0/+41
2016-09-12Revise to add an explicit requirement on a later libxcb-devel library.Jeremy White1-1/+2
2016-09-02Fix another warning.Jeremy White1-1/+1
2016-09-02Add an icon, desktop file, and spec file to support packaging.Jeremy White6-4/+64
2016-09-02Catch a warning on rhel 6.Jeremy White1-1/+1
2016-09-02Add support for SSL.Jeremy White5-2/+142
2016-09-02Remove debug information on mm_time; it's distracting.Jeremy White1-1/+2
2016-09-02Older versions of glib require us to start threads.Jeremy White1-0/+4
2016-09-02Older versions of spice rely on a negative stride.Jeremy White1-2/+1
2016-09-02Review all remaining FIXME messages.Jeremy White6-27/+26
2016-09-02Enable building and compilation on RHEL 6.Jeremy White10-40/+71
2016-08-31Needed to sleep just a bit longer.Jeremy White1-1/+1
2016-08-31Reduce log messages that are not really desirable in production.Jeremy White1-0/+7