summaryrefslogtreecommitdiffstats
path: root/server/agent-msg-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* server: Add support for filtering out agent file-xfer msgs (rhbz#961848)Hans de Goede2013-06-061-1/+11
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* server: Filter VD_AGENT_MONITORS_CONFIGAlon Levy2012-09-131-0/+8
| | | | | | If the guest supports client monitors config we pass it the VDAgentMonitorsConfig message via the QXLInterface::client_monitors_config api instead of via the vdagent.
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-4/+4
| | | | | It will abort by default for critical level messages. That behaviour can be tuned at runtime.
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* server: add discard all option to agent message filterHans de Goede2011-04-041-12/+18
|
* spice-server: Add the ability to filter agent messagesHans de Goede2011-03-241-0/+85