summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* complete NetWireInterface redesign, make red_tunnel_worker.c build.Gerd Hoffmann2010-05-193-16/+20
* add spice-experimental.hGerd Hoffmann2010-05-195-65/+66
* zap vd_interface.hGerd Hoffmann2010-05-199-370/+349
* vd_interface.h cleanups.Gerd Hoffmann2010-05-193-54/+3
* NetWireInterface: redesignGerd Hoffmann2010-05-194-19/+30
* zap MigrationInterfaceGerd Hoffmann2010-05-192-27/+0
* migration: new apiGerd Hoffmann2010-05-193-39/+87
* [debug] migration troubleshootingGerd Hoffmann2010-05-191-1/+1
* zap migration codeGerd Hoffmann2010-05-192-638/+11
* replace worker load/save with loadvm_commands, allow keeping surface contentGerd Hoffmann2010-05-194-101/+59
* surface: keep metadata (aka create command) in device memory.Gerd Hoffmann2010-05-191-17/+18
* kill spice_server_set_mouse_absoluteGerd Hoffmann2010-05-192-11/+0
* vdi port: redesign.Gerd Hoffmann2010-05-192-57/+71
* constify SpiceBaseInterfaceGerd Hoffmann2010-05-192-3/+3
* SoundInterfaces: redesignGerd Hoffmann2010-05-194-141/+141
* TabletInterface: redesignGerd Hoffmann2010-05-193-25/+47
* QXL: redesign.Gerd Hoffmann2010-05-198-69/+82
* MouseInterface: redesignGerd Hoffmann2010-05-193-19/+40
* KeyboardInterface: redesign.Gerd Hoffmann2010-05-194-44/+63
* s/CoreInterface/SpiceCoreInterface/Gerd Hoffmann2010-05-198-33/+20
* VDInterface: redesign.Gerd Hoffmann2010-05-196-199/+198
* minor timer interface cleanups.Gerd Hoffmann2010-05-193-28/+29
* new watch api: kill old apiGerd Hoffmann2010-05-192-7/+0
* new watch api: switch channelsGerd Hoffmann2010-05-191-21/+20
* new watch api: switch soundGerd Hoffmann2010-05-191-11/+21
* new watch api: switch migrationGerd Hoffmann2010-05-191-29/+30
* new watch api: switch inputsGerd Hoffmann2010-05-191-25/+25
* new watch api: switch ssl acceptGerd Hoffmann2010-05-191-5/+19
* new watch api: switch main channelGerd Hoffmann2010-05-191-19/+21
* new watch api: switch liasync readGerd Hoffmann2010-05-192-13/+12
* new watch api: switch listening socketsGerd Hoffmann2010-05-191-14/+20
* introduce new watch apiGerd Hoffmann2010-05-191-0/+11
* fix visibilityGerd Hoffmann2010-05-192-24/+28
* zap CoreInterface->{term_printf,log}Gerd Hoffmann2010-05-192-47/+5
* zap qterm interfacesGerd Hoffmann2010-05-192-738/+0
* zap CoreInterface->(un)register_change_notifiers()Gerd Hoffmann2010-05-192-8/+0
* zap CoreInterface->next()Gerd Hoffmann2010-05-192-9/+0
* channel security cleanupGerd Hoffmann2010-05-192-33/+24
* zap spice_parse_args + spice_usage_strGerd Hoffmann2010-05-192-336/+0
* Minor whitespace cleanupvdesktopAlexander Larsson2010-05-191-2/+2
* Make it --enable-tunnel workAlexander Larsson2010-05-191-5/+5
* server: fix invalid self loop in surfaces dependencies.Yonit Halperin2010-05-031-5/+22
* spice server: fix typo in private key error messageDan Kenigsberg2010-05-031-1/+1
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-035-13/+13
* Don't send alpha bytes for primary surfaceAlexander Larsson2010-04-301-2/+8
* iovec: add sanity checkGerd Hoffmann2010-04-291-2/+8
* fix worker->stop surface cleanupGerd Hoffmann2010-04-291-1/+1
* Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson2010-04-281-10/+38
* If we have alpha in a 32bit rgb surface, ensure we send thatAlexander Larsson2010-04-231-0/+30
* Server: Use the right image format when updating from a surfaceAlexander Larsson2010-04-231-22/+31