[Spice-devel] [PATCH vd_agent V4 0/4] Add file-xfer support for linux agent

Dunrong Huang riegamaths at gmail.com
Wed Jan 30 03:51:45 PST 2013


The patch makes linux agent support file transfer feature.

V3 -> V4:
   * Rebase the patches to latest
   * Address Marc-André's comments
   * Use GHashTable instead of GList to store "AgentFileXferTask"
   
V2 -> V3:
   * Add build dependency on glib
   * s/drag-and-drop/file-xfer
   * Use key-value text as data included in start message

V1 -> V2:
   * New transfer protocol

Dunrong Huang (4):
  configure: Add build dependency on glib
  Makefile.am: Add build dependency on glib
  file-xfer: extend protocol for communication between server and client
  file-xfer: Add file-xfer support for linux agent

 Makefile.am                  |   4 +-
 configure.ac                 |   1 +
 src/vdagent.c                | 173 +++++++++++++++++++++++++++++++++++++++++++
 src/vdagentd-proto-strings.h |   3 +
 src/vdagentd-proto.h         |   3 +
 src/vdagentd.c               |  43 +++++++++++
 6 files changed, 225 insertions(+), 2 deletions(-)

-- 
1.8.1.1



More information about the Spice-devel mailing list