summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* red_channel: cleanup of red_channel_client blocking methodsYonit Halperin2013-09-263-57/+93
* red_worker: cleanup red_clear_surface_drawables_from_pipesYonit Halperin2013-09-261-12/+18
* build-sys: fix some automake warningMarc-André Lureau2013-09-171-2/+2
* red_parse_qxl: Change spice_error() to spice_warning()Christophe Fergeau2013-09-021-3/+4
* server: bitmap_consistent: replace spice_error with spice_warningUri Lublin2013-09-021-1/+1
* red_worker: fix call to dump_bitmap (too many args)Yonit Halperin2013-08-221-1/+1
* spice_bitmap_utils: fix dump_bitmapYonit Halperin2013-08-221-3/+3
* main_channel: monitoring client connection statusYonit Halperin2013-08-143-9/+23
* red_channel: add option to monitor whether a channel client is aliveYonit Halperin2013-08-142-0/+133
* red_channel: add on_input callback for tracing incoming bytesYonit Halperin2013-08-142-0/+9
* spice_timer_queue: don't call timers repeatedlyYonit Halperin2013-08-141-3/+1
* server: split spice_image_cache from red_workerAlon Levy2013-08-144-157/+177
* server/red_worker: s/image_cache_eaging/image_cache_aging/Alon Levy2013-08-141-2/+2
* server: move surface_format_to_image_type to spice_bitmap_utilsAlon Levy2013-08-143-24/+23
* server: s/red_wait_all_sent/red_channel_wait_all_sent/Alon Levy2013-08-143-5/+5
* server: move three functions to red_channelAlon Levy2013-08-145-119/+134
* server: move bit set/clear utilities out of red_worker.hAlon Levy2013-08-145-19/+28
* server: move dump_bitmap to separate fileAlon Levy2013-08-144-153/+162
* server/red_worker.c:red_process_drawable: rename item to drawableAlon Levy2013-08-141-16/+16
* server/red_worker.c:red_process_drawable: rename drawable to red_drawableAlon Levy2013-08-141-8/+9
* red_worker: mark DRAW_ALL as brokenAlon Levy2013-08-141-0/+1
* red_worker: decrease the timeout when flushing commands and waiting for the c...Yonit Halperin2013-08-061-3/+3
* log: improve debug information related to client disconnectionYonit Halperin2013-07-292-6/+10
* snd_worker/snd_disconnect_channel: don't call snd_channel_put if the channel ...Yonit Halperin2013-07-291-10/+10
* snd_worker: fix memory leak of PlaybackChannelYonit Halperin2013-07-291-5/+4
* reds: s/red_client_disconnect/red_channel_client_shutdown inside callbacksYonit Halperin2013-07-291-3/+4
* decouple disconnection of the main channel from client destructionYonit Halperin2013-07-295-4/+52
* main_dispatcher: add ref count protection to RedClient instancesYonit Halperin2013-07-291-2/+4
* red_channel: add ref count to RedClientYonit Halperin2013-07-292-5/+35
* red_channel: prevent adding and pushing pipe items after a channel_client has...Yonit Halperin2013-07-291-6/+24
* server/red_channel: fix unused variableAlon Levy2013-07-281-10/+13
* server/red_worker.c: remove unused pipe_item_removeAlon Levy2013-07-241-5/+0
* TIOCOUTQ -> SIOCOUTQ and portability ifdefsNahum Shalman2013-07-221-2/+11
* syntax-check: remove trailing whitespacesUri Lublin2013-07-163-8/+7
* syntax-check: make sure config.h is the first included .h fileUri Lublin2013-07-163-1/+3
* syntax-check: use test A && test B instead of test A -a BUri Lublin2013-07-161-1/+1
* syntax-check: fix no-newline or empty line at EOFUri Lublin2013-07-162-2/+1
* syntax-check: s/the the/the/ in a commentUri Lublin2013-07-162-2/+2
* syntax-check: fix cast_of_argument_to_freeUri Lublin2013-07-161-1/+2
* syntax-check: fix avoid_if_before_freeUri Lublin2013-07-161-6/+2
* server/tests: fix timer for test_empty_successUri Lublin2013-07-161-1/+9
* server/tests: test_display_width_stride: add destroy commandUri Lublin2013-07-161-0/+9
* server/tests: remove option from usage if AUTOMATED_TESTS is not configuredUri Lublin2013-07-161-6/+19
* server/tests: invalid-option: print the bad argumentUri Lublin2013-07-161-1/+1
* server/tests: fix produce_command for create surfaceUri Lublin2013-07-161-2/+4
* server/tests: test_display_base: set rect according to appropriate surfaceUri Lublin2013-07-161-5/+2
* red_channel: replace RING_FOREACH with RING_FOREACH_SAFE in some placesUri Lublin2013-07-161-4/+4
* red_worker: use a generic SAFE_FOREACH macroUri Lublin2013-07-161-29/+22
* red_worker: delete unused CCC_FOREACHUri Lublin2013-07-161-6/+0
* red_worker: make DRAWABLE_FOREACH_DPI safeUri Lublin2013-07-161-9/+11