summaryrefslogtreecommitdiff
path: root/server/red_tunnel_worker.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Remove tunneling supportChristophe Fergeau1-3481/+0
2013-10-18red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin1-1/+1
2012-08-30server/red_tunnel_worker: remove unneeded expect_migrate_markAlon Levy1-6/+0
2012-08-28server/red_tunnel_worker.c: fix buildAlon Levy1-44/+18
2012-05-21server: handle red_channel_client_create returning NULLYonit Halperin1-1/+3
2012-03-25Use the spice-common logging functionsMarc-André Lureau1-119/+121
2012-03-23Use spice_strdup() to avoid crashing on NULLMarc-André Lureau1-2/+2
2012-03-10Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede1-2/+2
2012-01-18server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede1-1/+3
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2012-01-13Remove 'the the' typosDaniel P. Berrange1-1/+1
2012-01-12server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin1-21/+22
2011-11-02server: set & test channel capabilities in red_channelYonit Halperin1-1/+2
2011-08-23server: registering RedChannel in reds, instead of ChannelYonit Halperin1-104/+107
2011-08-23server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin1-10/+13
2011-08-23server/red_tunnel_worker: trivial multi client supportAlon Levy1-122/+133
2011-08-23server: Add RedClientAlon Levy1-7/+7
2011-08-23server: move pipe from RedChannel to RedChannelClientAlon Levy1-13/+13
2011-08-23server/red_channel (all): introduce RedChannelClientAlon Levy1-92/+122
2011-06-22s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau1-2/+2
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-03-02server/red_channel (+): remove red_channel_add_bufAlon Levy1-32/+36
2011-03-02server/tunnel: pass SpiceMarshaller reference from sendAlon Levy1-54/+37
2011-03-02server/red_channel (all): add red_channel_get_streamAlon Levy1-3/+4
2011-03-02server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy1-16/+27
2011-03-02server/red_channel: move SET_ACK to red_channelAlon Levy1-20/+2
2011-03-02server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy1-1/+0
2011-03-02server/red_channe: make hold_item take a channel argAlon Levy1-1/+1
2011-03-02server/red_tunnel_worker: use message_serial setter and getterAlon Levy1-2/+2
2011-02-28server: rename s/peer/streamMarc-André Lureau1-6/+6
2011-02-27server: s/RedsStreamContext/RedsStreamMarc-André Lureau1-2/+2
2011-02-07server/red_channel (tunnel): change sig of red_channel_handle_messageAlon Levy1-2/+2
2011-02-07server/red_channel: add hold_item (from red_worker)Alon Levy1-0/+5
2010-07-19codegen: Various cleanupsAlexander Larsson1-6/+5
2010-07-08Missed some misspelling fixesAlexander Larsson1-11/+11
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson1-18/+18
2010-05-19complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann1-11/+14
2010-05-19s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann1-2/+3
2010-05-19minor timer interface cleanups.Gerd Hoffmann1-3/+2
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-12/+12
2010-03-11Use spice allocator in server/Alexander Larsson1-55/+14
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson1-18/+18
2010-02-04Use the new header namesAlexander Larsson1-1/+1
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-112/+112
2009-10-18tunnelYonit Halperin1-0/+3510