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
path:
root
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-02
tests: Remove unused variables
Christophe Fergeau
2
-3
/
+0
2014-01-02
Add support for the Opus codec
Jeremy White
3
-32
/
+112
2014-01-02
Revise the spice client and server to use the new snd_codec functions in spic...
Jeremy White
2
-122
/
+85
2013-12-12
Use TLS version 1.0 or better
David Jaša
1
-1
/
+4
2013-12-11
Remove empty red_time.c
Christophe Fergeau
1
-1
/
+0
2013-12-11
Add red_time.h to Makefile.am
Christophe Fergeau
1
-0
/
+1
2013-10-30
Fix buffer overflow when decrypting client SPICE ticket
Christophe Fergeau
1
-12
/
+32
2013-10-28
Remove tunneling support
Christophe Fergeau
4
-3541
/
+0
2013-10-28
Silence gcc false positive with -Wuninitialized
Christophe Fergeau
1
-0
/
+6
2013-10-18
red_tunnel_worker: Fix build error due to missing monitor_latency argument
Axel Lin
1
-1
/
+1
2013-10-10
Use hardened linker flags if available
Christophe Fergeau
1
-0
/
+2
2013-10-09
Fix PlaybackeCommand typo
Christophe Fergeau
1
-1
/
+1
2013-10-08
reds: remove dead code
Marc-André Lureau
1
-33
/
+0
2013-10-08
reds: Fix 'asyc' typo
Christophe Fergeau
1
-23
/
+23
2013-10-08
Fix 'recive' typo throughout the code base
Christophe Fergeau
4
-63
/
+63
2013-10-08
Namespace RECEIVE_BUF_SIZE
Christophe Fergeau
3
-9
/
+9
2013-10-07
server: handle red_get_surface_cmd() error explicitely
Marc-André Lureau
1
-24
/
+32
2013-10-07
server: plug some leaks on error
Marc-André Lureau
1
-2
/
+7
2013-10-07
server: inputs s/relase/release
Marc-André Lureau
1
-2
/
+2
2013-10-07
server: release all pressed keys on client disconnect
Marc-André Lureau
1
-7
/
+35
2013-10-07
server: mark deprecated symbols
Marc-André Lureau
2
-22
/
+30
2013-10-07
server/tests: avoid using deprecated symbols
Marc-André Lureau
1
-7
/
+6
2013-10-07
server: set dispatcher before calling attache_worker
Marc-André Lureau
3
-7
/
+10
2013-10-01
server: remove memslot unused functions
Marc-André Lureau
2
-51
/
+0
2013-09-30
server: remove unused fill_rects_clip
Marc-André Lureau
1
-11
/
+0
2013-09-26
red_worker: disconnect the channel instead of shutdown in case of a blocking ...
Yonit Halperin
1
-5
/
+5
2013-09-26
red_channel: cleanup of red_channel_client blocking methods
Yonit Halperin
3
-57
/
+93
2013-09-26
red_worker: cleanup red_clear_surface_drawables_from_pipes
Yonit Halperin
1
-12
/
+18
2013-09-17
build-sys: fix some automake warning
Marc-André Lureau
1
-2
/
+2
2013-09-02
red_parse_qxl: Change spice_error() to spice_warning()
Christophe Fergeau
1
-3
/
+4
2013-09-02
server: bitmap_consistent: replace spice_error with spice_warning
Uri Lublin
1
-1
/
+1
2013-08-22
red_worker: fix call to dump_bitmap (too many args)
Yonit Halperin
1
-1
/
+1
2013-08-22
spice_bitmap_utils: fix dump_bitmap
Yonit Halperin
1
-3
/
+3
2013-08-14
main_channel: monitoring client connection status
Yonit Halperin
3
-9
/
+23
2013-08-14
red_channel: add option to monitor whether a channel client is alive
Yonit Halperin
2
-0
/
+133
2013-08-14
red_channel: add on_input callback for tracing incoming bytes
Yonit Halperin
2
-0
/
+9
2013-08-14
spice_timer_queue: don't call timers repeatedly
Yonit Halperin
1
-3
/
+1
2013-08-14
server: split spice_image_cache from red_worker
Alon Levy
4
-157
/
+177
2013-08-14
server/red_worker: s/image_cache_eaging/image_cache_aging/
Alon Levy
1
-2
/
+2
2013-08-14
server: move surface_format_to_image_type to spice_bitmap_utils
Alon Levy
3
-24
/
+23
2013-08-14
server: s/red_wait_all_sent/red_channel_wait_all_sent/
Alon Levy
3
-5
/
+5
2013-08-14
server: move three functions to red_channel
Alon Levy
5
-119
/
+134
2013-08-14
server: move bit set/clear utilities out of red_worker.h
Alon Levy
5
-19
/
+28
2013-08-14
server: move dump_bitmap to separate file
Alon Levy
4
-153
/
+162
2013-08-14
server/red_worker.c:red_process_drawable: rename item to drawable
Alon Levy
1
-16
/
+16
2013-08-14
server/red_worker.c:red_process_drawable: rename drawable to red_drawable
Alon Levy
1
-8
/
+9
2013-08-14
red_worker: mark DRAW_ALL as broken
Alon Levy
1
-0
/
+1
2013-08-06
red_worker: decrease the timeout when flushing commands and waiting for the c...
Yonit Halperin
1
-3
/
+3
2013-07-29
log: improve debug information related to client disconnection
Yonit Halperin
2
-6
/
+10
2013-07-29
snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...
Yonit Halperin
1
-10
/
+10
[next]