summaryrefslogtreecommitdiff
path: root/server/tests/basic_event_loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21event-loop: Remove templateChristophe Fergeau1-8/+3
2016-01-21test-loop: Improve basic_event_loop base_{timer, watch}_addChristophe Fergeau1-2/+2
2016-01-19tests: add a test for event loopFrediano Ziglio1-0/+7
2016-01-19tests: extract code for event loopFrediano Ziglio1-144/+24
2016-01-19tests: do not use default loop contextFrediano Ziglio1-26/+51
2015-12-21tests: remove test_util.hMarc-Andre Lureau1-1/+0
2015-12-21tests: remove unused macroFrediano Ziglio1-3/+0
2015-12-15tests: allocate memory in a coherent fashionFrediano Ziglio1-4/+5
2015-10-19Add missing license headersChristophe Fergeau1-0/+17
2015-09-01replay: do not define same type twiceFrediano Ziglio1-4/+4
2015-08-20tests: use glib main loopMarc-André Lureau1-190/+95
2014-09-12Fix -WformatFabiano FidĂȘncio1-1/+1
2012-09-13server/tests: agent mock, client_monitors_configAlon Levy1-1/+1
2012-02-15server/tests/basic_event_loop: print something on channel_eventAlon Levy1-1/+2
2012-02-14Remove all usages of bzero()Dan McGee1-1/+1
2012-01-13Add missing includes of config.hDaniel P. Berrange1-0/+1
2012-01-13Remove bogus include of strings.hDaniel P. Berrange1-1/+0
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2011-09-05server: fix function prototypesChristophe Fergeau1-1/+1
2011-08-23server/tests/basic_event_loop: multiple fixesAlon Levy1-121/+30
2011-07-05server/tests/basic_event_loop: strange assert failure; fixAlon Levy1-1/+1
2011-04-08server/tests remove useless assignmentChristophe Fergeau1-1/+0
2011-04-08tests: fix compilation with -Wall -WerrorChristophe Fergeau1-1/+1
2011-02-11server/tests/basic_event_loop: fix bzero warningAlon Levy1-0/+1
2011-01-10server/tests: fix timer reset to allow setting next call during callbackAlon Levy1-1/+1
2011-01-10server/tests: basic_event_loop: reset timer after firing itAlon Levy1-0/+1
2010-11-30server/tests: add test_display_no_sslAlon Levy1-45/+275
2010-11-08server: tests: add basic tests with working do nothing serverAlon Levy1-0/+144