summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [*] Add automatic version string generationv2.0Simon Rettberg2014-01-136-2/+37
|
* [SERVER] Add example configSimon Rettberg2014-01-133-0/+40
|
* [SERVER] Don't wait forever on shutdownSimon Rettberg2014-01-131-1/+2
|
* [SERVER] Remove assertion that doesn't really check for an illegal stateSimon Rettberg2014-01-131-1/+0Star
|
* Fixed the amazing infinite loop I introduced when refactoringSimon Rettberg2014-01-111-8/+18
|
* [SERVER] Let's try compiler detection againSimon Rettberg2014-01-091-5/+7
|
* [SERVER] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-093-4/+12
| | | | | | Use 'CC=/usr/local/bin/clang cmake -D_CMAKE_TOOLCHAIN_PREFIX=llvm- ..' to compile using clang. Requires LLVM 3.1 since AddressSanitizer is used for clang debug builds.
* [SERVER] Fix old image deletion, make image_load a bit nicerSimon Rettberg2014-01-091-102/+146
|
* [SERVER] SIGHUP triggers reload aswell. Some changes to server shutdown ↵Simon Rettberg2014-01-021-21/+18Star
| | | | function.
* [KERNEL] Improved read timeout handlingSimon Rettberg2013-12-202-5/+8
|
* [SERVER] Fix possible deadlock through printf usage in signal handlerSimon Rettberg2013-12-101-15/+21
|
* [SERVER] Clean up properly when deleting an imageSimon Rettberg2013-12-061-1/+9
|
* [SERVER] Remove annoying message about cache maps being savedSimon Rettberg2013-12-061-1/+1
|
* [SERVER] Fix free disk space checkSimon Rettberg2013-12-042-1/+5
|
* [SERVER] Deletion restrictionsSimon Rettberg2013-11-201-1/+1
|
* [SERVER] Stümperhaften double-free gefixtSimon Rettberg2013-11-191-3/+3
|
* [SERVER] Like kernel module, request first block, not random oneSimon Rettberg2013-11-171-4/+2Star
|
* [KERNEL] Don't pick a random block for RTT measurementSimon Rettberg2013-11-171-17/+3Star
| | | | It's a bad idea.
* [SERVER] Once again rework locking in uplink and freeing of resources to ↵Simon Rettberg2013-11-152-18/+37
| | | | fight messups when the uplink is shut down
* [SERVER] Create client threads detached instead of detaching them after ↵Simon Rettberg2013-11-141-5/+4Star
| | | | creation to prevent a race condition where a thread dies faster than we can call pthread_detach, which leads to a use-after-free
* [SERVER] Forgot a return that lead to locking messup :/Simon Rettberg2013-11-131-0/+1
|
* [SERVER] Automatic replication of images that are not complete on proxy. ↵Simon Rettberg2013-11-132-2/+56
| | | | Speed probably needs tweaking for different link speeds etc.
* [SERVER] Increase RTT check delay for uplinks that failed too many times to ↵Simon Rettberg2013-11-133-10/+16
| | | | save network bandwidth
* [SERVER] Don't lock on image array when saving cache mapsSimon Rettberg2013-11-131-2/+4
|
* [SERVER] Decrease cache map save interval for nowSimon Rettberg2013-11-131-1/+2
|
* [SERVER] Mark image complete if soSimon Rettberg2013-11-131-0/+5
|
* [SERVER] Shut down altservers finder properlySimon Rettberg2013-11-123-4/+10
|
* [SERVER] Save cache maps every 30 minsSimon Rettberg2013-11-124-1/+25
|
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-1214-262/+310
|\ | | | | | | | | Conflicts: src/server/altservers.c
| * tiny fixSimon Rettberg2013-11-111-1/+1
| |
| * [KERNEL] Fix possible deadlock on server switchSimon Rettberg2013-11-112-80/+75Star
| | | | | | | | | | [KERNEL] Remove server mode support as it's not needed anymore [KERNEL] Some more sanity checks and debug messages
| * [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
| |
| * Remove outdated and invalid example configsSimon Rettberg2013-11-102-38/+0Star
| |
| * [SERVER] Update LOCKS readmeSimon Rettberg2013-11-101-2/+4
| |
| * Refine CMakeLists: Tell cmake it's a C only projectSimon Rettberg2013-11-101-5/+4Star
| |
| * [SERVER] Split "pending" lock for alt-server finding into producer and ↵Simon Rettberg2013-11-101-75/+105
| | | | | | | | | | | | consumer lock to fix a potential NPA when an uplink dies Also some refactoring of variable names and more comments
* | [SERVER] Fix embarrassing deadlock when deleting old imagesSimon Rettberg2013-11-121-9/+9
| |
* | [SERVER] Add "client only" flag for alt serversSimon Rettberg2013-11-123-6/+10
|/
* [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
| | | | (1,5ms)
* [KERNEL] Slow down with RTT measurements after 30 secondsSimon Rettberg2013-10-243-8/+26
| | | | | | | Right after connecting, all servers will be polled every 4 seconds for 30 seconds, so we get 7 data points per alt-server. If no better server is found during this time, further RTT measurements will be done every 22 seconds, to put less load on the network in the long run.
* [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
|