summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* red_worker: use only DRAWABLE_FOREACH_GLZ_SAFEUri Lublin2013-07-161-9/+2
* red_worker: make WORKER_FOREACH_DCC safeUri Lublin2013-07-161-45/+48
* red_worker: reuse DCC_FOREACH in WORKER_DCC_FOREACHUri Lublin2013-07-161-7/+4
* red_worker: use only RCC_FOREACH_SAFEUri Lublin2013-07-161-9/+2
* Use RING_FOREACH_SAFE in red_channel.c functions which are missing itDavid Gibson2013-07-051-4/+4
* red_worker: fix for stuck display_channel over WAN (jpeg_enabled=true)Yonit Halperin2013-06-251-0/+4
* red_worker: improve stream stats readability and ease of parsingYonit Halperin2013-06-242-8/+15
* mjpeg_encoder: add mjpeg_encoder_get_statsYonit Halperin2013-06-242-0/+18
* spice: silencing most of the ping/pong loggingYonit Halperin2013-06-241-11/+2
* server: Add support for filtering out agent file-xfer msgs (rhbz#961848)Hans de Goede2013-06-065-7/+37
* red_channel: replace an assert upon threads mismatch with a warningYonit Halperin2013-05-241-3/+25
* main_channel: fix double release of migration target dataYonit Halperin2013-05-231-0/+2
* Log actual address spice-server binds toChristophe Fergeau2013-05-191-5/+10
* server/red_parse_qxl: two coding convention pointer cast fixAlon Levy2013-05-171-2/+2
* server/dispatchers: initialize stack to 0 for valgrindAlon Levy2013-05-172-5/+5
* server/red_dispatcher: close pa hole in RedWorkerMessageDisplayConnect for va...Alon Levy2013-05-171-2/+2
* server/tests: test_display_width_strideAlon Levy2013-05-174-7/+154
* server/red_worker: simplify monitors_config updateAlon Levy2013-05-171-7/+6
* server/tests/test_display_base: add missing set_client_capabilities, fix clie...Alon Levy2013-05-171-1/+11
* server/red_worker: turn critical (assert) non error into warningAlon Levy2013-05-171-1/+4
* server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (...Alon Levy2013-05-171-5/+7
* red_worker: don't get bit_rate from main_channel_client, if it wasn't initial...Yonit Halperin2013-05-091-12/+30
* reds: fix memory leak when core->base.minor_version < 3Yonit Halperin2013-05-081-3/+2
* reds: move handle_channel_event logic from main_dispatcher to redsYonit Halperin2013-05-083-9/+19
* red_worker: fail handle_migrate_data instead of aborting when there is an err...Yonit Halperin2013-05-081-11/+25
* red_channel: notify and shutdown a channel client when its handle_migrate_dat...Yonit Halperin2013-05-081-2/+5
* red_channel: add spice_channel_client_errorYonit Halperin2013-05-081-0/+11
* red_worker: fix incorrect is_low_bandwidth after migrating a low bandwidth co...Yonit Halperin2013-05-081-0/+3
* red_worker: cleanup: add is_low_bandwidth flag to CommonChannelClientYonit Halperin2013-05-081-14/+15
* main_channel: add routine for checking if a network test had been conducted a...Yonit Halperin2013-05-082-1/+15
* red_worker: remove wrong TODOAlon Levy2013-05-051-2/+0
* red_channel: on migration target, start sending ping messages only after the ...Yonit Halperin2013-05-011-1/+15
* red_channel: stop sending ping messages after migration has completedYonit Halperin2013-05-011-0/+5