summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Change RedCharDevicePrivate::clients to GListreview-20160908Jonathon Jongsma1-42/+30
2016-09-08Change RedCharDevice write_queue to GListJonathon Jongsma2-52/+37
2016-09-08Make glz_dictionary_list a GListJonathon Jongsma1-10/+7
2016-09-08Change Drawable->pipes from Ring to GListJonathon Jongsma5-28/+38
2016-09-08RedChannelClient: store pipe items in a GListJonathon Jongsma11-79/+78
2016-09-08Replace a couple Rings with GListJonathon Jongsma2-36/+27
2016-09-08Rename display_channel_set_monitors_config_to_primary()Jonathon Jongsma3-3/+3
2016-09-08Add CursorChannelPrivate structJonathon Jongsma1-23/+30
2016-09-08Add DisplayChannelPrivate structJonathon Jongsma8-319/+395
2016-09-08RedsState: clean up spice_server_char_device_add_interfaceJonathon Jongsma1-3/+3
2016-09-08Use RED_CHANNEL_CLIENT() macro for castingJonathon Jongsma8-72/+74
2016-09-08mcc: early return and lower indentationVictor Toso1-8/+10
2016-09-08mcc: early return and lower indentationVictor Toso1-47/+47
2016-09-08Rename RCC_TO_DCC() to DISPLAY_CHANNEL_CLIENT()Jonathon Jongsma4-49/+49
2016-09-08Add DisplayChannelClientPrivate and CursorChannelPrivate structsJonathon Jongsma5-165/+182
2016-09-08Add RedChannelClientPrivate structJonathon Jongsma7-339/+397
2016-09-08Add MainChannelClientPrivate structJonathon Jongsma1-69/+75
2016-09-08Add InputsChannelClientPrivate structJonathon Jongsma1-10/+19
2016-09-08Add SmartCardChannelClientPrivate structJonathon Jongsma1-42/+47
2016-09-08Move CursorChannelClient to separate fileJonathon Jongsma5-90/+176
2016-09-08Move RedChannelClient to separate fileJonathon Jongsma16-1820/+1936
2016-09-07tests: Check setting of agent propertiesPavel Grunt2-0/+55
2016-09-07reds: Do not crash when setting agent propertyPavel Grunt1-4/+16
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
2016-08-09move is_low_bandwidth to DisplayChannelClientFrediano Ziglio8-17/+35
2016-08-09remove common_graphics_channel_new_client functionFrediano Ziglio4-42/+13
2016-08-09move during_target_migrate out of common_graphics_channel_new_clientFrediano Ziglio4-5/+3
2016-08-09move channel window setting to config_socketFrediano Ziglio1-7/+5
2016-08-09Limit direct access to DisplayChannelClientJonathon Jongsma10-88/+176
2016-08-04build: Update libtool versioning for 0.13.2v0.13.2Christophe Fergeau1-2/+2
2016-08-04Update spice-commonChristophe Fergeau1-0/+0
2016-08-04Update NEWS for 0.13.2Christophe Fergeau1-0/+15
2016-08-03gstreamer: Allows to add output format to optionsFrediano Ziglio1-1/+3
2016-08-03gstreamer: Peephole optimisationFrediano Ziglio1-1/+1
2016-08-02User-Manual: mention webdav is disabled by defaultsnir sheriber1-4/+5
2016-08-02Reduce indentation inverting conditionFrediano Ziglio1-14/+13