summaryrefslogtreecommitdiff
path: root/server/reds.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28main_channel_init() -> main_channel_new()Jonathon Jongsma1-1/+1
2016-01-28inputs_init() -> inputs_channel_new()Jonathon Jongsma1-1/+1
2016-01-28Remove global inputs channelJonathon Jongsma1-13/+13
2016-01-21Change some functions to take RedsState argJonathon Jongsma1-28/+29
2016-01-20Change some functions to take RedsState argJonathon Jongsma1-33/+33
2016-01-20Change some functions to take RedsState argJonathon Jongsma1-32/+33
2016-01-19reds_num_of_clients() -> reds_get_n_clients()Jonathon Jongsma1-2/+2
2016-01-19reds_num_of_channels() -> reds_get_n_channels()Jonathon Jongsma1-1/+1
2016-01-19Change some functions to take RedsState argJonathon Jongsma1-29/+33
2016-01-19Pass 'reds' as opaque data in vdi port char deviceJonathon Jongsma1-1/+2
2016-01-18Change some functions to take RedsState argJonathon Jongsma1-52/+52
2016-01-15Make global 'reds' externJonathon Jongsma1-1/+1
2016-01-12channel: add option tcp keepalive timeout to channelsSunny Shin1-0/+22
2016-01-11channel: add interface parameters to SpiceCoreInterfaceInternalFrediano Ziglio1-8/+9
2016-01-11channel: build adapter for public core interfaceFrediano Ziglio1-3/+58
2016-01-11channel: add a new internal SpiceCoreInterfaceFrediano Ziglio1-2/+3
2015-12-11reds: do not use g_malloc0 in server codeFrediano Ziglio1-2/+2
2015-12-11server: Add spice_get_monotonic_time_ms()Francois Gouget1-4/+2
2015-12-10channel: rename red_channel_(client_)waits_* functionsFrediano Ziglio1-3/+3
2015-12-09server: misc header cleanupsFrediano Ziglio1-1/+0
2015-12-04server: multiple clients works ok if we limit the pipe to the slowest clientAlon Levy1-1/+1
2015-12-03server: rename filesFrediano Ziglio1-9/+9
2015-11-21server: remove OpenGLMarc-André Lureau1-4/+0
2015-11-13reds: Do not abort due to wrong headerPavel Grunt1-1/+4
2015-10-26worker: remove need for WorkerInitDataMarc-André Lureau1-2/+42
2015-10-19fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber1-1/+1
2015-08-26Avoid core calling spice_server_destroyFrediano Ziglio1-2/+5
2015-08-11Fix typo in commentsJonathon Jongsma1-2/+2
2015-08-11Cleanup: move static function declarations out of headerJonathon Jongsma1-0/+4
2015-07-29Adjust to new SpiceImageCompress nameChristophe Fergeau1-6/+6
2015-07-20reds: Assure we don't have stale statistic files before trying to create a ne...Frediano Ziglio1-0/+1
2015-07-20server: spice_debug() messages don't need a trailing '\n'.Francois Gouget1-2/+2
2015-06-30Use image compress constants from spice-protocolJavier Celaya1-4/+4
2015-06-17reds: increase listening socket backlogMarc-André Lureau1-1/+1
2015-06-16Add password length checkCédric Bosdonnat1-0/+2
2015-06-15Remove duplicate streaming enumerationJonathon Jongsma1-1/+1
2015-06-11LZ4: warn if trying to set lz4 but not supportedJavier Celaya1-0/+8
2015-04-10ppc: Fix endianness handling in initial SPICE connectionChristophe Fergeau1-17/+45
2015-01-15Remove spice-experimentalMarc-André Lureau1-18/+0
2015-01-15Do not perform network tests on UNIX socketMarc-André Lureau1-1/+3
2015-01-15reds: add Unix socket supportMarc-André Lureau1-6/+32
2014-11-27Rename mm_timer/mm_timeMarc-André Lureau1-6/+6
2014-11-27Remove guest side video time-stampingMarc-André Lureau1-13/+0
2014-11-24Don't set SpiceLinkReply::pub_key if client advertises SASL capChristophe Fergeau1-23/+38
2014-11-24Introduce red_link_info_test_capability()Christophe Fergeau1-3/+18
2014-10-14migration: Don't assert() if MIGRATE_DATA comes before attaching the agentUri Lublin1-11/+28
2014-09-08clean-up: remove unused functionMarc-André Lureau1-5/+0
2014-09-08reds: lookup corresponding channel idMarc-André Lureau1-1/+2
2014-04-16Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau1-1/+1
2014-04-16Remove RedLinkInfo::async_readChristophe Fergeau1-25/+19