summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_base.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersChristophe Fergeau2015-10-191-0/+17
* tests: Fix build on HurdFabiano Fidêncio2015-02-241-0/+4
* Fix -Wunused-functionFabiano Fidêncio2014-09-121-22/+0
* Fix -Wmissing-field-initializersFabiano Fidêncio2014-09-121-9/+6
* Fix -WnonnullFabiano Fidêncio2014-09-121-1/+2
* Fix -WswitchFabiano Fidêncio2014-09-121-0/+2
* Fix -WsignFabiano Fidêncio2014-09-121-2/+2
* Fix -Wunused-parameterFabiano Fidêncio2014-09-121-13/+24
* tests: Remove unused variablesChristophe Fergeau2014-01-021-1/+0
* server/tests: avoid using deprecated symbolsMarc-André Lureau2013-10-071-7/+6
* syntax-check: fix cast_of_argument_to_freeUri Lublin2013-07-161-1/+2
* 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
* server/tests: test_display_width_strideAlon Levy2013-05-171-6/+42
* server/tests/test_display_base: add missing set_client_capabilities, fix clie...Alon Levy2013-05-171-1/+11
* Revert "server: add websockets support via libwebsockets"Alon Levy2012-11-041-3/+1
* server: add websockets support via libwebsocketsAlon Levy2012-10-251-1/+3
* server/tests/test_display_base: fix segfault in testAlon Levy2012-10-251-1/+5
* server/tests: agent mock, client_monitors_configAlon Levy2012-09-131-0/+46
* server/tests/test_display_base: fix update_area abortAlon Levy2012-09-031-1/+3
* server/tests: introduce Test structAlon Levy2012-09-021-114/+96
* server/tests: use the correct dimensions in SIMPLE_UPDATEYonit Halperin2012-05-031-2/+2
* server/tests: add SLEEP command to test_display_baseYonit Halperin2012-05-031-0/+4
* server/tests: add clip to SIMPLE_DRAW_BITMAPYonit Halperin2012-05-031-6/+28
* server/tests: add SIMPLE_DRAW_SOLID and SIMPLE_DRAW_BITMAPAlon Levy2012-05-031-6/+37
* server/tests: refactor CommandAlon Levy2012-05-031-6/+4
* server/tests: add test_get_width/test_get_heightAlon Levy2012-05-031-0/+16
* server/tests: refactor test_display_baseAlon Levy2012-05-031-34/+45
* Make some int->pointer casts explicitDaniel P. Berrange2012-04-251-2/+2
* server/tests/test_display_base: add CommandAlon Levy2012-03-221-35/+75
* server/tests/test_display_base: remove 64bit arch assumptionsAlon Levy2012-03-211-5/+5
* Enabling cursor in server/testsFabiano Fidêncio2012-02-261-31/+48
* Remove all usages of bzero()Dan McGee2012-02-141-3/+3
* server/tests: use getopt_longAlon Levy2012-02-141-17/+30
* Adding support to automated testsFabiano Fidêncio2012-02-141-8/+111
* Add missing includes of config.hDaniel P. Berrange2012-01-131-0/+1
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
* Remove useless if() before free()Daniel P. Berrange2012-01-131-3/+1
* server: fix function prototypesChristophe Fergeau2011-09-051-4/+4
* fix valgrind warning in test_display__streamChristophe Fergeau2011-09-011-1/+1
* server/tests/test_display_base: fix compileAlon Levy2011-08-231-2/+4
* server/tests: show port to connect toAlon Levy2011-05-091-1/+3
* tests: fix compilation with -Wall -WerrorChristophe Fergeau2011-04-081-2/+3
* server/tests: split test_display_no_ssl to test_display_base, add streaming testAlon Levy2011-01-101-0/+574