summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-021-0/+4
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-021-0/+27
* server/red_channel: add more ack apiAlon Levy2011-03-021-0/+10
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-021-16/+33
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-021-1/+1
* server: rename s/peer/streamMarc-André Lureau2011-02-281-24/+24
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-02-281-3/+7
* server: use reds_{link,stream}_free()Marc-André Lureau2011-02-271-2/+1
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-02-271-1/+1
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-02-271-5/+5
* server/red_channel: style fix in red_channel_init_send_dataAlon Levy2011-02-071-2/+2
* server/red_channel: red_channel_pipe_clear: assert on NULL channelAlon Levy2011-02-071-1/+2
* server/red_channel: add TODOAlon Levy2011-02-071-0/+4
* server/red_channel: export red_channel_sendAlon Levy2011-02-071-1/+1
* server/red_channel: add red_channel_waiting_for_ackAlon Levy2011-02-071-4/+7
* server/red_channel: protect red_channel_push from NULLAlon Levy2011-02-071-0/+4
* server/red_channel: reset pipe_size on clear (from red_worker)Alon Levy2011-02-071-0/+1
* server/red_channel: red_channel_event: push on blockedAlon Levy2011-02-071-1/+6
* server/red_channel: use red_channel_receiveAlon Levy2011-02-071-1/+1
* server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTINGAlon Levy2011-02-071-0/+2
* server/red_channel: add red_channel_receive (for red_worker)Alon Levy2011-02-071-0/+5
* server/red_channel: unstatic red_channel_pipe_clear (for red_worker)Alon Levy2011-02-071-2/+1
* server/red_channel: unstatic red_channel_push (for red_worker)Alon Levy2011-02-071-2/+1
* server/red_channel: two 80 column fixesAlon Levy2011-02-071-4/+6
* server/red_channel: add public red_channel_default_peer_on_errorAlon Levy2011-02-071-5/+3
* server/red_channel: add red_channel_pipe_add_after (from red_worker)Alon Levy2011-02-071-0/+10
* server/red_channel: make client ack window configurableAlon Levy2011-02-071-2/+4
* server/red_channel (tunnel): change sig of red_channel_handle_messageAlon Levy2011-02-071-5/+6
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2011-02-071-0/+7
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-071-2/+10
* server/red_channel: add out_bytes_counter (unused)Alon Levy2011-02-071-0/+3
* server/red_channel: fix segfault on red_channel_destroy if peer already removedAlon Levy2011-01-161-1/+1
* server/red_channel: no need for extra loopAlon Levy2011-01-151-1/+1
* server/red_channel: go marshaller for outgoing (copied from red_worker)Alon Levy2011-01-131-69/+36
* server/red_channel: error channel if alloc_msg_buf fails (returns NULL)Alon Levy2010-12-071-0/+5
* server/red_channel: add red_channel_is_connectedAlon Levy2010-12-071-0/+5
* server: red_channel: add optional parser and separate incoming/outgoing error...Alon Levy2010-12-071-3/+77
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-191-1/+2
* new watch api: switch channelsGerd Hoffmann2010-05-191-21/+20
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-12/+12
* Use spice allocator in server/Alexander Larsson2010-03-111-12/+4
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-8/+8
* tunnelYonit Halperin2009-10-181-0/+520