index
:
~alon/spice
0.8.2.candidate
0.8.for.teuf
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
features/driver-server-monitors-config
features/record-replay-qxl-hack
fixup_red_channels
glz
master
mc.v7
old/aggregate-many-marshallers
old/aggregate-one-marshaller
opus
red_channel_refactor
s3.v1
s3.wip
server_multi_client.v3
server_multi_client.v4
server_multi_client.v5.mid
server_multi_client.v6
server_redhat
smart_card_channel.v5.wip
update_area_async_dirty
wip/dtrace
wip/replay
wip/shared-memory
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
client/red_channel: DEBUG: allow no SSL usage (useful for valgrind)
server_multi_client.v4
Alon Levy
1
-15
/
+25
2011-04-26
server/reds: DEBUG: add a define for working with no SSL (good for valgrind)
Alon Levy
1
-1
/
+9
2011-04-26
server/reds: use ALLOW_NO_SSL define externally to trigger debug only DEBUG_G...
Alon Levy
1
-0
/
+4
2011-04-26
server/red_worker: DEBUG_CURSORS
Alon Levy
1
-0
/
+13
2011-04-26
server/red_worker: give each client a different id for caches
Alon Levy
1
-0
/
+31
2011-04-26
server/red_worker: on_new_display_channel_client: push ack, cleanup
Alon Levy
1
-4
/
+3
2011-04-26
server/red_worker: red_current_add_equal: add dcc null checks
Alon Levy
1
-6
/
+10
2011-04-26
server/reds: make reds_fill_channels return no sound channels for client > 1
Alon Levy
1
-4
/
+26
2011-04-26
server/reds: add RedsState.allow_multiple_clients (temp - add accessors too)
Alon Levy
1
-1
/
+5
2011-04-26
server/red_worker: add cursor_channel_client_disconnect
Alon Levy
1
-1
/
+10
2011-04-26
server/red_worker: remove forced disconnect on connect
Alon Levy
1
-2
/
+0
2011-04-26
server/red_worker: split cursor pipe item from cursor item
Alon Levy
1
-37
/
+51
2011-04-26
server/red_worker: move free from display_channel_send_item to _release_item
Alon Levy
1
-30
/
+44
2011-04-26
server/red_worker: red_worker_main: call red_handle_streams_timeout for all c...
Alon Levy
1
-1
/
+5
2011-04-26
server/red_worker: get_streams_timeout: go over all clients
Alon Levy
1
-2
/
+14
2011-04-26
server/red_worker: handle_dev_input RED_WORKER_MESSAGE_STOP: all clients
Alon Levy
1
-4
/
+8
2011-04-26
server/red_worker: handle_dev_destroy_primary_surface: clear all primary copies
Alon Levy
1
-5
/
+8
2011-04-26
server/red_worker: handle_dev_destroy_surfaces: clear all surfaces
Alon Levy
1
-7
/
+13
2011-04-26
server/red_worker: handle_dev_destroy_surface_wait: all clients surfaces
Alon Levy
1
-3
/
+7
2011-04-26
server/red_worker: handle_dev_update: for all clients (checkme)
Alon Levy
1
-7
/
+8
2011-04-26
server/red_worker: copy and free new surfaces after first client
Alon Levy
1
-4
/
+134
2011-04-26
server/red_worker: whitespace fixes
Alon Levy
1
-5
/
+4
2011-04-26
server/red_worker: red_create_surface - check for dcc before sending messages
Alon Levy
1
-3
/
+6
2011-04-26
server/red_worker: tiny cleanups
Alon Levy
1
-1
/
+4
2011-04-26
server/red_worker: start using SURFACES_FOREACH
Alon Levy
1
-16
/
+42
2011-04-26
server/red_worker: add ref counting to RedDrawable
Alon Levy
2
-1
/
+17
2011-04-26
server/red_worker: introduce RedSurfaceReleaseInfo
Alon Levy
1
-52
/
+149
2011-04-26
server/red_channel: introduce client ring in RedChannel
Alon Levy
4
-69
/
+254
2011-04-26
server/red_worker: use pipe_size helpers
Alon Levy
1
-8
/
+12
2011-04-26
server/red_channel: add pipe_size helpers
Alon Levy
2
-0
/
+19
2011-04-26
server/red_worker: more removal of direct rcc access
Alon Levy
1
-8
/
+13
2011-04-26
server/red_worker: remove more direct access to RedChannelClient.rcc
Alon Levy
1
-40
/
+57
2011-04-26
server/red_worker: fix red_pipe_remove_drawable
Alon Levy
1
-5
/
+6
2011-04-26
server/red_worker: fix red_pipe_get_tail
Alon Levy
1
-6
/
+5
2011-04-26
server/red_worker: fix red_pipe_add_drawable_to_tail
Alon Levy
1
-4
/
+4
2011-04-26
server/red_worker: don't send redundant create surface to client
Alon Levy
1
-1
/
+1
2011-04-26
server/red_worker: split display and cursor channels
Alon Levy
5
-808
/
+1019
2011-04-26
server/red_channel: add two helper functions
Alon Levy
2
-0
/
+13
2011-04-26
server/red_worker: move streams from RedWorker to Surfaces
Alon Levy
1
-74
/
+83
2011-04-26
server/red_worker: fix typo (lats_send_time)
Alon Levy
1
-4
/
+4
2011-04-26
server/red_worker: make stat_now static
Alon Levy
1
-1
/
+1
2011-04-26
server/red_worker: split Surfaces from RedWorker
Alon Levy
1
-241
/
+295
2011-04-26
server/smartcard: support multiple clients
Alon Levy
1
-36
/
+46
2011-04-26
server/red_tunnel_worker: trivial multi client support
Alon Levy
3
-129
/
+135
2011-04-26
server/inputs_channel: support multiple clients
Alon Levy
1
-39
/
+38
2011-04-26
server/main_channel: support multiple clients
Alon Levy
4
-178
/
+231
2011-04-26
server/red_channel: add RedChannel.clients_num
Alon Levy
2
-9
/
+14
2011-04-26
server/red_channel: introduce pipes functions
Alon Levy
2
-1
/
+62
2011-04-26
server/red_channel: ignore error if already shutdown
Alon Levy
1
-0
/
+3
2011-04-26
server/main_channel: move link_id from reds
Alon Levy
3
-19
/
+39
[next]