summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-26client/red_channel: DEBUG: allow no SSL usage (useful for valgrind)server_multi_client.v4Alon Levy1-15/+25
2011-04-26server/reds: DEBUG: add a define for working with no SSL (good for valgrind)Alon Levy1-1/+9
2011-04-26server/reds: use ALLOW_NO_SSL define externally to trigger debug only DEBUG_G...Alon Levy1-0/+4
2011-04-26server/red_worker: DEBUG_CURSORSAlon Levy1-0/+13
2011-04-26server/red_worker: give each client a different id for cachesAlon Levy1-0/+31
2011-04-26server/red_worker: on_new_display_channel_client: push ack, cleanupAlon Levy1-4/+3
2011-04-26server/red_worker: red_current_add_equal: add dcc null checksAlon Levy1-6/+10
2011-04-26server/reds: make reds_fill_channels return no sound channels for client > 1Alon Levy1-4/+26
2011-04-26server/reds: add RedsState.allow_multiple_clients (temp - add accessors too)Alon Levy1-1/+5
2011-04-26server/red_worker: add cursor_channel_client_disconnectAlon Levy1-1/+10
2011-04-26server/red_worker: remove forced disconnect on connectAlon Levy1-2/+0
2011-04-26server/red_worker: split cursor pipe item from cursor itemAlon Levy1-37/+51
2011-04-26server/red_worker: move free from display_channel_send_item to _release_itemAlon Levy1-30/+44
2011-04-26server/red_worker: red_worker_main: call red_handle_streams_timeout for all c...Alon Levy1-1/+5
2011-04-26server/red_worker: get_streams_timeout: go over all clientsAlon Levy1-2/+14
2011-04-26server/red_worker: handle_dev_input RED_WORKER_MESSAGE_STOP: all clientsAlon Levy1-4/+8
2011-04-26server/red_worker: handle_dev_destroy_primary_surface: clear all primary copiesAlon Levy1-5/+8
2011-04-26server/red_worker: handle_dev_destroy_surfaces: clear all surfacesAlon Levy1-7/+13
2011-04-26server/red_worker: handle_dev_destroy_surface_wait: all clients surfacesAlon Levy1-3/+7
2011-04-26server/red_worker: handle_dev_update: for all clients (checkme)Alon Levy1-7/+8
2011-04-26server/red_worker: copy and free new surfaces after first clientAlon Levy1-4/+134
2011-04-26server/red_worker: whitespace fixesAlon Levy1-5/+4
2011-04-26server/red_worker: red_create_surface - check for dcc before sending messagesAlon Levy1-3/+6
2011-04-26server/red_worker: tiny cleanupsAlon Levy1-1/+4
2011-04-26server/red_worker: start using SURFACES_FOREACHAlon Levy1-16/+42
2011-04-26server/red_worker: add ref counting to RedDrawableAlon Levy2-1/+17
2011-04-26server/red_worker: introduce RedSurfaceReleaseInfoAlon Levy1-52/+149
2011-04-26server/red_channel: introduce client ring in RedChannelAlon Levy4-69/+254
2011-04-26server/red_worker: use pipe_size helpersAlon Levy1-8/+12
2011-04-26server/red_channel: add pipe_size helpersAlon Levy2-0/+19
2011-04-26server/red_worker: more removal of direct rcc accessAlon Levy1-8/+13
2011-04-26server/red_worker: remove more direct access to RedChannelClient.rccAlon Levy1-40/+57
2011-04-26server/red_worker: fix red_pipe_remove_drawableAlon Levy1-5/+6
2011-04-26server/red_worker: fix red_pipe_get_tailAlon Levy1-6/+5
2011-04-26server/red_worker: fix red_pipe_add_drawable_to_tailAlon Levy1-4/+4
2011-04-26server/red_worker: don't send redundant create surface to clientAlon Levy1-1/+1
2011-04-26server/red_worker: split display and cursor channelsAlon Levy5-808/+1019
2011-04-26server/red_channel: add two helper functionsAlon Levy2-0/+13
2011-04-26server/red_worker: move streams from RedWorker to SurfacesAlon Levy1-74/+83
2011-04-26server/red_worker: fix typo (lats_send_time)Alon Levy1-4/+4
2011-04-26server/red_worker: make stat_now staticAlon Levy1-1/+1
2011-04-26server/red_worker: split Surfaces from RedWorkerAlon Levy1-241/+295
2011-04-26server/smartcard: support multiple clientsAlon Levy1-36/+46
2011-04-26server/red_tunnel_worker: trivial multi client supportAlon Levy3-129/+135
2011-04-26server/inputs_channel: support multiple clientsAlon Levy1-39/+38
2011-04-26server/main_channel: support multiple clientsAlon Levy4-178/+231
2011-04-26server/red_channel: add RedChannel.clients_numAlon Levy2-9/+14
2011-04-26server/red_channel: introduce pipes functionsAlon Levy2-1/+62
2011-04-26server/red_channel: ignore error if already shutdownAlon Levy1-0/+3
2011-04-26server/main_channel: move link_id from redsAlon Levy3-19/+39