summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* [0.8 branch] server: add main_dispatcherAlon Levy2011-10-254-1/+159
* server/tests: print pthread id on channel_eventAlon Levy2011-10-252-2/+5
* server/smartcard: error packet sending. RHBZ 741259Alon Levy2011-09-271-2/+0
* Release 0.8.30.8.3Yonit Halperin2011-09-262-1/+5
* server: fix not calling migrate_connect completion callbackYonit Halperin2011-09-261-10/+8
* server: fall back to switch host scheme in case semi-seamless connection to t...Yonit Halperin2011-09-261-9/+17
* server: turn spice_server_migrate_start into a valid callYonit Halperin2011-09-251-7/+1
* server: call migrate_connect_complete callback when no client is connectedYonit Halperin2011-09-251-29/+43
* server: handling semi-seamless migration in the target sideYonit Halperin2011-09-251-20/+116
* server: move the linking of channels to a separate routineYonit Halperin2011-09-251-26/+41
* server: move SPICE_MSG_MAIN_INIT sending code to a separate routineYonit Halperin2011-09-251-23/+33
* server: send SPICE_MSG_MAIN_MIGRATE_END on spice_server_migrate_endYonit Halperin2011-09-251-18/+67
* server,proto: tell the client to connect to the migration target before migra...Yonit Halperin2011-09-251-37/+111
* server: handle migration interface additionYonit Halperin2011-09-252-0/+33
* server/spice.h: semi-seamless migration interface, RHBZ #738266Yonit Halperin2011-09-253-4/+35
* server/smartcard: fix smartcard_channel_send_errorAlon Levy2011-09-201-23/+7
* server/red_dispatcher: fix wrong resolution set for tabletAlon Levy2011-07-311-4/+4
* server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin2011-07-241-1/+11
* Release 0.8.20.8.2Alon Levy2011-07-221-1/+1
* fix make distcheckChristophe Fergeau2011-07-226-10/+11
* server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin2011-07-211-9/+22
* server/spice.h: bump QXL_MINOR because of QXLWorker and QXLInterface changesAlon Levy2011-07-211-1/+1
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-215-4/+46
* server: add QXLInterface::update_area_complete callbackAlon Levy2011-07-212-16/+47
* server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy2011-07-211-8/+4
* server: add async io supportAlon Levy2011-07-218-91/+360
* server: replace redundant code with red_cursor_resetYonit Halperin2011-07-211-47/+24
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-07-217-21/+21
* server: api: add spice_qxl_* calls based on QXLWorker contentsAlon Levy2011-07-213-31/+226
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-07-214-55/+55
* server: spice-server.syms: move sasl symbols to 0.8.2Alon Levy2011-07-211-0/+6
* Fix spice-server/qemu channel version checksChristophe Fergeau2011-07-211-8/+8
* server: fix access to a released drawable. RHBZ #713474Yonit Halperin2011-07-211-2/+9
* server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin2011-07-211-0/+2
* server: removing local cursor, this solves RHBZ #714801Yonit Halperin2011-07-211-112/+14
* server/smartcard: register channel only when hardware is availableAlon Levy2011-07-212-6/+9
* server/smartcard: handle BaseChannel messagesAlon Levy2011-07-211-0/+5
* server: Unset executable bit of red_tunnel_worker.hZeeshan Ali (Khattak)2011-07-211-0/+0
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-07-213-0/+51
* server/tests remove useless assignmentChristophe Fergeau2011-07-211-1/+0
* server: add SASL supportMarc-André Lureau2011-07-213-7/+751
* server: add auth mechanism selectionMarc-André Lureau2011-07-211-4/+64
* server: add reds_channel_dispose()Marc-André Lureau2011-07-213-2/+14
* server: simplify and constify sync_write()Marc-André Lureau2011-07-211-17/+25
* server: pull out reds_handle_link(), for future reuseMarc-André Lureau2011-07-211-9/+16
* build: add --with-saslMarc-André Lureau2011-07-211-0/+2
* server/reds: make writev fallback more genericMarc-André Lureau2011-07-211-26/+17
* server: rename s/peer/streamMarc-André Lureau2011-07-218-217/+216
* server/reds: remove the void* ctx fieldMarc-André Lureau2011-07-212-4/+0
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-07-215-61/+53