summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.c
Commit message (Expand)AuthorAgeFilesLines
* server/red_tunnel_worker: remove unneeded expect_migrate_markAlon Levy2012-08-301-6/+0
* server/red_tunnel_worker.c: fix buildAlon Levy2012-08-281-44/+18
* server: handle red_channel_client_create returning NULLYonit Halperin2012-05-211-1/+3
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-119/+121
* Use spice_strdup() to avoid crashing on NULLMarc-André Lureau2012-03-231-2/+2
* Ensure all members of ChannelCbs and ClientCbs are either assigned or NULLHans de Goede2012-03-101-2/+2
* server: Don't complain if setsockopt NODELAY fails on unix socketsHans de Goede2012-01-181-1/+3
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* Remove 'the the' typosDaniel P. Berrange2012-01-131-1/+1
* server: Limit the access to SpiceDataHeader of messages - only via red_channel.Yonit Halperin2012-01-121-21/+22
* server: set & test channel capabilities in red_channelYonit Halperin2011-11-021-1/+2
* server: registering RedChannel in reds, instead of ChannelYonit Halperin2011-08-231-104/+107
* server/red_channel.c: pack all channel callbacks to ChannelCbsYonit Halperin2011-08-231-10/+13
* server/red_tunnel_worker: trivial multi client supportAlon Levy2011-08-231-122/+133
* server: Add RedClientAlon Levy2011-08-231-7/+7
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-13/+13
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-92/+122
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-221-2/+2
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-32/+36
* server/tunnel: pass SpiceMarshaller reference from sendAlon Levy2011-03-021-54/+37
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-3/+4
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-16/+27
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-021-20/+2
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-1/+0
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server/red_tunnel_worker: use message_serial setter and getterAlon Levy2011-03-021-2/+2
* server: rename s/peer/streamMarc-André Lureau2011-02-281-6/+6
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-2/+2
* server/red_channel (tunnel): change sig of red_channel_handle_messageAlon Levy2011-02-071-2/+2
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-071-0/+5
* codegen: Various cleanupsAlexander Larsson2010-07-191-6/+5
* Missed some misspelling fixesAlexander Larsson2010-07-081-11/+11
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-18/+18
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-191-11/+14
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-191-2/+3
* minor timer interface cleanups.Gerd Hoffmann2010-05-191-3/+2
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-12/+12
* Use spice allocator in server/Alexander Larsson2010-03-111-55/+14
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-18/+18
* Use the new header namesAlexander Larsson2010-02-041-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-112/+112
* tunnelYonit Halperin2009-10-181-0/+3510