summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* server: Add RedClientAlon Levy2011-08-2315-116/+373
* server/main_channel+reds: make main_channel_init return MainChannelClientAlon Levy2011-08-233-22/+22
* server/red_worker: release PIPE_ITEM_TYPE_VERB in display channelAlon Levy2011-08-231-0/+3
* server/red_client: clear pipe on disconnectAlon Levy2011-08-231-1/+1
* server/red_channel: workaround for fast client disconnect bug (TODO - real fix)Alon Levy2011-08-231-0/+5
* server/main_channel: use MainChannel in sigAlon Levy2011-08-235-99/+93
* server: move pipe from RedChannel to RedChannelClientAlon Levy2011-08-2310-241/+314
* server/red_worker: introduce {display,cursor}_is_connectedAlon Levy2011-08-231-18/+32
* server/red_channel (all): introduce RedChannelClientAlon Levy2011-08-239-861/+1140
* server/red_worker: drop red_pipe_add_tail, use red_channel_pipe_add_tailAlon Levy2011-08-232-9/+2
* server/red_channel: renames to use _proc postfix consistentlyAlon Levy2011-08-233-21/+21
* spice.proto: add comment for origin of STYLED and START_WITH_GAPAlon Levy2011-08-231-0/+5
* server/red_worker: explicitly include unistd and errnoAlon Levy2011-08-231-0/+2
* common: introduce red_printf_debugAlon Levy2011-08-231-0/+10
* 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
* tests/migrate.py: add --vdagentAlon Levy2011-08-231-5/+10
* server/red_worker.c: fix - locking the wrong mutex when releasing glz dictYonit Halperin2011-08-231-3/+3
* server/tests/test_display_base: fix compileAlon Levy2011-08-231-2/+4
* common/ring: RING_FOREACH_SAFE: use shorter version from qemuAlon Levy2011-08-231-5/+3
* server/reds.h: explicitly include config.hAlon Levy2011-08-231-0/+2
* server/tests/migrate.py: make executableAlon Levy2011-08-231-0/+1
* use Xkb to get keyboard modifier maskChristophe Fergeau2011-08-171-23/+2
* fix harmless typo in InputsChannel::handle_modifiersChristophe Fergeau2011-08-171-1/+1
* fix 2 X11 related leaksChristophe Fergeau2011-08-152-4/+8
* channel: fix EVP_PKEY leakChristophe Fergeau2011-08-151-3/+7
* always set VDAgentDisplayConfig::depthChristophe Fergeau2011-08-151-0/+1
* server: Add a usbredir channelHans de Goede2011-08-105-1/+295
* client/red_client: fix broken switch host migration (RHBZ 727969)Alon Levy2011-08-031-0/+1
* mjpeg: add missing SPICE_BITMAP_FMT_RGBAChristophe Fergeau2011-08-021-0/+1
* Fix typo: treshold -> thresholdLiang Guo2011-08-021-1/+1
* Fix typo: seperator -> separatorLiang Guo2011-08-023-24/+24
* mjpeg: fix libjpeg assertionChristophe Fergeau2011-08-011-8/+8
* server/red_dispatcher: fix wrong resolution set for tabletAlon Levy2011-07-311-4/+4
* client: fix 30s timeout regressionChristophe Fergeau2011-07-311-2/+7
* common/backtrace.h: disable for WIN32Alon Levy2011-07-311-0/+4
* fix integer marshalling helpers on big endianChristophe Fergeau2011-07-281-6/+6
* fix typo in big endian code pathChristophe Fergeau2011-07-281-2/+2
* Bump version in server/spice,h to 0.9.1Hans de Goede2011-07-261-1/+1
* server: Don't call vdagent chardev state callback on client (dis)connectHans de Goede2011-07-251-45/+20
* Release 0.9.00.9.0Alon Levy2011-07-231-0/+62
* server/smartcard: fix smartcard_channel_send_errorAlon Levy2011-07-221-25/+8
* mjpeg: rename jpeg_mem_destChristophe Fergeau2011-07-221-3/+3
* mjpeg_encoder: allocate "row" on demandChristophe Fergeau2011-07-221-8/+9
* mjpeg_encoder: remove unused functionsChristophe Fergeau2011-07-222-50/+0
* mjpeg_encoder: use libjpeg-turbo extra colorspacesChristophe Fergeau2011-07-221-5/+16
* red_worker: use new mjpeg_encoder_encode_scanline APIChristophe Fergeau2011-07-221-72/+13
* mjpeg_encoder: add mjpeg_encoder_get_bytes_per_pixelChristophe Fergeau2011-07-222-0/+6
* mjpeg_encoder: add mjpeg_encoder_encode_scanlineChristophe Fergeau2011-07-222-0/+107
* red_worker: simplify red_rgb_to_24bpp prototypeChristophe Fergeau2011-07-221-10/+6