summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
...
* I'm stupidSimon Rettberg2013-08-121-1/+1
|
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-1211-130/+447
|
* I'm stupidSimon Rettberg2013-08-051-1/+1
|
* [SERVER] Fix use-after-free, improve cleanupSimon Rettberg2013-08-026-36/+90
|
* [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ↵Simon Rettberg2013-08-027-13/+54
| | | | corruption
* [SERVER] several improvementsSimon Rettberg2013-08-029-21/+157
| | | | | | 1) Close uplink if local copy is complete 2) Fix memleak when closing uplink (recv buffer was not cleared) 3) Add configurable artificial delays for client and server connections
* fix0rsSimon Rettberg2013-08-023-3/+7
|
* [SERVER] Fix create_image() by adding fallback solutions for fallocate()Simon Rettberg2013-08-017-20/+41
|
* [SERVER] Add command line options to create empty image of certain size with ↵Simon Rettberg2013-08-0110-191/+383
| | | | empty cache map (so it needs an uplink server)
* [SERVER] Add inih (http://code.google.com/p/inih/) for *.ini parsingSimon Rettberg2013-08-012-0/+231
|
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined ↵Simon Rettberg2013-07-319-118/+475
| | | | yet, so prepare for lots of fixes ;))
* [SERVER] Still working on the uplink... Almost theresr2013-07-266-163/+243
|
* Work in progress: uplinksr2013-07-256-27/+106
|
* ...Working on proxy mode...sr2013-07-256-39/+356
|
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-236-25/+148
|
* Completely remove glib as dependencysr2013-07-182-4/+2Star
|
* kernel module changessr2013-07-183-21/+41
|
* Remove all glib dependencies from serversr2013-07-179-39/+36Star
|
* Replace all pthread_spin_* calls with spin_*, so that all locking can be ↵sr2013-07-177-64/+98
| | | | | | tracked and debugged Fix compilation of kernel module
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-165-3/+258
|
* Fix more bugs, remove debug messagessr2013-07-164-32/+32
|
* Fix bugs from rewrite so it actually workssr2013-07-163-10/+17
|
* "It's compiling!"sr2013-07-159-126/+203
|
* Rewriiiiiiiiitesr2013-07-157-240/+274
|
* Rewriting.....sr2013-07-132-44/+23Star
|
* Rewrite still in progres....sr2013-07-115-170/+394
|
* Rewrite in progres....sr2013-07-098-104/+405
|
* Rewriting....sr2013-07-0815-2592/+134Star
|
* [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] Add more comments to job.c
* [SERVER] Fix double-free/dangling pointer related to deleting a trusted ↵sr2013-01-101-0/+5
| | | | namespace
* [SERVER] Ignore trusted server if soft- or hard-deadline for an image has ↵sr2013-01-061-6/+17
| | | | been reached
* [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 ↵sr2013-01-062-0/+13
| | | | replication source server
* [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] Implement RPC_DEL_IMG
* [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] Return List of Alt Servers on RPC_IMG_LIST
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-077-152/+137Star
| | | | [SERVER] Restructure RPC functions, add helpers
* [SERVER] Fix return code for IPC_IMAGE_ADDsr2012-09-255-16/+64
| | | | [SERVER] Check if image exists on IPC_IMAGE_ADD
* [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] Close dnbd3 block deviced of proxy images when shutting down