summaryrefslogtreecommitdiffstats
path: root/src/server/saveload.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewriting....sr2013-07-081-734/+0Star
|
* [KERNEL/CLIENT] Add IPv6 supportdnbd3-sr-thesis-finalsr2013-01-151-1/+0Star
|
* [SERVER] Remove old TODO notesr2013-01-151-13/+0Star
|
* [SERVER] Add IPv6 support (clients and RPC connections)sr2013-01-151-0/+2
|
* [SERVER] Fix double-free/dangling pointer related to deleting a trusted ↵sr2013-01-101-0/+5
| | | | namespace
* [SERVER] Fix nullpointer deref when last image is deletedsr2013-01-061-0/+2
|
* [SERVER] Copy deletion deadlines only for replicated images and only from ↵sr2013-01-061-0/+3
| | | | replication source server
* [SERVER] RPC: Fix return code when adding and removing trusted name spacessr2013-01-041-0/+7
|
* [SERVER] pthread_spin_lock != pthread_spin_unlocksr2013-01-031-42/+10Star
| | | | [SERVER] Implement RPC_DEL_IMG
* ...sr2012-12-201-31/+1Star
|
* [SERVER] More verbose error messagessr2012-12-201-1/+3
|
* [SERVER] Refactor codesr2012-12-191-3/+5
| | | | [SERVER] Return List of Alt Servers on RPC_IMG_LIST
* [SERVER] IPC: Add calls to add/remove trusted namespaces and serverssr2012-09-191-0/+34
|
* [SERVER] Check trust settings before replicating image or adding alt serversr2012-09-191-0/+45
| | | | [SERVER] Close dnbd3 block deviced of proxy images when shutting down
* [SERVER] Automatically connect a dnbd3 device for a relayed imagesr2012-09-091-1/+7
| | | | | | [SERVER] Automatically disconnect dnbd3 device if local cache copy is complete [SERVER] Pre-allocate disk space for cache file [KERNEL] Refuse connection if server reports disk size < 4096 bytes
* [SERVER] Automatically assign and connect a dnbd3 device to a relayed imagesr2012-09-061-0/+6
|
* [SERVER] Fix saving of trusted server datasr2012-09-051-1/+13
|
* make things actually work as promised in last commitsr2012-09-051-11/+38
|
* [SERVER] Automatically add and remove alt servers from images depending on ↵sr2012-09-051-5/+7
| | | | | | wehter the other server is reachable [SERVER] Automatically replicate images from other servers
* [SERVER] More work towards automatic server discovery and queryingsr2012-09-041-1/+1
|
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-0/+655
[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