summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* [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-158-154/+334
* [SERVER] Add socket helper module to simplify connection setupsr2013-01-154-69/+118
* [SERVER] Fix double-free/dangling pointer related to deleting a trusted names...sr2013-01-101-0/+5
* [SERVER] Ignore trusted server if soft- or hard-deadline for an image has bee...sr2013-01-061-6/+17
* [SERVER] Fix nullpointer deref when last image is deletedsr2013-01-062-1/+4
* < != >sr2013-01-061-1/+1
* [SERVER] Copy deletion deadlines only for replicated images and only from rep...sr2013-01-062-0/+13
* [SERVER] RPC: Fix return code when adding and removing trusted name spacessr2013-01-042-6/+17
* [SERVER] pthread_spin_lock != pthread_spin_unlocksr2013-01-034-48/+25Star
* [SERVER] Fix RPC_ADD_IMGsr2013-01-021-2/+3
* [SERVER] Handle uncached proxy-mode properlysr2012-12-201-7/+9
* ...sr2012-12-202-33/+4Star
* ...sr2012-12-201-50/+64
* [SERVER] More verbose error messagessr2012-12-202-2/+5
* [SERVER] Remove unused default-namespace codesr2012-12-203-29/+6Star
* [SERVER] Refactor codesr2012-12-197-115/+133
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-077-152/+137Star
* [SERVER] Fix return code for IPC_IMAGE_ADDsr2012-09-255-16/+64
* [SERVER] IPC: Add calls to add/remove trusted namespaces and serverssr2012-09-195-16/+96
* [SERVER] Check trust settings before replicating image or adding alt serversr2012-09-196-6/+86
* [SERVER] Async prealloc of cache filesr2012-09-171-17/+35
* [SERVER] Automatically connect a dnbd3 device for a relayed imagesr2012-09-094-20/+124
* [SERVER] Automatically assign and connect a dnbd3 device to a relayed imagesr2012-09-065-5/+193
* ...sr2012-09-052-2/+3
* [SERVER] Fix saving of trusted server datasr2012-09-052-4/+20
* make things actually work as promised in last commitsr2012-09-053-12/+45
* [SERVER] Automatically add and remove alt servers from images depending on we...sr2012-09-056-36/+187
* [SERVER] More work towards automatic server discovery and queryingsr2012-09-047-83/+227
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-0311-271/+434
* [*] Fixed and unified formattingsr2012-09-0311-581/+599
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-027-59/+279
* [KERNEL] Fix off-by-one errorsr2012-09-011-1/+1
* [SERVER] Create skeleton of upcoming watchdog/job executorsr2012-09-012-0/+107
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-015-53/+78
* [SERVER] Added soft and hard timeouts for image deletion: reject any new clie...sr2012-08-318-216/+453
* last minute messup fixedsr2012-08-304-9/+11
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled proper...sr2012-08-306-681/+972
* [SERVER] Add missing ntohl() calls when parsing replysr2012-08-271-0/+3
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-275-26/+48
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-1/+11
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-5/+6
* [*] Fix bug in serializer_get_*sr2012-08-252-2/+6
* ...sr2012-08-242-0/+153
* [*] Cleanup, comments, more error checkssr2012-08-247-269/+679
* [SERVER] IPC, delete imagednbd3-jjl-thesis-finalJohann Latocha2012-07-314-13/+126
* [SERVER] IPC, some protocol refactoringJohann Latocha2012-07-311-8/+8
* [SERVER] Bugfix (IPC)Johann Latocha2012-07-311-4/+7
* [SERVER] Add IPCHeaderJohann Latocha2012-07-304-95/+129