summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-08Revert "reds-stream watch experiments (failed)"vfuncsChristophe Fergeau4-46/+20
2017-03-08reds-stream watch experiments (failed)Christophe Fergeau4-20/+46
2017-03-08channel: Remove vfunc typedefChristophe Fergeau1-28/+12
2017-03-08Chain up to parent class vfuncChristophe Fergeau2-2/+4
2017-03-08die ClientCbs, die!Christophe Fergeau7-65/+27
2017-03-08Turn ClientCbs::connect into a RedChannel::connect_client vfuncChristophe Fergeau9-20/+18
2017-03-08Register client callbacks from DisplayChannelChristophe Fergeau4-72/+77
2017-03-08Register client callbacks from CursorChannelChristophe Fergeau4-65/+79
2017-03-08Remove unused 3rd red_channel_register_client_cbs() argChristophe Fergeau8-14/+10
2017-03-08add helper method to parse messagesChristophe Fergeau1-23/+29
2017-03-08channel: Add default RedChannel::handle_message implementationChristophe Fergeau11-13/+13
2017-03-08rcc: Consistently name RedChannelClient 'rcc'Christophe Fergeau1-65/+65
2017-03-08Remove 'static inline' from .c filesChristophe Fergeau16-73/+73
2017-03-08RedChannelClient: Mark some private data as booleanChristophe Fergeau1-4/+4
2017-03-08reds-stream: Use true/false instead of TRUE/FALSEChristophe Fergeau1-24/+24
2017-03-08Use bool rather than int return values when appropriateChristophe Fergeau37-228/+227
2017-03-08Remove stdbool.h include from .c filesChristophe Fergeau6-6/+0
2017-03-08reds-stream: Introduce reds_stream_set_keepalive() helperChristophe Fergeau3-25/+28
2017-03-08reds-stream: Introduce reds_stream_set_non_blocking() helperChristophe Fergeau3-14/+25
2017-03-08reds-stream: Introduce reds_stream_set_no_delay() helperChristophe Fergeau6-40/+23
2017-03-08reds: Change if styleFrediano Ziglio1-6/+7
2017-03-07reds: Send link replies with less chunksFrediano Ziglio1-27/+31
2017-03-06reds: Do not leak SSL contextFrediano Ziglio1-0/+4
2017-03-06syntax-check: Fix missing AUTHORSVictor Toso1-0/+1
2017-03-04red-channel: Move alloc_recv_buf and release_recv_buf to RedChannelClientFrediano Ziglio14-120/+188
2017-03-04Introduce CommonGraphicsChannelClientFrediano Ziglio6-12/+53
2017-03-04sound: Remove header dependencyFrediano Ziglio1-1/+0
2017-03-04red-channel: Move byte statistic to RedChannelClientFrediano Ziglio3-13/+3
2017-03-04red-channel-client: Add message counters to statisticsFrediano Ziglio1-0/+9
2017-03-03tests: Reuse GLib compatibility codeFrediano Ziglio2-7/+1
2017-03-03tests: Move some specific GLib compatibility to compatibility fileFrediano Ziglio5-26/+12
2017-03-03tests: Move some glib compatibility code to a separate fileFrediano Ziglio4-91/+149
2017-03-03Use variable values instead of computing againFrediano Ziglio3-5/+5
2017-03-02dcc: handle preferred video codec messageVictor Toso5-2/+136
2017-03-02record: Allocate recording file globally from reds.cFrediano Ziglio4-5/+26
2017-03-02record: Use reference counting for recordingFrediano Ziglio3-7/+17
2017-03-02record: Synchronize write to record fileFrediano Ziglio1-2/+16
2017-03-02red-channel: Use RedChannelCapabilities directly to pass capabilitiesFrediano Ziglio27-297/+95
2017-03-02red-channel: Separate RedChannelCapabilitiesFrediano Ziglio4-7/+122
2017-03-02red-channel-client: Make capabilities property write onlyFrediano Ziglio1-18/+2
2017-03-02red-channel: Remove unused type definitionFrediano Ziglio1-1/+0
2017-03-02main-dispatcher: Remove watch leakFrediano Ziglio2-4/+17
2017-03-01test-vdagent: Make test case more usefulChristophe Fergeau2-17/+166
2017-03-01Use spice_debug rather than spice_info in library codeChristophe Fergeau9-108/+108
2017-03-01reds: Close sockets when using spice_server_destroy()Christophe Fergeau1-2/+13
2017-03-01test: Add test_destroy()Christophe Fergeau2-0/+8
2017-03-01tests: Add basic spice_server_init()/spice_server_destroy()Frediano Ziglio3-0/+61
2017-03-01reds: Free remaining configurationFrediano Ziglio1-14/+29
2017-02-28display-channel: Clean more stuff on finalizeFrediano Ziglio1-0/+3
2017-02-28stream: Remove region leakFrediano Ziglio1-0/+1