summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: cursor_channel: releasing pipe items resources when the pipe is clear...Yonit Halperin2011-07-051-9/+34
* server: display_channel: releasing pipe items resources when the pipe is clea...Yonit Halperin2011-07-051-24/+75
* server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin2011-07-051-1/+11
* server: replace redundant code with red_cursor_resetYonit Halperin2011-07-051-47/+24
* server: removing local cursor, this solves RHBZ #714801Yonit Halperin2011-07-051-114/+14
* server/tests/basic_event_loop: strange assert failure; fixAlon Levy2011-07-051-1/+1
* server/smartcard: register channel only when hardware is availableAlon Levy2011-07-052-6/+9
* Revert "server/smartcard: don't register the channel if no hardware emulated"Alon Levy2011-06-291-4/+1
* red_worker: remove 2 empty functionsChristophe Fergeau2011-06-281-12/+0
* server/smartcard: don't register the channel if no hardware emulatedAlon Levy2011-06-231-1/+4
* server/smartcard: handle BaseChannel messagesAlon Levy2011-06-231-0/+6
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-224-59/+59
* sndworker: check the caps before sending volume messagesMarc-André Lureau2011-06-221-10/+46
* sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2011-06-222-4/+178
* server/smartcard: fix use after freeAlon Levy2011-05-241-1/+1
* server/red_worker: stat_now cleanupAlon Levy2011-05-091-1/+2
* server/red_worker: fix typo (lats_send_time)Alon Levy2011-05-091-4/+4
* server/tests: show port to connect toAlon Levy2011-05-091-1/+3
* server: bump SPICE_SERVER_VERSION to 0.9.0Marc-André Lureau2011-05-081-1/+1
* server: Unset executable bit of red_tunnel_worker.hZeeshan Ali (Khattak)2011-05-051-0/+0
* build: fix gettimeofday warningMarc-André Lureau2011-05-031-0/+1
* build: require c99Marc-André Lureau2011-05-031-1/+0
* move get_time_stamp to main_channel.cChristophe Fergeau2011-05-031-0/+7
* common,server: use ASSERT from spice_common.hChristophe Fergeau2011-05-032-0/+4
* server: use gcc builtin for atomic get/set bitChristophe Fergeau2011-05-031-2/+4
* remove void * arithmeticChristophe Fergeau2011-05-032-2/+2
* add missing staticChristophe Fergeau2011-05-035-24/+25
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-032-9/+9
* add #include <config.h> to all source filesChristophe Fergeau2011-05-0322-6/+65
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-037-5/+114
* autotools: refactor the whole build machineryChristophe Fergeau2011-05-032-98/+58
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-05-023-0/+51
* server: s/desable/disableChristophe Fergeau2011-05-023-4/+4
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-029-29/+29
* server: remove extra arg in reds_on_main_agent_start callChristophe Fergeau2011-05-021-1/+1
* server: use is_primary_surfaceChristophe Fergeau2011-05-021-7/+4
* server/tests remove useless assignmentChristophe Fergeau2011-04-081-1/+0
* tests: fix compilation with -Wall -WerrorChristophe Fergeau2011-04-083-3/+7