summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SERVER] Fix unlock-without-lock in uplinkSimon Rettberg2013-10-011-1/+1
* [SERVER] Block signals on network threadsSimon Rettberg2013-09-177-7/+28
* [SERVER] Properly decrease uplink.queueLen when removing a clientSimon Rettberg2013-09-172-6/+9
* [SERVER] Fix generation of alt-server list for clientSimon Rettberg2013-09-171-6/+6
* [SERVER] Typo...Simon Rettberg2013-09-161-1/+1
* [SERVER] More debugging, more safety checks, disable alt servers that fail to...Simon Rettberg2013-09-168-38/+144
* I'm stupid #62Simon Rettberg2013-08-281-1/+1
* [SERVER] Properly receive complete crc32 listSimon Rettberg2013-08-281-2/+8
* [SERVER] Save CRC-32 to disk if successfully retreived from uplink serverSimon Rettberg2013-08-281-1/+11
* [SERVER] Remove stupid 1MiB request expansion, this clearly needs to be done ...Simon Rettberg2013-08-283-6/+8
* [SERVER] Fix *printf format strings, remove falsely detected errorsSimon Rettberg2013-08-282-7/+11
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-2815-117/+299
* [SERVER] On-the-fly transparent proxyingSimon Rettberg2013-08-269-99/+137
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-235-57/+244
* [CLIENT] Fix daemon-kill commandSimon Rettberg2013-08-221-1/+4
* [CLIENT] Fixes & TweaksSimon Rettberg2013-08-201-12/+24
* [CLIENT] Fix nullpointer accessSimon Rettberg2013-08-201-3/+1Star
* [CLIENT] Finish daemon-mode supportSimon Rettberg2013-08-201-15/+105
* [SERVER] FormattingSimon Rettberg2013-08-192-6/+19
* [CLIENT] Start implementing a daemon mode which should make connecting dnbd3 ...Simon Rettberg2013-08-191-140/+348
* [KERNEL] Check for invalid ioctls to prevent kernel panics :)Simon Rettberg2013-08-191-12/+21
* [SERVER] (Hopefully) fix starving uplink requestsSimon Rettberg2013-08-152-20/+39
* [SERVER] Remove dead codeSimon Rettberg2013-08-151-2/+0Star
* [SERVER] Reduce priority (nice) of integrity check threadSimon Rettberg2013-08-151-0/+7
* [SERVER] Fix embarrassing descriptor leakSimon Rettberg2013-08-151-76/+55Star
* [KERNEL] Throw a coin here and there when it comes to switching to a faster s...Simon Rettberg2013-08-131-89/+94
* [SERVER] Name uplink thread, remove most integrity check debug messagesSimon Rettberg2013-08-132-6/+5Star
* Test your coke, dork!Simon Rettberg2013-08-134-7/+9
* [SERVER] Fix race condition in uplink request aggregation, other small improv...Simon Rettberg2013-08-138-12/+32
* I'm stupidSimon Rettberg2013-08-121-1/+1
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-1213-131/+449
* 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
* [SERVER] several improvementsSimon Rettberg2013-08-0210-22/+158
* 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
* [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 y...Simon Rettberg2013-07-3112-124/+486
* [SERVER] Still working on the uplink... Almost theresr2013-07-269-169/+253
* Work in progress: uplinksr2013-07-257-28/+107
* ...Working on proxy mode...sr2013-07-258-39/+366
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-237-27/+150
* Completely remove glib as dependencysr2013-07-185-63/+6Star
* fix deadlocksr2013-07-182-8/+21
* kernel module changessr2013-07-185-33/+69
* Remove all glib dependencies from serversr2013-07-1712-43/+52
* Replace all pthread_spin_* calls with spin_*, so that all locking can be trac...sr2013-07-1710-64/+102
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-165-3/+258