summaryrefslogtreecommitdiffstats
path: root/src/server/xmlutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewriting....sr2013-07-081-55/+0Star
|
* [SERVER] Refactor codesr2012-12-191-0/+16
| | | | [SERVER] Return List of Alt Servers on RPC_IMG_LIST
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-071-0/+1
| | | | [SERVER] Restructure RPC functions, add helpers
* [SERVER] Automatically add and remove alt servers from images depending on ↵sr2012-09-051-2/+2
| | | | | | wehter the other server is reachable [SERVER] Automatically replicate images from other servers
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-0/+12
| | | | | | [SERVER] Skeleton of server-to-server communication [SERVER] Update access-time of images in use by actual clients [*] Add dnbd3_host_t type to handle address+port+addrtype consistently across the project
* [SERVER] Added soft and hard timeouts for image deletion: reject any new ↵sr2012-08-311-0/+26
clients for an image where the soft timeout has been reached, kill all clients for an image where the hard timeout has been reached and remove it from the server. Check for the hard timeout every five minutes [SERVER] Re-Implement image deletion to work with image names instead of vids [SERVER] Add helper functions to simplify dealing with libxml2