summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Print warnings on untested code pathsrefactory-20160901Jonathon Jongsma2-0/+4
2016-09-01Replace RedCharDevice::on_free_self_token with a signalChristophe Fergeau3-17/+41
2016-09-01char-device: add 'self' param to vfuncsJonathon Jongsma5-30/+49
2016-09-01Rename SpiceVmcState to RedVmcChannelJonathon Jongsma1-83/+82
2016-09-01c5ea9dabba8d5a37734af282636b3974f7d92764 Change RedCharDevicePrivate::clients...Jonathon Jongsma1-42/+30
2016-09-01b9d50e9cb746854a79606cdb8beb98a5c18840dc Change RedCharDevice write_queue to ...Jonathon Jongsma2-52/+37
2016-09-01cf1af4dc42a81fb931b018c4ec3dd189e2b0344d Make glz_dictionary_list a GListJonathon Jongsma1-10/+7
2016-09-0166e7f5d01e7739129468cd1e78bf5486fae8910c Change Drawable->pipes from Ring to ...Jonathon Jongsma5-28/+38
2016-09-01fb94cb76efab57dfc27c6755d95b945181a7b42d RedChannelClient: store pipe items i...Jonathon Jongsma10-78/+72
2016-09-017a9acf4547cef4b7ab70ada3a765db554af1093a RedsState: replace a couple more Rin...Jonathon Jongsma2-36/+27
2016-09-01e1cd39f0fa6b81f8c833872da47dd532ad777bcb Manage lifetime of spicevmc channelJonathon Jongsma1-1/+24
2016-09-01a24cb4f26dc05c65f831571133df4402c635fd53 RedsState: clean up spice_server_cha...Jonathon Jongsma1-3/+3
2016-09-016e95e5c71a769f6655688328f9dd25116c1201f4 Smartcard: store channel in deviceJonathon Jongsma1-9/+9
2016-09-015e9e0665ec862a4757aafe9d955a9596204fa1f1 RedsState: keep weak reference to ch...Jonathon Jongsma1-0/+14
2016-09-015a35888b85122a80a12919a428396faa4d62b4b8 Convert RedClient to GObjectJonathon Jongsma18-337/+511
2016-09-01a393ee42bbe4bb6f48d877c1916b889e3c779a3d Re-arrange channel client creation t...Jonathon Jongsma4-61/+32
2016-09-0166e2e664955d6f748ee2a63d59b3c870854a0e4d Free channels in RedsState destructorJonathon Jongsma1-0/+4
2016-09-01Convert RedChannel heirarchy to GObjectJonathon Jongsma36-1032/+2162
2016-09-01Rename display_channel_set_monitors_config_to_primary()Jonathon Jongsma3-3/+3
2016-09-01Add CommonGraphicsChannelPrivate structJonathon Jongsma8-25/+55
2016-09-01Add CursorChannelPrivate structJonathon Jongsma1-23/+30
2016-09-01Add DisplayChannelPrivate structJonathon Jongsma8-319/+394
2016-09-01Move CommonGraphicsChannel to a new fileJonathon Jongsma10-186/+249
2016-09-01gobject-ify RedChannelClient heirarchyJonathon Jongsma28-786/+1910
2016-09-01Use RED_CHANNEL_CLIENT() macro for castingJonathon Jongsma8-72/+74
2016-09-01Rename RCC_TO_DCC() to DISPLAY_CHANNEL_CLIENT()Jonathon Jongsma4-49/+49
2016-09-01Add DisplayChannelClientPrivate and CursorChannelPrivate structsJonathon Jongsma5-161/+181
2016-09-01Add RedChannelClientPrivate structJonathon Jongsma8-342/+389
2016-09-01Add MainChannelClientPrivate structJonathon Jongsma1-67/+74
2016-09-01Add InputsChannelClientPrivate structJonathon Jongsma1-9/+19
2016-09-01Add SmartCardChannelClientPrivate structJonathon Jongsma1-40/+47
2016-09-01Generate GTypes for spice-server enumsJonathon Jongsma1-0/+31
2016-09-01Move CursorChannelClient to separate fileJonathon Jongsma5-90/+175
2016-09-01Move RedChannelClient to separate fileJonathon Jongsma16-1820/+1936
2016-08-31Use cursor_item_ref()Jonathon Jongsma1-2/+1
2016-08-30Use red_channel_client_get_stream()Jonathon Jongsma1-1/+1
2016-08-30Don't poke RedChannelClient::send_data from RedChannelJonathon Jongsma2-8/+8
2016-08-30Add red_channel_client_(set|is)_destroying()Jonathon Jongsma3-2/+14
2016-08-30Use red_channel_client_get_client() everywhereJonathon Jongsma8-46/+68
2016-08-30Add red_channel_client_get_channel()Jonathon Jongsma16-78/+121
2016-08-12server: Use SPICE_GNUC_DEPRECATED to avoid a dependency on glib.hFrancois Gouget2-9/+7
2016-08-12OpenSSL from 1.1.0 is thread safe by defaultFrediano Ziglio1-0/+6
2016-08-11Avoids to initialise OpenSSL threading twiceFrediano Ziglio1-0/+7
2016-08-11gstreamer: Use a dummy format to make sure format is always defined.Frediano Ziglio1-15/+21
2016-08-11Make process_commands_generation variable type coherentFrediano Ziglio2-4/+4
2016-08-11gstreamer: Peephole optimisation for SpiceFormatForGStreamerFrediano Ziglio1-1/+1
2016-08-11gstreamer: Fix infinite loop in get_period_bit_rateFrediano Ziglio1-7/+8
2016-08-11gstreamer: Use static compile checkFrediano Ziglio1-1/+1
2016-08-09Miscellaneous header changesJonathon Jongsma3-3/+2
2016-08-09remove CommonGraphicsChannelClient structureFrediano Ziglio6-14/+10