summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-24server/red_channel: [debug] ifdef-0 complete copy buffers on queueold/aggregate-many-marshallersAlon Levy1-0/+63
2011-01-24server/red_worker: set queuing to maxAlon Levy1-1/+1
2011-01-24server/red_worker: implement epoll queuing timoutAlon Levy1-1/+15
2011-01-24server/red_worker: display queueing fixesAlon Levy1-1/+2
2011-01-24server/red_worker: cursur queuing fixesAlon Levy1-1/+7
2011-01-24server/red_worker: [tmp, part] fix multiple refs to compression buffersAlon Levy1-1/+2
2011-01-24server/red_channel: queuing fix, queue is correct, using multiple marshallersAlon Levy2-22/+41
2011-01-24red_channel: add DPRINTF_QUEUEAlon Levy2-3/+8
2011-01-23[wip] multiple marshaller packet aggregationAlon Levy2-7/+63
2011-01-23[wip] aggregate baseAlon Levy3-15/+71
2011-01-23tests/migrate.py: add vdagent device/chardevAlon Levy1-0/+3
2011-01-23server/tests/basic_event_loop: make timers staticAlon Levy1-1/+1
2011-01-23client [debug]: print incoming message sizeAlon Levy1-0/+1
2011-01-23migrate_switch: don't show guiAlon Levy1-1/+1
2011-01-19server/red_worker: use red_channel_pipe_item_initred_channel_refactorAlon Levy2-30/+38
2011-01-19server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy3-7/+17
2011-01-19server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2-42/+57
2011-01-19server/red_channel: no opaque in red_channel_peer_on_*_errorAlon Levy1-8/+4
2011-01-19server/red_worker: use red_channel_is_connectedAlon Levy1-3/+3
2011-01-19server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy3-17/+13
2011-01-19server/red_channel: reset send_data.item to NULL after releaseAlon Levy1-0/+1
2011-01-19server/red_channel: move free of SET_ACK pipe item to releaseAlon Levy1-1/+1
2011-01-19server/red_worker: remove RedChannel argument from add_buf_from_infoAlon Levy1-4/+4
2011-01-19server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy3-5/+23
2011-01-19server/red_worker: complete removal of send_data.marshaller useAlon Levy1-23/+29
2011-01-19server/red_worker: replace _send_ functions by _marshall_Alon Levy1-111/+76
2011-01-19server/red_channel: add red_channel_send_message_pendingAlon Levy3-1/+9
2011-01-19server/red_channel: add red_channel_all_blockedAlon Levy3-5/+21
2011-01-19server/red_worker: cursor channel: replace _send_ with _marshall_Alon Levy1-31/+23
2011-01-19server/red_channel (all): pass header in channel_send_pipe_item_procAlon Levy7-8/+15
2011-01-19server/red_channel: add red_channel_get_first_socketAlon Levy3-4/+15
2011-01-19server/red_channel: add red_channel_set_shut and use in inputs_channelAlon Levy3-1/+8
2011-01-19server/red_channel (+): remove red_channel_add_bufAlon Levy4-62/+55
2011-01-19server/tunnel: pass SpiceMarshaller reference from sendAlon Levy1-54/+36
2011-01-19server/red_channel (all): add peer to config_socket sigAlon Levy7-14/+13
2011-01-19server: add missing include to ring.hAlon Levy1-0/+2
2011-01-19ring: add RING_FOREACH{,_SAFE,_REVERSED}Alon Levy1-0/+19
2011-01-19server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy7-52/+168
2011-01-19server/red_channel (all): change send_pipe_item to add marshaller to sigAlon Levy7-183/+203
2011-01-19server/red_channel: protect red_channel_destroy from NULL peerAlon Levy1-2/+4
2011-01-19server/red_worker: use red_channel_destroyAlon Levy1-2/+1
2011-01-19server/inputs_channel: s/PIPE_ITEM_INIT/PIPE_ITEM_INPUTS_INIT/Alon Levy1-3/+3
2011-01-19server: move SET_ACK to red_channelAlon Levy4-52/+43
2011-01-19server/red_channel: add more ack apiAlon Levy3-7/+18
2011-01-19server: use red_channel_get_message_serialAlon Levy3-11/+6
2011-01-19server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy7-24/+35
2011-01-19server/red_worker: s/red_pipe_add_type/red_channel_pipe_add_type/Alon Levy2-23/+16
2011-01-19server/red_worker: on handle_events do a push, not a sendAlon Levy1-1/+1
2011-01-19server/red_worker: use red_channelAlon Levy1-396/+40
2011-01-19server/red_worker: introduce red_peer_handle_outgoing and OutgoingHandlerAlon Levy1-36/+115