summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* server/smartcard: register channel only when hardware is availableAlon Levy2011-07-212-6/+9
* server/smartcard: handle BaseChannel messagesAlon Levy2011-07-211-0/+5
* add check for pyparsingChristophe Fergeau2011-07-212-3/+18
* client/windows: enable image randomization (ASLR) rhbz#701111Arnon Gilboa2011-07-211-2/+2
* client/windows: undef SIZE_MAX in stdint.hArnon Gilboa2011-07-211-1/+1
* server: Unset executable bit of red_tunnel_worker.hZeeshan Ali (Khattak)2011-07-211-0/+0
* common: spice_memdup could accept NULLMarc-André Lureau2011-07-211-0/+4
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-07-2114-1/+235
* common: add extern "C" guards to headersChristophe Fergeau2011-07-2123-2/+188
* configure.ac: replace tab with spacesChristophe Fergeau2011-07-211-1/+1
* configure.ac: remove unused dynamic linkage flagChristophe Fergeau2011-07-211-3/+1
* configure.ac: fix use of AC_ARG_ENABLEChristophe Fergeau2011-07-211-33/+35
* spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)Alon Levy2011-07-211-1/+1
* client: s/reqired/required in CmdLineParserChristophe Fergeau2011-07-212-5/+5
* server/tests remove useless assignmentChristophe Fergeau2011-07-211-1/+0
* common/pixman: remove dead assignmentsChristophe Fergeau2011-07-211-7/+3
* gl: remove unused variablesChristophe Fergeau2011-07-211-6/+0
* gl: use correct pixman accessor for image dataChristophe Fergeau2011-07-211-1/+1
* client: use silent generation rules in Makefile.amChristophe Fergeau2011-07-211-4/+4
* common/gl: remove unused variableChristophe Fergeau2011-07-211-3/+2
* opengl: fix compilationChristophe Fergeau2011-07-211-3/+0
* python_modules/codegen.py: fix indent error in an unused functionAlon Levy2011-07-211-1/+1
* 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-212-0/+55
* common: add SpiceBuffer - based on qemu-vnc BufferMarc-André Lureau2011-07-212-0/+70
* 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
* server: remove cb_free, not needed anymoreMarc-André Lureau2011-07-212-20/+0
* server: use reds_{link,stream}_free()Marc-André Lureau2011-07-212-43/+23
* server: use reds_stream_remove_watch() helperMarc-André Lureau2011-07-211-8/+4
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-07-215-10/+80
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-07-219-48/+48
* server/reds: remove unused readvMarc-André Lureau2011-07-212-3/+0
* build: make it silentMarc-André Lureau2011-07-212-3/+5
* client/windows: use SPICE_PROTOCOL_DIR in project include dirsArnon Gilboa2011-07-211-4/+4
* server/red_channel: fix segfault on red_channel_destroy if peer already removedAlon Levy2011-07-211-1/+1
* Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled modif...Thomas Tyminski2011-07-211-3/+3
* build: s/HUGE/INFINITY/Gerd Hoffmann2011-07-211-1/+1
* build: only check for x11 extensions whenGerd Hoffmann2011-07-211-12/+20
* build: alsa is needed on linux only.Gerd Hoffmann2011-07-211-3/+6
* server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGSAlon Levy2011-07-211-5/+5
* server/red_channel: error channel if alloc_msg_buf fails (returns NULL)Alon Levy2011-07-211-0/+5
* spicec: Make loglevel configurable through the environmentHans de Goede2011-07-201-0/+7
* server: add symbol versioning to the spice server shared library.Gerd Hoffmann2011-07-192-0/+56