summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* server/red_tunnel_worker: trivial multi client supportAlon Levy2011-08-231-5/+0
* server/red_channel: introduce pipes functionsAlon Levy2011-08-231-4/+55
* server/red_channel: ignore error if already shutdownAlon Levy2011-08-231-0/+3
* server/main_channel: move latency and bitrate to channel clientAlon Levy2011-08-231-0/+5
* server: Add RedClientAlon Levy2011-08-231-8/+87
* server/red_client: clear pipe on disconnectAlon Levy2011-08-231-1/+1
* server/red_channel: workaround for fast client disconnect bug (TODO - real fix)Alon Levy2011-08-231-0/+5
* server/main_channel: use MainChannel in sigAlon Levy2011-08-231-2/+2
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-231-59/+90
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-231-222/+405
* server/red_channel: renames to use _proc postfix consistentlyAlon Levy2011-08-231-6/+6
* add missing staticChristophe Fergeau2011-05-031-5/+5
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* Revert "server/red_channel: red_channel_event: push on blocked"Marc-André Lureau2011-03-031-6/+1
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-021-2/+10
* server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2011-03-021-31/+34
* server/red_channel: no opaque in red_channel_peer_on_*_errorAlon Levy2011-03-021-8/+4
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-021-0/+9
* server/red_channel: reset send_data.item to NULL after releaseAlon Levy2011-03-021-0/+1
* server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy2011-03-021-2/+13
* server/red_channel: add red_channel_send_message_pendingAlon Levy2011-03-021-0/+5
* server/red_channel: add red_channel_all_blockedAlon Levy2011-03-021-0/+10
* server/red_channel (all): add red_channel_get_headerAlon Levy2011-03-021-0/+5
* server/red_channel: add red_channel_get_first_socketAlon Levy2011-03-021-0/+8
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-021-6/+1
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-021-0/+6
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-021-3/+37
* 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