index
:
~pgrunt/spice
0.12
agentfeatures
cdrom
encoders
manual
master
replay_gst
virgil
Fork of spice server http://cgit.freedesktop.org/spice/spice/
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
reds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-15
Add RedsState arg to all stat functions
Jonathon Jongsma
1
-11
/
+11
2016-02-12
MainChannel: don't use global 'reds' variable
Jonathon Jongsma
1
-1
/
+1
2016-02-12
Add RedsState arg to reds_set_migration_dest_info()
Jonathon Jongsma
1
-4
/
+4
2016-02-12
Add RedsState arg to inputs_channel_new()
Jonathon Jongsma
1
-1
/
+1
2016-02-12
Add RedsState arg to smartcard_device_connect()
Jonathon Jongsma
1
-2
/
+1
2016-02-11
Store 'renderers' as GArray in RedsState
Frediano Ziglio
1
-9
/
+13
2016-02-11
Add RedsState arg to spicevmc_device_connect|disconnect()
Jonathon Jongsma
1
-4
/
+4
2016-02-11
Add RedsState arg to red_on_main_agent_tokens()
Jonathon Jongsma
1
-1
/
+1
2016-02-11
Store a reference to RedsState in RedsMigTargetClient
Jonathon Jongsma
1
-6
/
+6
2016-02-11
spice_server_kbd_leds: don't use global 'reds'
Jonathon Jongsma
1
-0
/
+1
2016-02-11
Add reference to server in RedClient
Jonathon Jongsma
1
-1
/
+1
2016-02-11
Remove use of global 'reds' from VDIReadBuf functions
Jonathon Jongsma
1
-18
/
+17
2016-02-11
char-device: use local 'reds' variable
Jonathon Jongsma
1
-0
/
+1
2016-02-11
Add RedsState member to RedLinkInfo
Jonathon Jongsma
1
-0
/
+11
2016-02-11
Move 'core' into RedsState struct
Jonathon Jongsma
1
-24
/
+27
2016-02-10
reds: Pass RedState instance to reds_accept()
Christophe Fergeau
1
-2
/
+3
2016-02-10
reds: Make sure accept_ssl_connection() gets a reds instance
Christophe Fergeau
1
-1
/
+1
2016-02-09
Handle GL_SCANOUT messages
Marc-André Lureau
1
-0
/
+1
2016-02-09
Add new spice-gl stubs API
Marc-André Lureau
1
-0
/
+1
2016-02-09
Add RedsState arg to reds_handle_channel_event()
Jonathon Jongsma
1
-1
/
+1
2016-02-09
Add RedsState arg to reds_init_client_[ssl_]connection()
Jonathon Jongsma
1
-6
/
+7
2016-02-09
Rename vdi_port_read_buf_get() to match convention
Jonathon Jongsma
1
-4
/
+4
2016-02-04
Move ssl_parameters to RedsState struct
Jonathon Jongsma
1
-37
/
+28
2016-02-04
Move agent_mouse to RedsState struct
Jonathon Jongsma
1
-5
/
+5
2016-02-04
Move streaming_video to RedsState struct
Jonathon Jongsma
1
-2
/
+7
2016-02-03
Move zlib_glz_state to RedsState struct
Jonathon Jongsma
1
-2
/
+7
2016-02-03
Move exit_on_disconnect to RedsState struct
Jonathon Jongsma
1
-3
/
+3
2016-02-03
Move agent_file_xfer to RedsState struct
Jonathon Jongsma
1
-8
/
+8
2016-02-03
Move agent_copypaste to RedsState struct
Jonathon Jongsma
1
-8
/
+8
2016-02-03
Remove use of global 'reds' var from spice_server_remove_interface()
Jonathon Jongsma
1
-2
/
+9
2016-02-03
Move ticketing_enabled to RedsState struct
Jonathon Jongsma
1
-5
/
+5
2016-02-02
Move jpeg_state to RedsState struct
Jonathon Jongsma
1
-2
/
+7
2016-02-02
Move image_compression to RedsState struct
Jonathon Jongsma
1
-7
/
+7
2016-02-02
Make default_security and channels_security non-global
Jonathon Jongsma
1
-15
/
+12
2016-02-01
reds: remove unused structs
Victor Toso
1
-9
/
+0
2016-02-01
reds: constify renderers_info array
Frediano Ziglio
1
-4
/
+4
2016-02-01
reds: remove default_renderer as field
Frediano Ziglio
1
-4
/
+4
2016-02-01
Move spice_uuid, spice_uuid_is_set to RedsState struct
Jonathon Jongsma
1
-7
/
+6
2016-02-01
Move spice_name to RedsState struct
Jonathon Jongsma
1
-5
/
+4
2016-02-01
Move sasl_enabled, sasl_appname to RedsState struct
Jonathon Jongsma
1
-14
/
+14
2016-02-01
Move taTicket to RedsState struct
Jonathon Jongsma
1
-11
/
+9
2016-02-01
Move spice_family to RedsState struct
Jonathon Jongsma
1
-7
/
+7
2016-02-01
Move spice_addr to RedsState struct
Jonathon Jongsma
1
-4
/
+3
2016-02-01
Move migration_interface to RedsState struct
Jonathon Jongsma
1
-17
/
+15
2016-02-01
Move vdagent to RedsState struct
Jonathon Jongsma
1
-27
/
+27
2016-02-01
Move spice_listen_socket_fd to RedsState struct
Jonathon Jongsma
1
-4
/
+4
2016-01-29
Move spice_secure_port to RedsState struct
Jonathon Jongsma
1
-4
/
+4
2016-01-29
Move spice_port to RedsState struct
Jonathon Jongsma
1
-4
/
+4
2016-01-29
Change init_vd_agent_resources() to take RedsState arg
Jonathon Jongsma
1
-2
/
+2
2016-01-28
Move default_renderer into RedsState
Jonathon Jongsma
1
-4
/
+4
[prev]
[next]