summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-255-21/+11
* client/server: add missing USE_TUNNELAlon Levy2011-01-252-0/+6
* client/server: add missing smartchannel channel security handlingAlon Levy2011-01-252-0/+9
* Update license header for server/red_parse_qxl.cHans de Goede2011-01-211-6/+6
* Drop unnecessary X11 and alsa requires from spice-server.pcHans de Goede2011-01-211-3/+0
* server: remove dep on CEGUIHans de Goede2011-01-191-2/+0
* server/red_channel: fix segfault on red_channel_destroy if peer already removedAlon Levy2011-01-161-1/+1
* server/inputs_channel: use outgoing marshaller in red_channel/RedChannelAlon Levy2011-01-161-58/+76
* tests/migrate.py: add a migration testAlon Levy2011-01-151-0/+158
* server/main_channel: use red_channel (most code is pipe send/marshall separat...Alon Levy2011-01-151-337/+441
* server/red_channel: no need for extra loopAlon Levy2011-01-151-1/+1
* server/red_channel: go marshaller for outgoing (copied from red_worker)Alon Levy2011-01-132-75/+41
* server/reds: don't remove agent if it's not connectedAlon Levy2011-01-131-1/+1
* server/reds: protect reds_update_mouse_mode when main_channel is disconnectedAlon Levy2011-01-131-1/+4
* server/reds: don't call close on NULL channel on atexit callbackAlon Levy2011-01-131-1/+3
* server/reds: fix possible segfault when accessing vdagent from reds_update_mo...Alon Levy2011-01-131-2/+2
* server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/Alon Levy2011-01-133-3/+3
* server: split main_channel from redsAlon Levy2011-01-135-719/+1044
* server: remove dep on libcacardAlon Levy2011-01-111-1/+0
* 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
* server/red_worker: use 1, not 4 when lz_encoding a top down imageAlon Levy2011-01-071-2/+3
* client/cmd_line_parser: fix wrong reporting of bad argument in --bla=val caseAlon Levy2011-01-061-2/+5
* common, canvas_get_jpeg_alpha: let top_down be any valueAlon Levy2011-01-051-1/+1
* client: CEGUI: search for CEGUI-0.6 to work in F15 (rawhide)Alon Levy2011-01-052-5/+16
* Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled modif...Thomas Tyminski2011-01-051-3/+3
* mingw32: refix to build on mingw..Alon Levy2010-12-302-2/+2
* client inputs: stop blinking keyboard when out of focusMarc-André Lureau2010-12-302-1/+15
* jpeg_boolean is a mingw32-libjpeg specific thing. Use a define check rather t...Tiziano Mueller2010-12-302-2/+2
* server: Update SPICE_SERVER_VERSIONHans de Goede2010-12-171-1/+1
* Makefiles: fix server/tests/test_util.h not being included in make distHans de Goede2010-12-171-2/+2
* server: Update SPICE_SERVER_VERSIONHans de Goede2010-12-171-1/+1
* spicec: Remove spice-client watermark (rhbz#662450)Hans de Goede2010-12-169-1060/+2
* spicec-x11: Let the window manager place our window the 1st time (rhbz#662407)Hans de Goede2010-12-162-1/+8
* spicec-x11: Add a class hint to our window managet hintsHans de Goede2010-12-161-1/+10
* spicec: Add a --title cmdline option (rhbz#662452)Hans de Goede2010-12-161-0/+6
* move chardevs out of experimentalGerd Hoffmann2010-12-162-25/+26
* move switch-host migration out of experimentalGerd Hoffmann2010-12-162-5/+8
* client migration: switch hostGerd Hoffmann2010-12-162-11/+59
* server/red_worker: fix worker->drawable_countAlon Levy2010-12-151-1/+1
* client/smartcard: external cac card library name and version changedAlon Levy2010-12-111-2/+2
* server: improve error handlingGerd Hoffmann2010-12-091-8/+24