summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Make default_security and channels_security non-globalJonathon Jongsma2-15/+17
2016-02-02red-channel: send marshaller message fdFrediano Ziglio1-0/+14
2016-02-02tests: make sure that the default rule builds all testsMarc-Andre Lureau1-10/+8
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 Ziglio2-6/+4
2016-02-01Move spice_uuid, spice_uuid_is_set to RedsState structJonathon Jongsma2-7/+10
2016-02-01Move spice_name to RedsState structJonathon Jongsma2-5/+5
2016-02-01Move sasl_enabled, sasl_appname to RedsState structJonathon Jongsma2-14/+18
2016-02-01Move taTicket to RedsState structJonathon Jongsma2-11/+11
2016-02-01Move spice_family to RedsState structJonathon Jongsma2-7/+8
2016-02-01Move spice_addr to RedsState structJonathon Jongsma2-4/+4
2016-02-01Move migration_interface to RedsState structJonathon Jongsma2-17/+16
2016-02-01Move vdagent to RedsState structJonathon Jongsma5-33/+34
2016-02-01Move spice_listen_socket_fd to RedsState structJonathon Jongsma2-4/+5
2016-01-29Move spice_secure_port to RedsState structJonathon Jongsma2-4/+5
2016-01-29Move spice_port to RedsState structJonathon Jongsma2-4/+6
2016-01-29Change init_vd_agent_resources() to take RedsState argJonathon Jongsma1-2/+2
2016-01-29worker: unify flush_cursor_commands and flush_display_commandsFrediano Ziglio1-49/+26
2016-01-28worker: use glib main loopFrediano Ziglio4-469/+76
2016-01-28Move default_renderer into RedsStateJonathon Jongsma2-4/+6
2016-01-28main_channel_init() -> main_channel_new()Jonathon Jongsma3-3/+3
2016-01-28inputs_init() -> inputs_channel_new()Jonathon Jongsma3-3/+3
2016-01-28Remove global inputs channelJonathon Jongsma4-128/+166
2016-01-28worker: remove useless checkFrediano Ziglio1-2/+1
2016-01-28worker: remove useless testFrediano Ziglio1-14/+4
2016-01-28worker: do not leak cursor after disconnecting clientsFrediano Ziglio1-1/+0
2016-01-27qxl: inline documentation for get_command and req_cmd_notificationFrediano Ziglio1-0/+10
2016-01-26worker: improved implementation of SpiceTimerFrediano Ziglio1-32/+24
2016-01-26replay: do not wake up loop too muchFrediano Ziglio1-1/+4
2016-01-26worker: use core interface to create watchFrediano Ziglio1-5/+5
2016-01-26worker: remove empty statement at line endFrediano Ziglio1-1/+1
2016-01-26worker: use variable already set at beginning of loopsFrediano Ziglio1-15/+13
2016-01-26worker: remove max_pipe_size constant parameterFrediano Ziglio1-11/+11
2016-01-22channel: do not call pipe_add with null itemsMarc-Andre Lureau1-2/+4
2016-01-22channel: document pipes_create_batch() functionMarc-Andre Lureau1-4/+12
2016-01-22Replay: report error if we don't read the correct file headerJonathon Jongsma2-0/+7
2016-01-21Change some functions to take RedsState argJonathon Jongsma4-36/+37
2016-01-21event-loop: Remove templateChristophe Fergeau5-28/+15
2016-01-21test-loop: Improve basic_event_loop base_{timer, watch}_addChristophe Fergeau1-2/+2
2016-01-20dcc: make dcc_compress_image_*() privatePavel Grunt2-30/+15
2016-01-20dcc-send: Use dcc_compress_image to compress imagePavel Grunt1-42/+2
2016-01-20dcc_compress_image: Handle NULL drawablePavel Grunt1-12/+15
2016-01-20Change some functions to take RedsState argJonathon Jongsma5-43/+43
2016-01-20Change some functions to take RedsState argJonathon Jongsma4-44/+46
2016-01-20channel: do not free rcc->stream in red_channel_client_disconnectFrediano Ziglio1-3/+7
2016-01-19tests: test removed triggered timers are not calledFrediano Ziglio1-0/+21
2016-01-19tests: add a test for event loopFrediano Ziglio4-0/+144
2016-01-19tests: extract code for event loopFrediano Ziglio3-144/+215
2016-01-19tests: do not use default loop contextFrediano Ziglio3-32/+65