summaryrefslogtreecommitdiff
path: root/server/red-channel.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Add reference counting to PipeItem classChristophe Fergeau1-6/+0
2016-04-12red-channel: make red_client_{ref,unref} thread safeFrediano Ziglio1-2/+2
2016-03-17Remove red_channel_set_data()Christophe Fergeau1-9/+4
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-3/+3
2016-02-23constify some global variablesFrediano Ziglio1-16/+16
2016-02-16Remove global main_dispatcher variableJonathon Jongsma1-1/+3
2016-02-16Add red_channel_get_server()Jonathon Jongsma1-0/+5
2016-02-15Add RedsState arg to all stat functionsJonathon Jongsma1-3/+2
2016-02-12Store a reference to RedsState in Channel base classJonathon Jongsma1-10/+14
2016-02-11channel: rename misleading functionsFrediano Ziglio1-3/+3
2016-02-11Add reference to server in RedClientJonathon Jongsma1-2/+3
2016-02-09red-channel: return number of created pipe itemsMarc-André Lureau1-6/+13
2016-02-05channel: fix typo in commentFrediano Ziglio1-1/+1
2016-02-03worker: push data when clients can receive themFrediano Ziglio1-21/+18
2016-02-02red-channel: send marshaller message fdFrediano Ziglio1-0/+14
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-20Change some functions to take RedsState argJonathon Jongsma1-1/+1
2016-01-20channel: do not free rcc->stream in red_channel_client_disconnectFrediano Ziglio1-3/+7
2016-01-14channel: simplify red_channel_client_send_itemFrediano Ziglio1-10/+3
2016-01-11channel: add interface parameters to SpiceCoreInterfaceInternalFrediano Ziglio1-5/+7
2016-01-11channel: add a new internal SpiceCoreInterfaceFrediano Ziglio1-3/+3
2015-12-14red-channel: constify some callback structsMarc-André Lureau1-3/+3
2015-12-14server: Add time constants to go with spice_get_monotonic_time_ms()Francois Gouget1-2/+2
2015-12-14server: Add time constants to go with spice_get_monotonic_time_ns()Francois Gouget1-5/+3
2015-12-11server: Rename red_get_monotonic_time() to spice_get_monotonic_time_ns()Francois Gouget1-10/+10
2015-12-10channel: make sure we retain RedChannelClient while processing itFrediano Ziglio1-4/+2
2015-12-10channel: rename red_channel_(client_)waits_* functionsFrediano Ziglio1-4/+4
2015-12-03server: rename filesFrediano Ziglio1-0/+2428