summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* client: remove unused mb() macroChristophe Fergeau2011-05-031-6/+0
* common: don't duplicate find_msb implementationChristophe Fergeau2011-05-034-67/+95
* remove void * arithmeticChristophe Fergeau2011-05-032-2/+2
* add missing staticChristophe Fergeau2011-05-038-28/+29
* configure.ac: remove setting default C(XX)FLAGSChristophe Fergeau2011-05-031-12/+0
* win32: remove obsolete preprocessor #definesChristophe Fergeau2011-05-031-4/+4
* add comment to beginning of autogenerated filesChristophe Fergeau2011-05-031-0/+2
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-0320-110/+110
* use AC_DEFINE instead of hardcoding preprocessor flagsChristophe Fergeau2011-05-031-3/+4
* add config.h to autogenerated files tooChristophe Fergeau2011-05-031-0/+4
* add #include <config.h> to all source filesChristophe Fergeau2011-05-03109-14/+330
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-0330-34/+218
* configure.ac: remove unused AC_SUBSTChristophe Fergeau2011-05-031-4/+0
* autotools: refactor the whole build machineryChristophe Fergeau2011-05-038-706/+350
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-05-0214-1/+235
* common: don't try to redefine PANIC if it already existsChristophe Fergeau2011-05-021-0/+2
* server: s/desable/disableChristophe Fergeau2011-05-023-4/+4
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-0220-40/+40
* server: remove extra arg in reds_on_main_agent_start callChristophe Fergeau2011-05-021-1/+1
* client: remove c++ wrappersChristophe Fergeau2011-05-0217-338/+36
* common: add missing header guards to gl_canvas.hChristophe Fergeau2011-05-021-0/+5
* common: add extern "C" guards to headersChristophe Fergeau2011-05-0223-2/+182
* client: make building client optionalChristophe Fergeau2011-05-022-1/+13
* configure.ac: replace tab with spacesChristophe Fergeau2011-05-021-1/+1
* configure.ac: remove unused dynamic linkage flagChristophe Fergeau2011-05-021-3/+1
* configure.ac: fix use of AC_ARG_ENABLEChristophe Fergeau2011-05-021-33/+35
* configure.ac: fix make distChristophe Fergeau2011-05-021-2/+1
* server: use is_primary_surfaceChristophe Fergeau2011-05-021-7/+4
* spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)Alon Levy2011-04-261-1/+1
* client: skip spaces in --host-subjectChristophe Fergeau2011-04-181-1/+8
* draw: remove SPICE_ADDRESSChristophe Fergeau2011-04-181-1/+0
* client: add --version cmdline option to spicecChristophe Fergeau2011-04-181-1/+9
* client: s/reqired/required in CmdLineParserChristophe Fergeau2011-04-182-5/+5
* client: s/AVAILIBLE/AVAILABLE in CmdLineParserChristophe Fergeau2011-04-184-5/+5
* server/tests remove useless assignmentChristophe Fergeau2011-04-081-1/+0
* common/pixman: remove dead assignmentsChristophe Fergeau2011-04-081-7/+3
* tests: fix compilation with -Wall -WerrorChristophe Fergeau2011-04-083-3/+7
* gl: remove unused variablesChristophe Fergeau2011-04-081-6/+0
* gl: use correct pixman accessor for image dataChristophe Fergeau2011-04-081-1/+1
* client: use silent generation rules in Makefile.amChristophe Fergeau2011-04-081-4/+4
* configure.ac: remove detection of WARN_UNUSED_RESULTChristophe Fergeau2011-04-041-14/+0
* remove duplicated macroChristophe Fergeau2011-04-041-2/+0
* server: make sure we clear vdagent and update mouse mode on agent disconnectHans de Goede2011-04-041-3/+0
* server: ignore SPICE_MSGC_MAIN_AGENT_START messages when there is no agentHans de Goede2011-04-041-0/+3
* server: hookup agent-msg-filter discard-all functionalityHans de Goede2011-04-041-30/+22
* server: add discard all option to agent message filterHans de Goede2011-04-043-18/+26
* server: filter all data from clientHans de Goede2011-04-041-11/+11
* server: reset read/write filter on agent/client disconnectHans de Goede2011-04-041-0/+2
* server: break read_from_vdi_port loop if the guest gets disconnectedHans de Goede2011-04-041-1/+1
* server: Don't stop writing agent data to the guest when the client disconnectsHans de Goede2011-04-041-2/+2