summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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/, s/red_pipe_add_after...Alon Levy2010-11-071-16/+16
* 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
* server/red_worker: introduce a CommonChannel with everything (almost) not in ...Alon Levy2010-11-073-183/+206
* server/red_worker: use ack_data struct (start of move to red_channel based ch...Alon Levy2010-11-071-18/+20
* server/red_channel: red_channel_event: try to send either on signal or when b...Alon Levy2010-11-071-1/+6
* server/red_channel: use red_channel_receiveAlon Levy2010-11-071-1/+1
* server/red_channel: handle SPICE_MSGC_DISCONNECTING by ignore in red_channel_...Alon Levy2010-11-071-0/+2
* 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 us...Alon Levy2010-11-072-5/+5
* 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
* server/red_channel: add red_channel_is_connectedAlon Levy2010-11-072-0/+7
* server/red_channel: make MAX_SEND_VEC 100 like DisplayChannel/CursorChannel i...Alon Levy2010-11-071-1/+4
* server/red_channel: fix handle_parsed_proc signature to reflect SpiceDataHead...Alon Levy2010-11-073-4/+4
* server/reds: don't call close on NULL channel on atexit callbackAlon Levy2010-11-071-1/+3
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2010-11-074-18/+26
* server/red_channel: add hold_item (from red_worker)Alon Levy2010-11-074-1/+22
* server/red_channel: add out_bytes_counterAlon Levy2010-11-042-0/+6
* server/inputs_channel: use outgoing marshaller in red_channel/RedChannelAlon Levy2010-11-041-58/+67
* server/inputs_channel: remove unused declaration in inputs_channel.hAlon Levy2010-11-041-1/+0
* server/reds: fix possible segfault when accessing vdagent from reds_update_mo...Alon Levy2010-11-041-2/+2
* server/inputs_channel: s/inputs_channel/g_inputs_channel/Alon Levy2010-11-041-17/+22
* server/main_channel: use red_channel (most code is pipe send/marshall separat...Alon Levy2010-11-041-326/+416
* server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/Alon Levy2010-11-043-3/+3
* server/main_channel.h: s/main_chan/channel/ (used wrong variable name)Alon Levy2010-11-041-16/+16
* server/red_channel: no need for extra loopAlon Levy2010-11-041-1/+1
* server/red_channel: go marshaller for outgoing (copied from red_worker)Alon Levy2010-11-042-75/+41
* server/inputs_channel: don't forget to free PipeItemAlon Levy2010-11-041-0/+1
* server: tests: add basic tests with working do nothing serverAlon Levy2010-11-047-0/+269
* server: split main_channel from redsAlon Levy2010-11-035-698/+1008
* server/inputs_channel: initialize inputs_channel to NULLAlon Levy2010-11-031-1/+1
* server/reds: zap unsetting of QEMU_AUDIO_DRVAlon Levy2010-11-031-1/+0
* server: reds/inputs_channel: move some structs to inputs_channelAlon Levy2010-11-032-12/+12
* server: inputs_channel: use red_channelAlon Levy2010-11-031-282/+124
* server: red_channel: add optional parser and separate incoming/outgoing error...Alon Levy2010-11-032-3/+107
* server: inputs_channel: s/inputs_state/inputs_channel/Alon Levy2010-11-031-51/+46
* introduce inputs_channel, split from reds.cAlon Levy2010-11-025-545/+786
* reds: fix typoAlon Levy2010-10-311-5/+5
* gitignore: add generated_*, vim temps, pycAlon Levy2010-10-311-0/+3
* reds: remove needless buffer in InputsStateAlon Levy2010-10-311-3/+0
* Release 0.6.30.6.3Hans de Goede2010-10-181-1/+1
* Bump version to 0.6.20.6.2Hans de Goede2010-10-181-1/+1
* server: remove useless agent send_tokensHans de Goede2010-10-161-32/+5
* Call read_from_vdi_port() from vdi_read_buf_release()Hans de Goede2010-10-151-2/+12