summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tiny fixSimon Rettberg2013-11-111-1/+1
* [KERNEL] Fix possible deadlock on server switchSimon Rettberg2013-11-112-80/+75Star
* [CLIENT] Add options to add and remove alt-serversSimon Rettberg2013-11-111-31/+94
* [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-107-29/+26Star
* [SERVER] Split "pending" lock for alt-server finding into producer and consum...Simon Rettberg2013-11-101-75/+105
* [SERVER] Extend endianness detectionSimon Rettberg2013-11-081-1/+1
* aesfsrgdsrSimon Rettberg2013-11-071-0/+5
* blaSimon Rettberg2013-11-072-0/+3
* Joey style commitSimon Rettberg2013-11-072-2/+2
* [SERVER] Add --bind parameter to specify bind interface (currently IPv4 only)Simon Rettberg2013-11-073-5/+19
* [KERNEL] Tweak better server selection a bit by also adding a constant delay ...Simon Rettberg2013-10-241-1/+1
* [KERNEL] Slow down with RTT measurements after 30 secondsSimon Rettberg2013-10-243-8/+26
* [SERVER] Only mark server as bad on unecpected errorSimon Rettberg2013-10-241-7/+6Star
* [KERNEL] Detect stale state and change serverSimon Rettberg2013-10-241-3/+24
* [SERVER] Refactoring, more debug output, try to check for cyclic proxyingSimon Rettberg2013-10-224-7/+23
* [SERVER] Fetch correct revision after cloningSimon Rettberg2013-10-011-3/+3
* [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-268-99/+136
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-234-57/+243
* [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-1212-131/+448
* 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