summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: Don't reset agent state when the client disconnectsHans de Goede2011-04-041-2/+5
* server: avoid unneeded recursion in dispatch_vdi_port_dataHans de Goede2011-03-241-1/+1
* server: Make copy paste support configurableHans de Goede2011-03-242-3/+14
* spice-server: Add the ability to filter agent messagesHans de Goede2011-03-244-2/+162
* spicec-x11: Work around a bug in xselHans de Goede2011-03-231-1/+3
* spicec-x11: Don't crash on apps sending bad atoms as TARGETSHans de Goede2011-03-231-12/+16
* common/gl: remove unused variableChristophe Fergeau2011-03-231-3/+2
* opengl: fix compilationChristophe Fergeau2011-03-231-3/+0
* server/tests: add test_playbackAlon Levy2011-03-223-1/+105
* configure.ac: fix message when missing SASL libAlon Levy2011-03-221-1/+1
* server: use -std=c99Alon Levy2011-03-221-0/+1
* python_modules/codegen.py: fix indent error in an unused functionAlon Levy2011-03-221-1/+1
* client/smartcard: use proper include delemitersAlon Levy2011-03-221-4/+4
* client: Don't handle hotkeys while sticky alt is activeHans de Goede2011-03-111-4/+6
* server/reds: allow call to reds_agent_remove even if it is goneAlon Levy2011-03-081-1/+3
* client/smartcard: handle the --smartcard-db optionAlon Levy2011-03-081-1/+4
* client/windows: cleanup vcproj based on updated libsArnon Gilboa2011-03-081-8/+8
* server/input: avoid double free() of RedChannel on disconnectMarc-André Lureau2011-03-031-8/+4
* Revert "server/red_channel: red_channel_event: push on blocked"Marc-André Lureau2011-03-031-6/+1
* server/red_worker: use red_channel_pipe_item_initAlon Levy2011-03-022-30/+38
* server/red_channel: move out_bytes_counter from Outgoing to RedChannelAlon Levy2011-03-023-7/+17
* server/red_channel: split Incoming/Outgoing to callback and stateAlon Levy2011-03-022-42/+57