summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-11Drop static_title.bmp from windows/Makefile.amHans de Goede1-1/+0
2011-02-11server/red_worker: cursor_channel_send_item: don't downcastAlon Levy1-3/+5
2011-02-11server/red_worker: match channel_release_pipe_item_proc to red_channelAlon Levy1-9/+10
2011-02-11server/red_worker: introduce an outgoing struct around out_bytes_counterAlon Levy1-4/+6
2011-02-11server/red_worker: renames to add channel_ prefix and consistent sigAlon Levy1-20/+21
2011-02-11server/red_worker: split cursor_channel_send_itemAlon Levy1-42/+45
2011-02-11server/red_worker: use red_channel begin_send_messageAlon Levy1-12/+12
2011-02-11server/red_worker: add red_channel_init_send_dataAlon Levy1-87/+84
2011-02-11server/red_worker: split display_channel_send_itemAlon Levy1-88/+94
2011-02-11server/red_worker: extract common_release_pipe_item from red_pipe_clearAlon Levy1-50/+56
2011-02-11server/red_worker: use red_channel pipe add versionsAlon Levy1-16/+16
2011-02-11server/red_worker: shorten some lines using alias variablesAlon Levy1-15/+23
2011-02-11server/red_worker: introduce CommonChannelAlon Levy3-182/+222
2011-02-11server/red_worker: use ack_data structAlon Levy1-18/+20
2011-02-11server/red_worker: change hold_item sig, drop the void*Alon Levy1-4/+4
2011-02-09update required minimal libcacard to 0.1.2Alon Levy1-1/+1
2011-02-09client/smartcard: libcacard dropped ReaderAddResponseAlon Levy2-18/+78
2011-02-09server/smartcard: don't push our own error on reader addAlon Levy1-3/+3
2011-02-07client/smartcard: ignore VSC_InitAlon Levy1-0/+2
2011-02-07server/smartcard: ignore VSC_Init from clientAlon Levy1-0/+3
2011-02-07server/smartcard: print instead of assert on bad reader_id in smartcard_char_...Alon Levy1-1/+3
2011-02-07server/smartcard: libcacard uses network byte order, so we must tooAlon Levy1-6/+19
2011-02-07client/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy2-11/+11
2011-02-07server/smartcard: libcacard removed ReaderAddResponseAlon Levy1-42/+4
2011-02-07server/smartcard: s/reader_id_t/uint32_t/ (libcacard changed)Alon Levy1-6/+6
2011-02-07server/red_channel: style fix in red_channel_init_send_dataAlon Levy1-2/+2
2011-02-07server/red_channel: red_channel_pipe_clear: assert on NULL channelAlon Levy1-1/+2
2011-02-07server/red_channel: add TODOAlon Levy1-0/+4
2011-02-07server/red_channel: export red_channel_sendAlon Levy2-1/+2
2011-02-07server/red_channel: add red_channel_waiting_for_ackAlon Levy1-4/+7
2011-02-07server/red_channel: protect red_channel_push from NULLAlon Levy1-0/+4
2011-02-07server/red_channel: reset pipe_size on clear (from red_worker)Alon Levy1-0/+1
2011-02-07server/red_channel: red_channel_event: push on blockedAlon Levy1-1/+6
2011-02-07server/red_channel: use red_channel_receiveAlon Levy1-1/+1
2011-02-07server/red_channel: add empty handle of SPICE_MSGC_DISCONNECTINGAlon Levy1-0/+2
2011-02-07server/red_channel: add red_channel_receive (for red_worker)Alon Levy2-0/+13
2011-02-07server/red_channel: unstatic red_channel_pipe_clear (for red_worker)Alon Levy2-2/+5
2011-02-07server/red_channel: unstatic red_channel_push (for red_worker)Alon Levy2-2/+7
2011-02-07server/red_channel: two 80 column fixesAlon Levy1-4/+6
2011-02-07server/red_channel: add public red_channel_default_peer_on_errorAlon Levy2-5/+5
2011-02-07server/red_channel: add red_channel_pipe_add_after (from red_worker)Alon Levy2-0/+11
2011-02-07server/red_channel: make client ack window configurableAlon Levy2-2/+5
2011-02-07server/red_channel (tunnel): change sig of red_channel_handle_messageAlon Levy3-8/+11
2011-02-07server/red_channel: make MAX_SEND_VEC 100Alon Levy1-1/+1
2011-02-07server/red_channel: reflect SpiceDataHeader fields in handle_parsed_procAlon Levy3-4/+4
2011-02-07server/red_channel: add red_channel_pipe_add_pushAlon Levy5-24/+32
2011-02-07server/red_channel: add hold_item (from red_worker)Alon Levy7-9/+41
2011-02-07server/red_channel: add out_bytes_counter (unused)Alon Levy2-0/+6
2011-02-07client: log subject-host mismatch, and raise ssl warnings to errorsAlon Levy1-5/+5
2011-02-07configure.ac: use AC_LANG_SOURCE in AC_COMPILE_IFELSE, silence remaining warn...Alon Levy1-3/+3