summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* server/red_worker: explicitly include unistd and errnoAlon Levy2011-08-231-0/+2
* 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
* 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
* server/reds.h: explicitly include config.hAlon Levy2011-08-231-0/+2
* server: Add a usbredir channelHans de Goede2011-08-104-1/+287
* mjpeg: add missing SPICE_BITMAP_FMT_RGBAChristophe Fergeau2011-08-021-0/+1
* mjpeg: fix libjpeg assertionChristophe Fergeau2011-08-011-8/+8
* server/red_dispatcher: fix wrong resolution set for tabletAlon Levy2011-07-311-4/+4
* 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
* 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
* mjpeg_encoder: rework output buffer allocationChristophe Fergeau2011-07-223-26/+112
* red_worker: factor pixel conversion codeChristophe Fergeau2011-07-221-121/+50
* fix make distcheckChristophe Fergeau2011-07-221-4/+5
* server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede2011-07-211-1/+1
* server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin2011-07-201-9/+22
* server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy2011-07-201-1/+1
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-205-4/+46
* server: add QXLInterface::update_area_complete callbackAlon Levy2011-07-202-16/+47
* server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy2011-07-201-8/+4
* server: add async io supportAlon Levy2011-07-208-91/+358
* server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy2011-07-203-32/+226
* server: spice-server.syms: move sasl symbols to 0.8.2Alon Levy2011-07-201-3/+7
* server/red_worker: remove print on handle_dev_destroy_surfacesAlon Levy2011-07-201-1/+1
* server/red_worker: *_release_item: less frequent debug messagesAlon Levy2011-07-201-2/+2
* server/tests: test_util.h: fix double ASSERT definitionAlon Levy2011-07-201-0/+3
* server: add symbol versioning to the spice server shared library.Gerd Hoffmann2011-07-192-0/+67
* remove unused functionChristophe Fergeau2011-07-191-2/+0
* Fix spice-server/qemu channel version checksChristophe Fergeau2011-07-181-8/+8
* server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin2011-07-121-0/+2
* server: fix access to a released drawable. RHBZ #713474Yonit Halperin2011-07-121-2/+9
* server: fix segfault if no migrate_info providedAlon Levy2011-07-061-0/+11