summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-17Release 0.12.4v0.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
2013-07-16server/tests: test_display_width_stride: add destroy commandUri Lublin1-0/+9
2013-07-16server/tests: remove option from usage if AUTOMATED_TESTS is not configuredUri Lublin1-6/+19
2013-07-16server/tests: invalid-option: print the bad argumentUri Lublin1-1/+1
2013-07-16server/tests: fix produce_command for create surfaceUri Lublin1-2/+4
2013-07-16server/tests: test_display_base: set rect according to appropriate surfaceUri Lublin1-5/+2
2013-07-16red_channel: replace RING_FOREACH with RING_FOREACH_SAFE in some placesUri Lublin1-4/+4
2013-07-16red_worker: use a generic SAFE_FOREACH macroUri Lublin1-29/+22
2013-07-16red_worker: delete unused CCC_FOREACHUri Lublin1-6/+0
2013-07-16red_worker: make DRAWABLE_FOREACH_DPI safeUri Lublin1-9/+11
2013-07-16red_worker: use only DRAWABLE_FOREACH_GLZ_SAFEUri Lublin1-9/+2
2013-07-16red_worker: make WORKER_FOREACH_DCC safeUri Lublin1-45/+48
2013-07-16red_worker: reuse DCC_FOREACH in WORKER_DCC_FOREACHUri Lublin1-7/+4
2013-07-16red_worker: use only RCC_FOREACH_SAFEUri Lublin1-9/+2
2013-07-05Use RING_FOREACH_SAFE in red_channel.c functions which are missing itDavid Gibson1-4/+4
2013-06-25red_worker: fix for stuck display_channel over WAN (jpeg_enabled=true)Yonit Halperin1-0/+4
2013-06-24red_worker: improve stream stats readability and ease of parsingYonit Halperin2-8/+15
2013-06-24mjpeg_encoder: add mjpeg_encoder_get_statsYonit Halperin2-0/+18
2013-06-24spice: silencing most of the ping/pong loggingYonit Halperin1-11/+2
2013-06-06server: Add support for filtering out agent file-xfer msgs (rhbz#961848)Hans de Goede5-7/+37
2013-05-24red_channel: replace an assert upon threads mismatch with a warningYonit Halperin1-3/+25
2013-05-23main_channel: fix double release of migration target dataYonit Halperin1-0/+2
2013-05-19Log actual address spice-server binds toChristophe Fergeau1-5/+10
2013-05-170.12.3 releasev0.12.3Alon Levy2-2/+20
2013-05-17server/red_parse_qxl: two coding convention pointer cast fixAlon Levy1-2/+2
2013-05-17server/dispatchers: initialize stack to 0 for valgrindAlon Levy2-5/+5
2013-05-17server/red_dispatcher: close pa hole in RedWorkerMessageDisplayConnect for va...Alon Levy1-2/+2
2013-05-17server/tests: test_display_width_strideAlon Levy4-7/+154
2013-05-17server/red_worker: simplify monitors_config updateAlon Levy1-7/+6
2013-05-17server/tests/test_display_base: add missing set_client_capabilities, fix clie...Alon Levy1-1/+11
2013-05-17server/red_worker: turn critical (assert) non error into warningAlon Levy1-1/+4
2013-05-17server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (...Alon Levy1-5/+7
2013-05-09red_worker: don't get bit_rate from main_channel_client, if it wasn't initial...Yonit Halperin1-12/+30
2013-05-08reds: fix memory leak when core->base.minor_version < 3Yonit Halperin1-3/+2
2013-05-08reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin3-9/+19
2013-05-08red_worker: fail handle_migrate_data instead of aborting when there is an err...Yonit Halperin1-11/+25
2013-05-08red_channel: notify and shutdown a channel client when its handle_migrate_dat...Yonit Halperin1-2/+5
2013-05-08red_channel: add spice_channel_client_errorYonit Halperin1-0/+11
2013-05-08red_worker: fix incorrect is_low_bandwidth after migrating a low bandwidth co...Yonit Halperin1-0/+3