summaryrefslogtreecommitdiffstats
path: root/src/server/xmlutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewriting....sr2013-07-081-43/+0Star
|
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-071-0/+16
| | | | [SERVER] Restructure RPC functions, add helpers
* [SERVER] Automatically add and remove alt servers from images depending on ↵sr2012-09-051-4/+4
| | | | | | wehter the other server is reachable [SERVER] Automatically replicate images from other servers
* [SERVER] Added soft and hard timeouts for image deletion: reject any new ↵sr2012-08-311-0/+27
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