summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-30update spice-commonMarc-André Lureau1-0/+0
2013-09-26red_worker: disconnect the channel instead of shutdown in case of a blocking ...Yonit Halperin1-5/+5
2013-09-26red_channel: cleanup of red_channel_client blocking methodsYonit Halperin3-57/+93
2013-09-26red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin1-12/+18
2013-09-17build-sys: fix some automake warningMarc-André Lureau3-3/+3
2013-09-10Fix _FORTIFY_SOURCE redefine errorDunrong Huang1-1/+1
2013-09-02red_parse_qxl: Change spice_error() to spice_warning()Christophe Fergeau1-3/+4
2013-09-02server: bitmap_consistent: replace spice_error with spice_warningUri Lublin1-1/+1
2013-08-29client: add some missing USE_GUI define guardsAlon Levy1-0/+4
2013-08-22red_worker: fix call to dump_bitmap (too many args)Yonit Halperin1-1/+1
2013-08-22spice_bitmap_utils: fix dump_bitmapYonit Halperin1-3/+3
2013-08-14main_channel: monitoring client connection statusYonit Halperin3-9/+23
2013-08-14red_channel: add option to monitor whether a channel client is aliveYonit Halperin2-0/+133
2013-08-14red_channel: add on_input callback for tracing incoming bytesYonit Halperin2-0/+9
2013-08-14spice_timer_queue: don't call timers repeatedlyYonit Halperin1-3/+1
2013-08-14server: split spice_image_cache from red_workerAlon Levy4-157/+177
2013-08-14server/red_worker: s/image_cache_eaging/image_cache_aging/Alon Levy1-2/+2
2013-08-14server: move surface_format_to_image_type to spice_bitmap_utilsAlon Levy3-24/+23
2013-08-14server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy3-5/+5
2013-08-14server: move three functions to red_channelAlon Levy5-119/+134
2013-08-14server: move bit set/clear utilities out of red_worker.hAlon Levy5-19/+28
2013-08-14server: move dump_bitmap to separate fileAlon Levy4-153/+162
2013-08-14server/red_worker.c:red_process_drawable: rename item to drawableAlon Levy1-16/+16
2013-08-14server/red_worker.c:red_process_drawable: rename drawable to red_drawableAlon Levy1-8/+9
2013-08-14red_worker: mark DRAW_ALL as brokenAlon Levy1-0/+1
2013-08-06red_worker: decrease the timeout when flushing commands and waiting for the c...Yonit Halperin1-3/+3
2013-07-29log: improve debug information related to client disconnectionYonit Halperin2-6/+10
2013-07-29snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...Yonit Halperin1-10/+10
2013-07-29snd_worker: fix memory leak of PlaybackChannelYonit Halperin1-5/+4
2013-07-29reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacksYonit Halperin1-3/+4
2013-07-29decouple disconnection of the main channel from client destructionYonit Halperin5-4/+52
2013-07-29main_dispatcher: add ref count protection to RedClient instancesYonit Halperin1-2/+4
2013-07-29red_channel: add ref count to RedClientYonit Halperin2-5/+35
2013-07-29red_channel: prevent adding and pushing pipe items after a channel_client has...Yonit Halperin1-6/+24
2013-07-28server/red_channel: fix unused variableAlon Levy1-10/+13
2013-07-24server/red_worker.c: remove unused pipe_item_removeAlon Levy1-5/+0
2013-07-22TIOCOUTQ -> SIOCOUTQ and portability ifdefsNahum Shalman2-2/+12
2013-07-22configure.ac comment typo nitNahum Shalman1-1/+1
2013-07-17Release 0.12.4Uri Lublin2-2/+15
2013-07-17Update spice-common submodule (get spice-protocol 0.12.6)Uri Lublin1-0/+0
2013-07-17syntax-check: trailing whitespaces -- ignore binary filesUri Lublin1-0/+2
2013-07-16syntax-check: remove trailing whitespacesUri Lublin3-8/+7
2013-07-16syntax-check: make sure config.h is the first included .h fileUri Lublin3-1/+3
2013-07-16syntax-check: use test A && test B instead of test A -a BUri Lublin1-1/+1
2013-07-16syntax-check: fix no-newline or empty line at EOFUri Lublin2-2/+1
2013-07-16syntax-check: s/the the/the/ in a commentUri Lublin2-2/+2
2013-07-16syntax-check: update AUTHORSUri Lublin1-0/+6
2013-07-16syntax-check: fix cast_of_argument_to_freeUri Lublin1-1/+2
2013-07-16syntax-check: fix avoid_if_before_freeUri Lublin1-6/+2
2013-07-16server/tests: fix timer for test_empty_successUri Lublin1-1/+9