summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
* server/tests/test_empty_success: fix warning on bzeroAlon Levy2012-01-231-0/+2
* Update .gitignore with a few more generated filesDan McGee2012-01-231-0/+2
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-1/+1
* Add missing includes of config.hDaniel P. Berrange2012-01-138-0/+8
* Remove bogus include of strings.hDaniel P. Berrange2012-01-134-4/+0
* Remove trailing blank linesDaniel P. Berrange2012-01-138-8/+0
* Remove useless if() before free()Daniel P. Berrange2012-01-131-3/+1
* server: fix function prototypesChristophe Fergeau2011-09-058-11/+11
* fix valgrind warning in test_display__streamChristophe Fergeau2011-09-011-1/+1
* server: add tester and todo for multiple client supportAlon Levy2011-08-231-0/+121
* server/tests/test_playback: correctly use spice_server_playback_get_bufferAlon Levy2011-08-231-14/+27
* server/tests/basic_event_loop: multiple fixesAlon Levy2011-08-233-128/+37
* server/tests/test_display_base: fix compileAlon Levy2011-08-231-2/+4
* server/tests: test_util.h: fix double ASSERT definitionAlon Levy2011-07-201-0/+3
* server/tests/basic_event_loop: strange assert failure; fixAlon Levy2011-07-051-1/+1
* server/tests: show port to connect toAlon Levy2011-05-091-1/+3
* build: fix gettimeofday warningMarc-André Lureau2011-05-031-0/+1
* autotools: refactor the whole build machineryChristophe Fergeau2011-05-031-17/+8
* server/tests remove useless assignmentChristophe Fergeau2011-04-081-1/+0
* tests: fix compilation with -Wall -WerrorChristophe Fergeau2011-04-083-3/+7
* remove duplicated macroChristophe Fergeau2011-04-041-2/+0
* server/tests: add test_playbackAlon Levy2011-03-223-1/+105
* server/tests/basic_event_loop: fix bzero warningAlon Levy2011-02-111-0/+1
* server/tests: split test_display_no_ssl to test_display_base, add streaming testAlon Levy2011-01-105-587/+650
* server/tests/test_display_no_ssl: add update_area, COPY_BITS to tested functi...Alon Levy2011-01-101-29/+163
* server/tests/test_display_no_ssl: add surface create/destroy test (commented ...Alon Levy2011-01-101-20/+145
* server/tests: fix timer reset to allow setting next call during callbackAlon Levy2011-01-101-1/+1
* server/tests/test_display_no_ssl: change color every circleAlon Levy2011-01-101-9/+14
* server/tests/test_display_no_ssl: restart notify timerAlon Levy2011-01-101-1/+1
* server/tests: basic_event_loop: reset timer after firing itAlon Levy2011-01-101-0/+1
* server/tests/test_display_no_ssl: disable cursor test until it works correctlyAlon Levy2011-01-101-2/+2
* server/test/test_display_no_ssl: add beginning of basic cursor item test. doe...Alon Levy2011-01-101-6/+67
* server/tests/test_display_no_ssl: make window 320x320, two colored updates, o...Alon Levy2011-01-101-5/+5
* Makefiles: fix server/tests/test_util.h not being included in make distHans de Goede2010-12-171-2/+2
* server/tests: fix for AM_LDFLAGS introductionAlon Levy2010-12-081-4/+4
* server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGSAlon Levy2010-12-071-1/+1
* server/tests: add test_display_no_sslAlon Levy2010-11-304-50/+588
* server/tests: Makefile.am fixesAlon Levy2010-11-301-2/+2
* add .gitignore for testsAlon Levy2010-11-301-0/+4
* server: tests: add basic tests with working do nothing serverAlon Levy2010-11-087-0/+291