summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests/migrate: update to use argparse and run spicy by defaultAlon Levy2011-07-051-32/+56
* 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
* don't #include config.h in generated header filesChristophe Fergeau2011-06-221-3/+4
* s/__visible__/SPICE_GNUC_VISIBLEChristophe Fergeau2011-06-224-59/+59
* add check for pyparsingChristophe Fergeau2011-06-222-3/+18
* sndworker: check the caps before sending volume messagesMarc-André Lureau2011-06-221-10/+46
* sndworker: add AudioVolume/AudioMute messagesMarc-André Lureau2011-06-225-4/+202
* python: remove c-ism trailing ;Marc-André Lureau2011-06-215-25/+25
* codegen: typedef the protocol enumsMarc-André Lureau2011-06-211-4/+12
* client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin2011-06-143-10/+27
* client/windows: enable image randomization (ASLR) rhbz#701111Arnon Gilboa2011-05-301-2/+2
* client/windows: remove slash from x64 build dirArnon Gilboa2011-05-301-4/+4
* server/smartcard: fix use after freeAlon Levy2011-05-241-1/+1
* client/windows: remove precompiled header for common.h (fix broken windows de...Arnon Gilboa2011-05-221-4/+4
* common: add WIN64 ifdef for spice_bit_find_msb (fix broken windows x64 build)Arnon Gilboa2011-05-221-2/+2
* client: fix flipped video in Linux guest on windows client, RHBZ #667689Yonit Halperin2011-05-191-3/+5
* common: use INLINE instead of inlineArnon Gilboa2011-05-127-38/+20
* client/windows: undef SIZE_MAX in stdint.hArnon Gilboa2011-05-121-1/+1
* common: fix ssl_verify windows build errorsArnon Gilboa2011-05-122-2/+8
* client/windows: add common\ssl_verify.c/h to projectArnon Gilboa2011-05-121-2/+10
* client/windows: inc version to 0,9,0,0Arnon Gilboa2011-05-121-4/+4
* client/windows: init PACKAGE_VERSIONArnon Gilboa2011-05-122-3/+5
* client: fix return code when missing hostAlon Levy2011-05-121-0/+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
* client: make use of ssl_verify.cMarc-André Lureau2011-05-034-385/+36
* common: add ssl_verify.c common codeMarc-André Lureau2011-05-033-0/+543
* common: add ring_get_length() for debugging purposesMarc-André Lureau2011-05-031-0/+13
* common: mem.h add alloca definitionMarc-André Lureau2011-05-032-0/+31
* common: spice_memdup could accept NULLMarc-André Lureau2011-05-031-0/+4
* common: add windows.h where required, make gdi_handlers staticMarc-André Lureau2011-05-034-2/+8
* build: require c99Marc-André Lureau2011-05-032-1/+4
* move get_time_stamp to main_channel.cChristophe Fergeau2011-05-032-7/+7
* use standard do { } while (0) for spice_common.h macrosChristophe Fergeau2011-05-031-11/+11
* move WARN and WARN_ONCE to spice_common.hChristophe Fergeau2011-05-034-15/+7
* common: use PANIC from spice_common.hChristophe Fergeau2011-05-033-20/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2011-05-039-36/+7
* server: use gcc builtin for atomic get/set bitChristophe Fergeau2011-05-031-2/+4