summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* server/red_worker: introduce common_channel_config_socketring_buggedAlon Levy2010-11-081-21/+30
|
* server/red_worker: s/handle_parsed_proc/channel_handle_parsed_proc/Alon Levy2010-11-081-3/+3
|
* server/red_worker: s/channel_is_connected/red_channel_is_connected/Alon Levy2010-11-081-2/+2
|
* server/red_worker: s/channel_handle_message/red_channel_handle_message/Alon Levy2010-11-081-3/+3
|
* server/red_worker: line width fixAlon Levy2010-11-081-1/+1
|
* server/red_worker: don't push to NULL channel (called from device input)Alon Levy2010-11-081-1/+4
|
* server/red_worker: introduce red_channel_pipe_clear, no more ↵Alon Levy2010-11-081-59/+18
| | | | common_release_pipe_item
* server/red_channel: reset pipe_size on clear (from red_worker)Alon Levy2010-11-081-0/+1
|
* server/reds: protect reds_update_mouse_mode when main_channel is disconnectedAlon Levy2010-11-081-1/+4
|
* server/red_worker: s/red_receive/red_channel_receive/Alon Levy2010-11-081-9/+9
|
* server/red_worker: s/recive_data/incoming/Alon Levy2010-11-081-17/+17
|
* server/red_worker: add red_channel_pushAlon Levy2010-11-081-24/+30
|
* server/red_worker: add send_itemAlon Levy2010-11-081-0/+8
|
* server/red_worker: s/red_pipe_get/red_channel_pipe_get/Alon Levy2010-11-081-3/+3
|
* server/red_worker: s/red_send_data/red_channel_send/Alon Levy2010-11-081-8/+8
|
* server/red_worker: match channel_release_pipe_item_proc to red_channelAlon Levy2010-11-081-9/+10
|
* server/red_channel: red_channel_pipe_get: enforce ack window if handle_acks ↵Alon Levy2010-11-081-4/+5
| | | | (from red_worker)
* server/red_channel: protect red_channel_push from NULLAlon Levy2010-11-081-0/+4
|
* server/red_worker: s/release_item_proc/channel_release_pipe_item_proc/Alon Levy2010-11-071-3/+4
|
* server/red_worker: introduce an outgoing struct around out_bytes_counterAlon Levy2010-11-071-4/+6
|
* server/red_worker: change sig of handle_message_proc to red_channel's ↵Alon Levy2010-11-071-5/+5
| | | | handle_parsed_proc, and rename to same
* server/red_worker: s/hold_item_proc/channel_hold_item/Alon Levy2010-11-071-3/+3
|
* server: hold_item_proc sig change ramificationsAlon Levy2010-11-072-2/+2
|
* server/red_worker: s/disconnect_channel_proc/channel_disconnect_proc/Alon Levy2010-11-071-3/+3
|
* server/red_channel: fix channel_hold_item_proc sigAlon Levy2010-11-071-1/+1
|
* server/red_worker: forgot place to use *_red_channelAlon Levy2010-11-071-2/+2
|
* server/red_worker: split cursor_channel_send_item from cursor_channel_pushAlon Levy2010-11-071-42/+45
|
* server/red_worker: small cleanup with worker aliasAlon Levy2010-11-071-3/+3
|
* server/red_worker: s/red_begin_send_message/red_channel_begin_send_message/Alon Levy2010-11-071-12/+12
|
* server/red_worker: add red_channel_init_send_dataAlon Levy2010-11-071-81/+84
| | | | | Changes semantics of send to always hold/release regardless of block, like red_channel. A hold is just a reference count increment or nop.
* server/red_worker: change hold_item signature to PipeItem * (from void *)Alon Levy2010-11-071-4/+4
|
* server/red_worker: split display_channel_send_item out of display_channel_pushAlon Levy2010-11-071-88/+94
|
* server/red_worker: extract common_release_pipe_item from red_pipe_clearAlon Levy2010-11-071-50/+56
|
* server/red_worker: s/red_pipe_add/red_channel_pipe_add/, ↵Alon Levy2010-11-071-16/+16
| | | | s/red_pipe_add_after/red_channel_pipe_add_after
* server/red_worker: shorten some lines using alias variablesAlon Levy2010-11-071-11/+19
|
* server/red_worker: add free cb to EventHandlerAlon Levy2010-11-071-1/+18
| | | | | Added cb takes care of non zero offset embedded EventHandler, which happens now with the introduced CommonChannel.
* server/red_worker: introduce a CommonChannel with everything (almost) not in ↵Alon Levy2010-11-073-183/+206
| | | | red_channel's RedChannel
* server/red_worker: use ack_data struct (start of move to red_channel based ↵Alon Levy2010-11-071-18/+20
| | | | channels)
* server/red_channel: red_channel_event: try to send either on signal or when ↵Alon Levy2010-11-071-1/+6
| | | | blocked and read signaled (from red_worker)
* server/red_channel: use red_channel_receiveAlon Levy2010-11-071-1/+1
|
* server/red_channel: handle SPICE_MSGC_DISCONNECTING by ignore in ↵Alon Levy2010-11-071-0/+2
| | | | red_channel_handle_message
* server/red_channel: add red_channel_receive (for red_worker)Alon Levy2010-11-072-0/+13
|
* server/red_channel: unstatic red_channel_pipe_clear (for red_worker)Alon Levy2010-11-072-2/+5
|
* server/red_channel: unstatic red_channel_push (for later red_worker usage)Alon Levy2010-11-072-2/+7
|
* server/red_channel: two 80 column fixesAlon Levy2010-11-071-4/+6
|
* server/red_channel: add public red_channel_default_peer_on_error for later ↵Alon Levy2010-11-072-5/+5
| | | | use in red_worker
* server/red_channel: add red_channel_pipe_add_after (from red_worker)Alon Levy2010-11-072-0/+9
|
* server/red_channel: make client ack window configurable (from red_worker)Alon Levy2010-11-072-2/+5
|
* server/red_channel: change sig of red_channel_handle_message for later usage ↵Alon Levy2010-11-073-8/+11
| | | | with red_worker
* server/red_channel: add red_channel_is_connectedAlon Levy2010-11-072-0/+7
|