index
:
spice.git
0.10
0.4
0.6
0.8
jjongsma_rebase
master
replay-rebase
Spice
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: remove memslot unused functions
Marc-André Lureau
2013-10-01
2
-51
/
+0
*
cleanup: remove GITVERSION
Marc-André Lureau
2013-09-30
1
-0
/
+0
*
server: remove unused fill_rects_clip
Marc-André Lureau
2013-09-30
1
-11
/
+0
*
spicec: disable stencil test with primary fbo
Marc-André Lureau
2013-09-30
2
-1
/
+2
*
spicec: use pre/post copy
Marc-André Lureau
2013-09-30
1
-0
/
+2
*
spicec: add sw canvas diff check
Marc-André Lureau
2013-09-30
4
-24
/
+88
*
spicec: do not abort if cache error
Marc-André Lureau
2013-09-30
1
-1
/
+2
*
spicec: add SPICE_NOGRAB
Marc-André Lureau
2013-09-30
1
-0
/
+7
*
spicec: remove dead GL code
Marc-André Lureau
2013-09-30
2
-34
/
+0
*
spicec: use doublebuffer for opengl
Marc-André Lureau
2013-09-30
5
-3
/
+16
*
spicec: fix non-doublebuffer drawing
Marc-André Lureau
2013-09-30
3
-0
/
+4
*
spicec: use standard opengl 3.0 framebuffer
Marc-André Lureau
2013-09-30
3
-47
/
+50
*
spicec: refresh the display after display resize
Marc-André Lureau
2013-09-30
1
-0
/
+4
*
spicec: warn when throwing exception
Marc-André Lureau
2013-09-30
1
-0
/
+3
*
update spice-common
Marc-André Lureau
2013-09-30
1
-0
/
+0
*
red_worker: disconnect the channel instead of shutdown in case of a blocking ...
Yonit Halperin
2013-09-26
1
-5
/
+5
*
red_channel: cleanup of red_channel_client blocking methods
Yonit Halperin
2013-09-26
3
-57
/
+93
*
red_worker: cleanup red_clear_surface_drawables_from_pipes
Yonit Halperin
2013-09-26
1
-12
/
+18
*
build-sys: fix some automake warning
Marc-André Lureau
2013-09-17
3
-3
/
+3
*
Fix _FORTIFY_SOURCE redefine error
Dunrong Huang
2013-09-10
1
-1
/
+1
*
red_parse_qxl: Change spice_error() to spice_warning()
Christophe Fergeau
2013-09-02
1
-3
/
+4
*
server: bitmap_consistent: replace spice_error with spice_warning
Uri Lublin
2013-09-02
1
-1
/
+1
*
client: add some missing USE_GUI define guards
Alon Levy
2013-08-29
1
-0
/
+4
*
red_worker: fix call to dump_bitmap (too many args)
Yonit Halperin
2013-08-22
1
-1
/
+1
*
spice_bitmap_utils: fix dump_bitmap
Yonit Halperin
2013-08-22
1
-3
/
+3
*
main_channel: monitoring client connection status
Yonit Halperin
2013-08-14
3
-9
/
+23
*
red_channel: add option to monitor whether a channel client is alive
Yonit Halperin
2013-08-14
2
-0
/
+133
*
red_channel: add on_input callback for tracing incoming bytes
Yonit Halperin
2013-08-14
2
-0
/
+9
*
spice_timer_queue: don't call timers repeatedly
Yonit Halperin
2013-08-14
1
-3
/
+1
*
server: split spice_image_cache from red_worker
Alon Levy
2013-08-14
4
-157
/
+177
*
server/red_worker: s/image_cache_eaging/image_cache_aging/
Alon Levy
2013-08-14
1
-2
/
+2
*
server: move surface_format_to_image_type to spice_bitmap_utils
Alon Levy
2013-08-14
3
-24
/
+23
*
server: s/red_wait_all_sent/red_channel_wait_all_sent/
Alon Levy
2013-08-14
3
-5
/
+5
*
server: move three functions to red_channel
Alon Levy
2013-08-14
5
-119
/
+134
*
server: move bit set/clear utilities out of red_worker.h
Alon Levy
2013-08-14
5
-19
/
+28
*
server: move dump_bitmap to separate file
Alon Levy
2013-08-14
4
-153
/
+162
*
server/red_worker.c:red_process_drawable: rename item to drawable
Alon Levy
2013-08-14
1
-16
/
+16
*
server/red_worker.c:red_process_drawable: rename drawable to red_drawable
Alon Levy
2013-08-14
1
-8
/
+9
*
red_worker: mark DRAW_ALL as broken
Alon Levy
2013-08-14
1
-0
/
+1
*
red_worker: decrease the timeout when flushing commands and waiting for the c...
Yonit Halperin
2013-08-06
1
-3
/
+3
*
log: improve debug information related to client disconnection
Yonit Halperin
2013-07-29
2
-6
/
+10
*
snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...
Yonit Halperin
2013-07-29
1
-10
/
+10
*
snd_worker: fix memory leak of PlaybackChannel
Yonit Halperin
2013-07-29
1
-5
/
+4
*
reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacks
Yonit Halperin
2013-07-29
1
-3
/
+4
*
decouple disconnection of the main channel from client destruction
Yonit Halperin
2013-07-29
5
-4
/
+52
*
main_dispatcher: add ref count protection to RedClient instances
Yonit Halperin
2013-07-29
1
-2
/
+4
*
red_channel: add ref count to RedClient
Yonit Halperin
2013-07-29
2
-5
/
+35
*
red_channel: prevent adding and pushing pipe items after a channel_client has...
Yonit Halperin
2013-07-29
1
-6
/
+24
*
server/red_channel: fix unused variable
Alon Levy
2013-07-28
1
-10
/
+13
*
server/red_worker.c: remove unused pipe_item_remove
Alon Levy
2013-07-24
1
-5
/
+0
[next]