summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* [*] Add automatic version string generationv2.0Simon Rettberg2014-01-131-0/+1
* [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] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-092-2/+3
* [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 funct...Simon Rettberg2014-01-021-21/+18Star
* [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
* [SERVER] Once again rework locking in uplink and freeing of resources to figh...Simon Rettberg2013-11-152-18/+37
* [SERVER] Create client threads detached instead of detaching them after creat...Simon Rettberg2013-11-141-5/+4Star
* [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. Spee...Simon Rettberg2013-11-132-2/+56
* [SERVER] Increase RTT check delay for uplinks that failed too many times to s...Simon Rettberg2013-11-133-10/+16
* [SERVER] Don't lock on image array when saving cache mapsSimon Rettberg2013-11-131-2/+4
* [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-123-1/+24
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-125-86/+123
|\
| * [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-105-9/+16
| * [SERVER] Split "pending" lock for alt-server finding into producer and consum...Simon Rettberg2013-11-101-75/+105
* | [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
|/
* 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
* [SERVER] Only mark server as bad on unecpected errorSimon Rettberg2013-10-241-7/+6Star
* [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-167-37/+140
* 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-2814-116/+298
* [SERVER] On-the-fly transparent proxyingSimon Rettberg2013-08-268-99/+136
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-233-57/+241
* [SERVER] FormattingSimon Rettberg2013-08-192-6/+19