summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-08server/red_worker: on handle_events do a push, not a sendfixup_red_channelsAlon Levy1-1/+1
2010-11-08server/red_worker: use red_channelAlon Levy1-396/+40
2010-11-08server/red_channel: red_channel_pipe_clear: assert on NULL channelAlon Levy1-1/+2
2010-11-08server/red_channel: don't set blocked when ack window full (blocked is set on...Alon Levy1-4/+6
2010-11-08server/red_channel: hold_item on init_send_dataAlon Levy1-1/+5
2010-11-08server/red_channel: add TODOAlon Levy1-0/+4
2010-11-08server/red_channel: REBASE ME: don't hold_item on block, it's already held wh...Alon Levy1-3/+0
2010-11-08server/red_worker: introduce red_peer_handle_outgoing, OutgoingHandler (from ...Alon Levy1-36/+115
2010-11-08server/red_channel: export red_channel_sendAlon Levy2-1/+3
2010-11-08server/reds: don't remove agent if it's not connectedAlon Levy1-1/+1
2010-11-08server/red_worker: introduce common_channel_config_socketAlon Levy1-21/+30
2010-11-08server/red_worker: s/handle_parsed_proc/channel_handle_parsed_proc/Alon Levy1-3/+3
2010-11-08server/red_worker: s/channel_is_connected/red_channel_is_connected/Alon Levy1-2/+2
2010-11-08server/red_worker: s/channel_handle_message/red_channel_handle_message/Alon Levy1-3/+3
2010-11-08server/red_worker: line width fixAlon Levy1-1/+1
2010-11-08server/red_worker: don't push to NULL channel (called from device input)Alon Levy1-1/+4
2010-11-08server/red_worker: introduce red_channel_pipe_clear, no more common_release_p...Alon Levy1-59/+18
2010-11-08server/red_channel: reset pipe_size on clear (from red_worker)Alon Levy1-0/+1
2010-11-08server/reds: protect reds_update_mouse_mode when main_channel is disconnectedAlon Levy1-1/+4
2010-11-08server/red_worker: s/red_receive/red_channel_receive/Alon Levy1-9/+9
2010-11-08server/red_worker: s/recive_data/incoming/Alon Levy1-17/+17
2010-11-08server/red_worker: add red_channel_pushAlon Levy1-24/+30
2010-11-08server/red_worker: add send_itemAlon Levy1-0/+8
2010-11-08server/red_worker: s/red_pipe_get/red_channel_pipe_get/Alon Levy1-3/+3
2010-11-08server/red_worker: s/red_send_data/red_channel_send/Alon Levy1-8/+8
2010-11-08server/red_worker: match channel_release_pipe_item_proc to red_channelAlon Levy1-9/+10
2010-11-08server/red_channel: red_channel_pipe_get: enforce ack window if handle_acks (...Alon Levy1-4/+5
2010-11-08server/red_channel: protect red_channel_push from NULLAlon Levy1-0/+4
2010-11-08server/red_worker: s/release_item_proc/channel_release_pipe_item_proc/Alon Levy1-3/+4
2010-11-08server/red_worker: introduce an outgoing struct around out_bytes_counterAlon Levy1-4/+6
2010-11-08server/red_worker: change sig of handle_message_proc to red_channel's handle_...Alon Levy1-5/+5
2010-11-08server/red_worker: s/hold_item_proc/channel_hold_item/Alon Levy1-3/+3
2010-11-08server: hold_item_proc sig change ramificationsAlon Levy2-2/+2
2010-11-08server/red_worker: s/disconnect_channel_proc/channel_disconnect_proc/Alon Levy1-3/+3
2010-11-08server/red_channel: fix channel_hold_item_proc sigAlon Levy1-1/+1
2010-11-08server/red_worker: forgot place to use *_red_channelAlon Levy1-2/+2
2010-11-08server/red_worker: split cursor_channel_send_item from cursor_channel_pushAlon Levy1-42/+45
2010-11-08server/red_worker: small cleanup with worker aliasAlon Levy1-3/+3
2010-11-08server/red_worker: s/red_begin_send_message/red_channel_begin_send_message/Alon Levy1-12/+12
2010-11-08server/red_worker: add red_channel_init_send_dataAlon Levy1-81/+84
2010-11-08server/red_worker: change hold_item signature to PipeItem * (from void *)Alon Levy1-4/+4
2010-11-08server/red_worker: split display_channel_send_item out of display_channel_pushAlon Levy1-88/+94
2010-11-08server/red_worker: extract common_release_pipe_item from red_pipe_clearAlon Levy1-50/+56
2010-11-08server/red_worker: s/red_pipe_add/red_channel_pipe_add/, s/red_pipe_add_after...Alon Levy1-16/+16
2010-11-08server/red_worker: shorten some lines using alias variablesAlon Levy1-11/+19
2010-11-08server/red_worker: add free cb to EventHandlerAlon Levy1-1/+18
2010-11-08server/red_worker: introduce a CommonChannel with everything (almost) not in ...Alon Levy3-183/+206
2010-11-08server/red_worker: use ack_data struct (start of move to red_channel based ch...Alon Levy1-18/+20
2010-11-08server/red_channel: red_channel_event: try to send either on signal or when b...Alon Levy1-1/+6
2010-11-08server/red_channel: use red_channel_receiveAlon Levy1-1/+1