summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* server/reds: remove unused readvMarc-André Lureau2011-02-272-3/+0
* build: make it silentMarc-André Lureau2011-02-271-3/+3
* server/tests/basic_event_loop: fix bzero warningAlon Levy2011-02-111-0/+1
* server/red_worker: cursor_channel_send_item: don't downcastAlon Levy2011-02-111-3/+5
* server/red_worker: match channel_release_pipe_item_proc to red_channelAlon Levy2011-02-111-9/+10
* server/red_worker: introduce an outgoing struct around out_bytes_counterAlon Levy2011-02-111-4/+6
* server/red_worker: renames to add channel_ prefix and consistent sigAlon Levy2011-02-111-20/+21
* server/red_worker: split cursor_channel_send_itemAlon Levy2011-02-111-42/+45
* server/red_worker: use red_channel begin_send_messageAlon Levy2011-02-111-12/+12
* server/red_worker: add red_channel_init_send_dataAlon Levy2011-02-111-87/+84
* server/red_worker: split display_channel_send_itemAlon Levy2011-02-111-88/+94
* server/red_worker: extract common_release_pipe_item from red_pipe_clearAlon Levy2011-02-111-50/+56
* server/red_worker: use red_channel pipe add versionsAlon Levy2011-02-111-16/+16
* server/red_worker: shorten some lines using alias variablesAlon Levy2011-02-111-15/+23
* server/red_worker: introduce CommonChannelAlon Levy2011-02-113-182/+222
* server/red_worker: use ack_data structAlon Levy2011-02-111-18/+20
* server/red_worker: change hold_item sig, drop the void*Alon Levy2011-02-111-4/+4
* server/smartcard: don't push our own error on reader addAlon Levy2011-02-091-3/+3
* server/smartcard: ignore VSC_Init from clientAlon Levy2011-02-071-0/+3
* server/smartcard: print instead of assert on bad reader_id in smartcard_char_...Alon Levy2011-02-071-1/+3
* server/smartcard: libcacard uses network byte order, so we must tooAlon Levy2011-02-071-6/+19
* server/smartcard: libcacard removed ReaderAddResponseAlon Levy2011-02-071-42/+4
* server/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy2011-02-071-6/+6
* server/red_channel: style fix in red_channel_init_send_dataAlon Levy2011-02-071-2/+2
* server/red_channel: red_channel_pipe_clear: assert on NULL channelAlon Levy2011-02-071-1/+2
* server/red_channel: add TODOAlon Levy2011-02-071-0/+4
* server/red_channel: export red_channel_sendAlon Levy2011-02-072-1/+2
* server/red_channel: add red_channel_waiting_for_ackAlon Levy2011-02-071-4/+7
* server/red_channel: protect red_channel_push from NULLAlon Levy2011-02-071-0/+4
* server/red_channel: reset pipe_size on clear (from red_worker)Alon Levy2011-02-071-0/+1
* server/red_channel: red_channel_event: push on blockedAlon Levy2011-02-071-1/+6
* server/red_channel: use red_channel_receiveAlon Levy2011-02-071-1/+1
* server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTINGAlon Levy2011-02-071-0/+2
* server/red_channel: add red_channel_receive (for red_worker)Alon Levy2011-02-072-0/+13
* server/red_channel: unstatic red_channel_pipe_clear (for red_worker)Alon Levy2011-02-072-2/+5
* server/red_channel: unstatic red_channel_push (for red_worker)Alon Levy2011-02-072-2/+7
* server/red_channel: two 80 column fixesAlon Levy2011-02-071-4/+6
* server/red_channel: add public red_channel_default_peer_on_errorAlon Levy2011-02-072-5/+5
* server/red_channel: add red_channel_pipe_add_after (from red_worker)Alon Levy2011-02-072-0/+11
* server/red_channel: make client ack window configurableAlon Levy2011-02-072-2/+5
* server/red_channel (tunnel): change sig of red_channel_handle_messageAlon Levy2011-02-073-8/+11
* server/red_channel: make MAX_SEND_VEC 100Alon Levy2011-02-071-1/+1
* server/red_channel: reflect SpiceDataHeader fields in handle_parsed_procAlon Levy2011-02-073-4/+4
* server/red_channel: add red_channel_pipe_add_pushAlon Levy2011-02-075-24/+32
* server/red_channel: add hold_item (from red_worker)Alon Levy2011-02-077-9/+41
* server/red_channel: add out_bytes_counter (unused)Alon Levy2011-02-072-0/+6
* server/red_worker: fix used but uninitialized warning (gcc 4.6.0)Alon Levy2011-02-071-1/+1
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-254-19/+6
* client/server: add missing USE_TUNNELAlon Levy2011-01-251-0/+2
* client/server: add missing smartchannel channel security handlingAlon Levy2011-01-251-0/+3