summaryrefslogtreecommitdiff
path: root/server/reds.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Add RedsState arg to all stat functionsJonathon Jongsma1-11/+11
2016-02-12MainChannel: don't use global 'reds' variableJonathon Jongsma1-1/+1
2016-02-12Add RedsState arg to reds_set_migration_dest_info()Jonathon Jongsma1-4/+4
2016-02-12Add RedsState arg to inputs_channel_new()Jonathon Jongsma1-1/+1
2016-02-12Add RedsState arg to smartcard_device_connect()Jonathon Jongsma1-2/+1
2016-02-11Store 'renderers' as GArray in RedsStateFrediano Ziglio1-9/+13
2016-02-11Add RedsState arg to spicevmc_device_connect|disconnect()Jonathon Jongsma1-4/+4
2016-02-11Add RedsState arg to red_on_main_agent_tokens()Jonathon Jongsma1-1/+1
2016-02-11Store a reference to RedsState in RedsMigTargetClientJonathon Jongsma1-6/+6
2016-02-11spice_server_kbd_leds: don't use global 'reds'Jonathon Jongsma1-0/+1
2016-02-11Add reference to server in RedClientJonathon Jongsma1-1/+1
2016-02-11Remove use of global 'reds' from VDIReadBuf functionsJonathon Jongsma1-18/+17
2016-02-11char-device: use local 'reds' variableJonathon Jongsma1-0/+1
2016-02-11Add RedsState member to RedLinkInfoJonathon Jongsma1-0/+11
2016-02-11Move 'core' into RedsState structJonathon Jongsma1-24/+27
2016-02-10reds: Pass RedState instance to reds_accept()Christophe Fergeau1-2/+3
2016-02-10reds: Make sure accept_ssl_connection() gets a reds instanceChristophe Fergeau1-1/+1
2016-02-09Handle GL_SCANOUT messagesMarc-André Lureau1-0/+1
2016-02-09Add new spice-gl stubs APIMarc-André Lureau1-0/+1
2016-02-09Add RedsState arg to reds_handle_channel_event()Jonathon Jongsma1-1/+1
2016-02-09Add RedsState arg to reds_init_client_[ssl_]connection()Jonathon Jongsma1-6/+7
2016-02-09Rename vdi_port_read_buf_get() to match conventionJonathon Jongsma1-4/+4
2016-02-04Move ssl_parameters to RedsState structJonathon Jongsma1-37/+28
2016-02-04Move agent_mouse to RedsState structJonathon Jongsma1-5/+5
2016-02-04Move streaming_video to RedsState structJonathon Jongsma1-2/+7
2016-02-03Move zlib_glz_state to RedsState structJonathon Jongsma1-2/+7
2016-02-03Move exit_on_disconnect to RedsState structJonathon Jongsma1-3/+3
2016-02-03Move agent_file_xfer to RedsState structJonathon Jongsma1-8/+8
2016-02-03Move agent_copypaste to RedsState structJonathon Jongsma1-8/+8
2016-02-03Remove use of global 'reds' var from spice_server_remove_interface()Jonathon Jongsma1-2/+9
2016-02-03Move ticketing_enabled to RedsState structJonathon Jongsma1-5/+5
2016-02-02Move jpeg_state to RedsState structJonathon Jongsma1-2/+7
2016-02-02Move image_compression to RedsState structJonathon Jongsma1-7/+7
2016-02-02Make default_security and channels_security non-globalJonathon Jongsma1-15/+12
2016-02-01reds: remove unused structsVictor Toso1-9/+0
2016-02-01reds: constify renderers_info arrayFrediano Ziglio1-4/+4
2016-02-01reds: remove default_renderer as fieldFrediano Ziglio1-4/+4
2016-02-01Move spice_uuid, spice_uuid_is_set to RedsState structJonathon Jongsma1-7/+6
2016-02-01Move spice_name to RedsState structJonathon Jongsma1-5/+4
2016-02-01Move sasl_enabled, sasl_appname to RedsState structJonathon Jongsma1-14/+14
2016-02-01Move taTicket to RedsState structJonathon Jongsma1-11/+9
2016-02-01Move spice_family to RedsState structJonathon Jongsma1-7/+7
2016-02-01Move spice_addr to RedsState structJonathon Jongsma1-4/+3
2016-02-01Move migration_interface to RedsState structJonathon Jongsma1-17/+15
2016-02-01Move vdagent to RedsState structJonathon Jongsma1-27/+27
2016-02-01Move spice_listen_socket_fd to RedsState structJonathon Jongsma1-4/+4
2016-01-29Move spice_secure_port to RedsState structJonathon Jongsma1-4/+4
2016-01-29Move spice_port to RedsState structJonathon Jongsma1-4/+4
2016-01-29Change init_vd_agent_resources() to take RedsState argJonathon Jongsma1-2/+2
2016-01-28Move default_renderer into RedsStateJonathon Jongsma1-4/+4