summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* client/windows: cleanup vcproj based on updated libsArnon Gilboa2011-03-081-8/+8
* server/input: avoid double free() of RedChannel on disconnectMarc-André Lureau2011-03-031-8/+4
* Revert "server/red_channel: red_channel_event: push on blocked"Marc-André Lureau2011-03-031-6/+1
* server/red_worker: use red_channel_pipe_item_initAlon Levy2011-03-022-30/+38
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-023-7/+17
* server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2011-03-022-42/+57
* server/red_channel: no opaque in red_channel_peer_on_*_errorAlon Levy2011-03-021-8/+4
* server/red_worker: use red_channel_is_connectedAlon Levy2011-03-021-3/+3
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-023-15/+12
* server/red_channel: reset send_data.item to NULL after releaseAlon Levy2011-03-021-0/+1
* server/red_worker: remove RedChannel argument from add_buf_from_infoAlon Levy2011-03-021-4/+4
* server/red_channel: add red_channel_{,no_}item_being_sentAlon Levy2011-03-023-7/+26
* server/red_worker: complete removal of send_data.marshaller useAlon Levy2011-03-021-23/+28
* server/red_worker: replace _send_ functions by _marshall_Alon Levy2011-03-021-111/+76
* server/red_channel: add red_channel_send_message_pendingAlon Levy2011-03-023-1/+9
* server/red_channel: add red_channel_all_blockedAlon Levy2011-03-023-5/+21
* server/red_worker: cursor channel: replace _send_ with _marshall_Alon Levy2011-03-021-31/+23
* server/red_channel (all): add red_channel_get_headerAlon Levy2011-03-022-0/+12
* server/red_channel: add red_channel_get_first_socketAlon Levy2011-03-023-4/+15
* server/red_channel (+): remove red_channel_add_bufAlon Levy2011-03-025-60/+55
* server/tunnel: pass SpiceMarshaller reference from sendAlon Levy2011-03-021-54/+37
* server/red_channel (all): add red_channel_get_streamAlon Levy2011-03-025-7/+19
* ring: add RING_FOREACH{,_SAFE,_REVERSED}Alon Levy2011-03-021-0/+21
* server/common: introduce common/spice_common.hAlon Levy2011-03-022-45/+71
* server/red_channel (all): handle MIGRATE_DATA and MIGRATE_FLUSH_DATAAlon Levy2011-03-027-52/+169
* server/red_channel (all): add red_channel_get_marshallerAlon Levy2011-03-025-174/+205
* server/red_worker: use red_channel_destroyAlon Levy2011-03-021-2/+1
* server/inputs_channel: s/PIPE_ITEM_INIT/PIPE_ITEM_INPUTS_INIT/Alon Levy2011-03-021-3/+3
* server/red_channel: move SET_ACK to red_channelAlon Levy2011-03-024-52/+43
* server/red_channel: add more ack apiAlon Levy2011-03-023-7/+18
* server: use red_channel_get_message_serialAlon Levy2011-03-022-9/+4
* server/red_channel (all): makes red_channel_reset_send_data privateAlon Levy2011-03-027-24/+34
* server/red_worker: use red_channelAlon Levy2011-03-021-406/+40
* server/red_channe: make hold_item take a channel argAlon Levy2011-03-026-6/+6
* server/red_worker: introduce red_peer_handle_outgoing and OutgoingHandlerAlon Levy2011-03-021-36/+115
* server/red_worker: introduce common_channel_config_socketAlon Levy2011-03-021-20/+30
* server/red_worker: line width fixAlon Levy2011-03-021-1/+1
* server/red_worker: don't push to NULL channel (called from device input)Alon Levy2011-03-021-1/+4
* server/red_worker: introduce red_channel_pipe_clearAlon Levy2011-03-021-59/+18
* server/red_worker: add red_channel_pushAlon Levy2011-03-021-24/+30
* server/red_worker: add send_itemAlon Levy2011-03-021-3/+11
* server/red_worker: red_channel renamesAlon Levy2011-03-022-59/+59
* server/red_tunnel_worker: use message_serial setter and getterAlon Levy2011-03-021-2/+2
* x11: Use _exit rather then exit on X errors (rhbz#680763)Hans de Goede2011-03-011-2/+2
* client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292)Uri Lublin2011-03-011-0/+1
* Fix keyb modifiers not syncing from client to client os (rhbz#679467)Hans de Goede2011-03-011-0/+2
* server: add SASL supportMarc-André Lureau2011-02-283-8/+751
* server: add auth mechanism selectionMarc-André Lureau2011-02-281-4/+64
* server: add reds_channel_dispose()Marc-André Lureau2011-02-283-2/+14
* server: simplify and constify sync_write()Marc-André Lureau2011-02-281-17/+25