summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2011-07-12adjust to common moving to a separate submoduleChristophe Fergeau6-80/+38
2011-07-08Fix spice-server/qemu channel version checksChristophe Fergeau1-8/+8
2011-07-06server: fix segfault if no migrate_info providedAlon Levy1-0/+11
2011-07-05server: cursor_channel: releasing pipe items resources when the pipe is clear...Yonit Halperin1-9/+34
2011-07-05server: display_channel: releasing pipe items resources when the pipe is clea...Yonit Halperin1-24/+75
2011-07-05server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin1-1/+11
2011-07-05server: replace redundant code with red_cursor_resetYonit Halperin1-47/+24
2011-07-05server: removing local cursor, this solves RHBZ #714801Yonit Halperin1-114/+14
2011-07-05server/tests/basic_event_loop: strange assert failure; fixAlon Levy1-1/+1
2011-07-05server/smartcard: register channel only when hardware is availableAlon Levy2-6/+9
2011-06-29Revert "server/smartcard: don't register the channel if no hardware emulated"Alon Levy1-4/+1
2011-06-28red_worker: remove 2 empty functionsChristophe Fergeau1-12/+0
2011-06-23server/smartcard: don't register the channel if no hardware emulatedAlon Levy1-1/+4
2011-06-23server/smartcard: handle BaseChannel messagesAlon Levy1-0/+6
2011-06-22s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau4-59/+59
2011-06-22sndworker: check the caps before sending volume messagesMarc-André Lureau1-10/+46
2011-06-22sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2-4/+178
2011-05-24server/smartcard: fix use after freeAlon Levy1-1/+1
2011-05-09server/red_worker: stat_now cleanupAlon Levy1-1/+2
2011-05-09server/red_worker: fix typo (lats_send_time)Alon Levy1-4/+4
2011-05-09server/tests: show port to connect toAlon Levy1-1/+3
2011-05-08server: bump SPICE_SERVER_VERSION to 0.9.0Marc-André Lureau1-1/+1
2011-05-05server: Unset executable bit of red_tunnel_worker.hZeeshan Ali (Khattak)1-0/+0
2011-05-03build: fix gettimeofday warningMarc-André Lureau1-0/+1
2011-05-03build: require c99Marc-André Lureau1-1/+0
2011-05-03move get_time_stamp to main_channel.cChristophe Fergeau1-0/+7
2011-05-03common,server: use ASSERT from spice_common.hChristophe Fergeau2-0/+4
2011-05-03server: use gcc builtin for atomic get/set bitChristophe Fergeau1-2/+4
2011-05-03remove void * arithmeticChristophe Fergeau2-2/+2
2011-05-03add missing staticChristophe Fergeau5-24/+25
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau2-9/+9
2011-05-03add #include <config.h> to all source filesChristophe Fergeau22-6/+65
2011-05-03autotools: correctly build canvas-related codeChristophe Fergeau7-5/+114
2011-05-03autotools: refactor the whole build machineryChristophe Fergeau2-98/+58
2011-05-02add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau3-0/+51
2011-05-02server: s/desable/disableChristophe Fergeau3-4/+4
2011-05-02use foo(void) instead of foo() in prototypesChristophe Fergeau9-29/+29
2011-05-02server: remove extra arg in reds_on_main_agent_start callChristophe Fergeau1-1/+1
2011-05-02server: use is_primary_surfaceChristophe Fergeau1-7/+4
2011-04-08server/tests remove useless assignmentChristophe Fergeau1-1/+0
2011-04-08tests: fix compilation with -Wall -WerrorChristophe Fergeau3-3/+7
2011-04-04remove duplicated macroChristophe Fergeau1-2/+0
2011-04-04server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede1-3/+0
2011-04-04server: ignore SPICE_MSGC_MAIN_AGENT_START messages when there is no agentHans de Goede1-0/+3
2011-04-04server: hookup agent-msg-filter discard-all functionalityHans de Goede1-30/+22
2011-04-04server: add discard all option to agent message filterHans de Goede3-18/+26
2011-04-04server: filter all data from clientHans de Goede1-11/+11
2011-04-04server: reset read/write filter on agent/client disconnectHans de Goede1-0/+2
2011-04-04server: break read_from_vdi_port loop if the guest gets disconnectedHans de Goede1-1/+1
2011-04-04server: Don't stop writing agent data to the guest when the client disconnectsHans de Goede1-2/+2