index
:
~yhalperi/spice
0.8.mig.v2
0.8.mig.v3
0.8.mig.v3.rebase
bitmap-crop.mem-control
bitmap-crop.v2
master
master.mig.v1
mc.v7
qxl-mem-control
seamless-migration.v1
seamless-migration.v2
video.adaptive_bit_rate
video.adaptive_bit_rate.v2
video.sized.v1.clean
Unnamed repository; edit this file to name it for gitweb.
yhalperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
red_worker.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-22
server: don't reset the display channel when disconnecting all its clients ,F...
HEAD
master
Yonit Halperin
1
-12
/
+6
2011-11-08
server/red_worker: reuse dispatcher
Alon Levy
1
-334
/
+569
2011-11-07
server: add prefix argument to red_printf_debug
Alon Levy
1
-8
/
+10
2011-11-07
server/red_dispatcher: support concurrent asyncs
Alon Levy
1
-3
/
+3
2011-11-02
server: set & test channel capabilities in red_channel
Yonit Halperin
1
-1
/
+2
2011-10-18
server/red_worker: fix placing of ASSERT(red_channel_client_no_item_being_sen...
Yonit Halperin
1
-4
/
+6
2011-09-19
replace warning with comment in glz_usr_free_image
Christophe Fergeau
1
-1
/
+7
2011-09-05
server: fix function prototypes
Christophe Fergeau
1
-1
/
+1
2011-09-01
server: init all fields on SpiceMsgDisplayStreamCreate
Christophe Fergeau
1
-0
/
+2
2011-08-23
drawables count for debug
Yonit Halperin
1
-10
/
+32
2011-08-23
server: registering RedChannel in reds, instead of Channel
Yonit Halperin
1
-98
/
+81
2011-08-23
server/red_channel.c: pack all channel callbacks to ChannelCbs
Yonit Halperin
1
-12
/
+15
2011-08-23
server/red_worker: add ref counting to RedDrawable
Alon Levy
1
-13
/
+29
2011-08-23
server/red_worker: add stream_count (for debug purposes)
Alon Levy
1
-0
/
+3
2011-08-23
server/red_worker: validate_surface: print paniced surface_id
Alon Levy
1
-1
/
+4
2011-08-23
server/red_worker: no panic on double destroy primary
Alon Levy
1
-1
/
+5
2011-08-23
server/red_worker: DEBUG_CURSORS
Alon Levy
1
-0
/
+13
2011-08-23
server/red_worker: on_new_display_channel_client: push ack, cleanup
Alon Levy
1
-4
/
+3
2011-08-23
server/red_worker: add cursor_channel_client_disconnect
Alon Levy
1
-1
/
+10
2011-08-23
server/red_worker: remove forced disconnect on connect
Alon Levy
1
-2
/
+0
2011-08-23
server/red_worker.c: fix CursorPipeItem leak
Yonit Halperin
1
-4
/
+35
2011-08-23
server/red_worker: split cursor pipe item from cursor item
Alon Levy
1
-26
/
+34
2011-08-23
server/red_worker: whitespace fixes
Alon Levy
1
-2
/
+1
2011-08-23
server/red_channel: introduce client ring in RedChannel
Alon Levy
1
-271
/
+604
2011-08-23
server/red_channel: add pipe_size helpers
Alon Levy
1
-7
/
+11
2011-08-23
server/red_worker: remove more direct access to RedChannelClient.rcc
Alon Levy
1
-36
/
+51
2011-08-23
server/red_worker.c: make dictionary and cache different per client
Yonit Halperin
1
-23
/
+31
2011-08-23
server/red_worker: multiple client support - base split
Alon Levy
1
-742
/
+964
2011-08-23
server/red_worker: cleanup
Alon Levy
1
-30
/
+49
2011-08-23
server/main_channel: move latency and bitrate to channel client
Alon Levy
1
-16
/
+42
2011-08-23
server: Add RedClient
Alon Levy
1
-36
/
+110
2011-08-23
server/red_worker: release PIPE_ITEM_TYPE_VERB in display channel
Alon Levy
1
-0
/
+3
2011-08-23
server: move pipe from RedChannel to RedChannelClient
Alon Levy
1
-52
/
+68
2011-08-23
server/red_worker: introduce {display,cursor}_is_connected
Alon Levy
1
-18
/
+32
2011-08-23
server/red_channel (all): introduce RedChannelClient
Alon Levy
1
-334
/
+345
2011-08-23
server/red_worker: drop red_pipe_add_tail, use red_channel_pipe_add_tail
Alon Levy
1
-8
/
+1
2011-08-23
server/red_channel: renames to use _proc postfix consistently
Alon Levy
1
-3
/
+3
2011-08-23
server/red_worker.c: fix - locking the wrong mutex when releasing glz dict
Yonit Halperin
1
-3
/
+3
2011-08-01
mjpeg: fix libjpeg assertion
Christophe Fergeau
1
-8
/
+8
2011-07-22
red_worker: use new mjpeg_encoder_encode_scanline API
Christophe Fergeau
1
-72
/
+13
2011-07-22
red_worker: simplify red_rgb_to_24bpp prototype
Christophe Fergeau
1
-10
/
+6
2011-07-22
mjpeg_encoder: rework output buffer allocation
Christophe Fergeau
1
-11
/
+9
2011-07-22
red_worker: factor pixel conversion code
Christophe Fergeau
1
-121
/
+50
2011-07-20
server/red_worker: send surface images to client on-demand after S3/4 wakeup
Yonit Halperin
1
-9
/
+22
2011-07-20
server: add QXLWorker.flush_surfaces_async for S3/S4 support
Alon Levy
1
-4
/
+21
2011-07-20
server: add QXLInterface::update_area_complete callback
Alon Levy
1
-16
/
+44
2011-07-20
server/red_worker: handle_dev_input: reuse write_ready introduced for async
Alon Levy
1
-8
/
+4
2011-07-20
server: add async io support
Alon Levy
1
-48
/
+112
2011-07-20
server/red_worker: remove print on handle_dev_destroy_surfaces
Alon Levy
1
-1
/
+1
2011-07-20
server/red_worker: *_release_item: less frequent debug messages
Alon Levy
1
-2
/
+2
[next]