summaryrefslogtreecommitdiff
path: root/src/options.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Provide a way to specify the video codecs.Jeremy White1-0/+2
2020-05-06Add a full-screen-fps option.Jeremy White1-0/+2
2020-04-21Make all multiline comments within the main x11spice tree consistent.Jeremy White1-1/+1
2020-04-21Apply style to the main source tree.Jeremy White1-89/+92
2020-04-20Change the damage trust option to include a 'never' option.Jeremy White1-1/+9
2020-03-17Provide an attempted optimization when damage reports appear wrong.Jeremy White1-0/+1
2019-07-26Removed only written system_config_file fieldFrediano Ziglio1-2/+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 White1-28/+23
2019-07-26Simplify string options and make sure they are freed when replaced.Jeremy White1-64/+54
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
2017-01-13Fix compile warningsPavel Grunt1-2/+2
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 White1-0/+12
2016-10-31Add the ability to specify connect and disconnect callbacks.Jeremy White1-0/+6
2016-10-27Invert the logic of viewonly.Jeremy White1-6/+6
2016-10-10Protect against a memory allocation failure; for Coverity.Jeremy White1-0/+3
2016-09-13Give the user a hint if they do not provide any password.Jeremy White1-0/+14
2016-09-02Catch a warning on rhel 6.Jeremy White1-1/+1
2016-09-02Add support for SSL.Jeremy White1-1/+68
2016-07-19Add the ability to specify an option file on the command line.Jeremy White1-11/+31
2016-07-19Add a man page and sample configuration file.Jeremy White1-5/+5
2016-07-18Drop the --auto option in favor of having that be the primary parameter.Jeremy White1-23/+42
2016-07-14Standardize error messages a bit.Jeremy White1-6/+6
2016-07-14Implement the timeout option.Jeremy White1-2/+0
2016-07-13Implement support for the various password options.Jeremy White1-7/+124
2016-07-13Use hyphens in our settings file entries, that is more conventional.Jeremy White1-5/+5
2016-07-12Revise coding style to conform to the spice project coding style.Jeremy White1-21/+19
2016-07-12Add vdagent support.Jeremy White1-0/+7
2016-07-11Add file descriptions to the top of each C source file.Jeremy White1-0/+5
2016-07-11Remove the unused unix socket listen option.Jeremy White1-1/+1
2016-07-06Revise options handling.Jeremy White1-13/+41
2016-06-22Add a way to generate valgrind leak suppression files.Jeremy White1-0/+17
2016-06-20Be a little more surgical in when we choose to free.Jeremy White1-5/+10
2016-06-20Free memory definitely lost by options.c.Jeremy White1-0/+7
2016-06-17Add a --auto option which will scan for an open port.Jeremy White1-1/+6
2016-06-17Add options to start minimized or hidden.Jeremy White1-5/+14
2016-05-17Pull a few options from ~/.config/x11spiceJeremy White1-0/+75
2016-05-17Add a basic framework, options parsing, open a display.Jeremy White1-0/+97