index
:
~fziglio/x11spice
master
x11spice
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-06
Provide a way to specify the video codecs.
Jeremy White
1
-0
/
+2
2020-05-06
Add a full-screen-fps option.
Jeremy White
1
-0
/
+2
2020-04-21
Make all multiline comments within the main x11spice tree consistent.
Jeremy White
1
-1
/
+1
2020-04-21
Apply style to the main source tree.
Jeremy White
1
-89
/
+92
2020-04-20
Change the damage trust option to include a 'never' option.
Jeremy White
1
-1
/
+9
2020-03-17
Provide an attempted optimization when damage reports appear wrong.
Jeremy White
1
-0
/
+1
2019-07-26
Removed only written system_config_file field
Frediano Ziglio
1
-2
/
+1
2019-07-26
Bug fix: a listen specification from the config file was ignored
Jeremy White
1
-1
/
+3
2019-07-26
Simplify the expression of argument parsing.
Jeremy White
1
-28
/
+23
2019-07-26
Simplify string options and make sure they are freed when replaced.
Jeremy White
1
-64
/
+54
2019-07-23
Free the SSL and password_file option fields.
Jeremy White
1
-0
/
+15
2019-07-23
Convert to the use of glib memory routines in options.c.
Jeremy White
1
-26
/
+20
2017-01-13
Fix compile warnings
Pavel Grunt
1
-2
/
+2
2016-11-01
Allow a command line override of the allow-control config choice.
Jeremy White
1
-1
/
+8
2016-10-31
Add an option to require auditing.
Jeremy White
1
-0
/
+12
2016-10-31
Add the ability to specify connect and disconnect callbacks.
Jeremy White
1
-0
/
+6
2016-10-27
Invert the logic of viewonly.
Jeremy White
1
-6
/
+6
2016-10-10
Protect against a memory allocation failure; for Coverity.
Jeremy White
1
-0
/
+3
2016-09-13
Give the user a hint if they do not provide any password.
Jeremy White
1
-0
/
+14
2016-09-02
Catch a warning on rhel 6.
Jeremy White
1
-1
/
+1
2016-09-02
Add support for SSL.
Jeremy White
1
-1
/
+68
2016-07-19
Add the ability to specify an option file on the command line.
Jeremy White
1
-11
/
+31
2016-07-19
Add a man page and sample configuration file.
Jeremy White
1
-5
/
+5
2016-07-18
Drop the --auto option in favor of having that be the primary parameter.
Jeremy White
1
-23
/
+42
2016-07-14
Standardize error messages a bit.
Jeremy White
1
-6
/
+6
2016-07-14
Implement the timeout option.
Jeremy White
1
-2
/
+0
2016-07-13
Implement support for the various password options.
Jeremy White
1
-7
/
+124
2016-07-13
Use hyphens in our settings file entries, that is more conventional.
Jeremy White
1
-5
/
+5
2016-07-12
Revise coding style to conform to the spice project coding style.
Jeremy White
1
-21
/
+19
2016-07-12
Add vdagent support.
Jeremy White
1
-0
/
+7
2016-07-11
Add file descriptions to the top of each C source file.
Jeremy White
1
-0
/
+5
2016-07-11
Remove the unused unix socket listen option.
Jeremy White
1
-1
/
+1
2016-07-06
Revise options handling.
Jeremy White
1
-13
/
+41
2016-06-22
Add a way to generate valgrind leak suppression files.
Jeremy White
1
-0
/
+17
2016-06-20
Be a little more surgical in when we choose to free.
Jeremy White
1
-5
/
+10
2016-06-20
Free memory definitely lost by options.c.
Jeremy White
1
-0
/
+7
2016-06-17
Add a --auto option which will scan for an open port.
Jeremy White
1
-1
/
+6
2016-06-17
Add options to start minimized or hidden.
Jeremy White
1
-5
/
+14
2016-05-17
Pull a few options from ~/.config/x11spice
Jeremy White
1
-0
/
+75
2016-05-17
Add a basic framework, options parsing, open a display.
Jeremy White
1
-0
/
+97