summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* server/tests: add test_playbackAlon Levy2011-03-223-1/+105
* server: use -std=c99Alon Levy2011-03-221-0/+1
* server/reds: allow call to reds_agent_remove even if it is goneAlon Levy2011-03-081-1/+3
* 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
* server/red_channel: no opaque in red_channel_peer_on_*_errorAlon Levy2011-03-021-8/+4
* server/red_worker: use red_channel_is_connectedAlon Levy2011-03-021-3/+3
* server/red_channel: add red_channel_disconnect, use in red_workerAlon Levy2011-03-023-15/+12
* server/red_channel: reset send_data.item to NULL after releaseAlon Levy2011-03-021-0/+1
* server/red_worker: remove RedChannel argument from add_buf_from_infoAlon Levy2011-03-021-4/+4